-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Support the esp8266 in Firmata Boards.h #9
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
Comments
This seems to be an important one, I'm researching adding a definition, but am starting at nothing, please feel free to help! Edit: I'm running into the same issue trying to get https://github.com/octoblu/microblu_mqtt running on the ESP8266 |
I tried this hack around and it seems to have worked for now (IOW I'm getting other errors now): (in sketch for now) (in boards.h before "// anything else") // ESP8266 |
I think that my cavalier copying of the text above, which did fix my compilation errors, is causing me other problems. If someone more experienced can help me figure out the right config for this board I would appreciate it. |
is there any update on this? support for firmata is really missed/would be great! |
Hello, some time ago I was playing with Firmata and successfully used on it with Snap4Arduino. The problem in definition is that Serial pins are defined as digital pins. They have to be excluded from definition. I used this one
|
3rd party lib. The referenced file above is no longer hosted in this repo. |
Firmata errors with
Possibly https://github.com/esp8266/Arduino/blob/esp8266/libraries/Firmata/src/Boards.h could be changed to support the esp8266?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: