You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello @therealhugocosta,
I think it is not very straight forward to use Johnny Five over wifi as it generally requires a tethered connexion.
I'd say it is more a question to Johnny-Five repo.
Also ESP32 doesn't seem to be officially supported https://johnny-five.io/platform-support/
This library doesn't seem to be very up to date with Johnny Five anyway (using v1.x while it is now 2.x)
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.
The text was updated successfully, but these errors were encountered: