I'm trying using an ESP32 dev board with firmata over wifi.
The master branch of ConfigurableFirmata brings support for this.
https://github.com/firmata/ConfigurableFirmata/blob/master/examples/ConfigurableFirmata/ConfigurableFirmata.ino
After many tryouts i've found out that the tcp connection is made to the board but johnny-five gives "Device or Firmware Error".
{"type":"error","timestamp":1648648602113,"class":"Device or Firmware Error","message":"A timeout occurred while connecting to the Board. \n\nPlease check that you've properly flashed the board with the correct firmware.\nSee: https://github.com/rwaldron/johnny-five/wiki/Getting-Started#trouble-shooting\n\nIf connecting to a Leonardo or Leonardo clone, press the 'Reset' button on the board, wait approximately 11 seconds for complete reset, then run your program again.","data":null}
Maybe this is a problem with johnny-five.
I'm trying using an ESP32 dev board with firmata over wifi.
The master branch of ConfigurableFirmata brings support for this.
https://github.com/firmata/ConfigurableFirmata/blob/master/examples/ConfigurableFirmata/ConfigurableFirmata.ino
After many tryouts i've found out that the tcp connection is made to the board but johnny-five gives "Device or Firmware Error".
{"type":"error","timestamp":1648648602113,"class":"Device or Firmware Error","message":"A timeout occurred while connecting to the Board. \n\nPlease check that you've properly flashed the board with the correct firmware.\nSee: https://github.com/rwaldron/johnny-five/wiki/Getting-Started#trouble-shooting\n\nIf connecting to a Leonardo or Leonardo clone, press the 'Reset' button on the board, wait approximately 11 seconds for complete reset, then run your program again.","data":null}Maybe this is a problem with johnny-five.