-
Notifications
You must be signed in to change notification settings - Fork 11
ESP8266 Library request #123
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
Thank you for the comment! You mean full ESP8266 simulation? |
Almost everything I do with the Android IDE is on ESP devices (Wemos D1, D1 mini, NodeMCU and various Sonoff devices). A downside I've realized is that the simulator doesn't tell me what or where my coding errors are. |
It is, indeed - but there's an initial, work-in-progress implementation for the Nano RP2040 Connect chip. The challenge is that ESP8266 uses a totally different architecture (called Xtensa), and implementing a new architecture is literally months of work. I'm now working on the RP2040 (for the new Pi Pico), and it's been going on since January. If you are interested, there's a playlist where you can see how the RP2040 simulation implemented.
It should tell you - so if it doesn't this is definitely a bug. Can you share an example where it doesn't tell you about an error? |
I certainly see errors, but no warnings are emitted. arduino-cli defaults to no warnings. |
soo we cant add the library for ESP8266WiFi? |
You can add the library itself, but we don't have an ESP8266 part, so it probably won't be very useful... |
Closing as we have ESP32 with WiFi. There's also an open request for ESP-01 WiFi AT MODEM in #169 |
Glad I found this simulator.
Any chance of adding the ESP8266 and ESP8266WiFi libraries?
The text was updated successfully, but these errors were encountered: