Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using latest version of ConfigurableFirmata gives "Device or Firmware Error" #43

Open
therealhugocosta opened this issue Mar 30, 2022 · 1 comment

Comments

@therealhugocosta
Copy link

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.

@lbineau
Copy link

lbineau commented Aug 25, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants