-
Notifications
You must be signed in to change notification settings - Fork 911
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
Wifi support for ESP32/ESP8266? #2024
Comments
I would absolutely love to see WiFi/BT support on these chips! However, it's going to be difficult because it doesn't have a lot of documentation. I've ordered an ESP32C3 which I want to try to add WiFi support to. Specifically the ESP32C3 because it uses the well documented RISC-V architecture instead of the sparsely documented (if at all) Xtensa architecture in the original ESP32. So my idea is that it should be a lot easier for that reason and when that works, I can use that knowledge for the original ESP32. I can't give you a time for when it will be finished, like I can't give you a time for when anything will be finished. Sorry. |
I hope too... |
i am also hoping for this... |
any update on this? |
Yes, please follow #2138 and tinygo-org/drivers#320. |
thank you @aykevl for your work! Are there any updates on this? |
is there any news about wifi support on esp8266 / esp32 ? |
You would be better off using ESP-AT firmware on your ESP and control it with something well supported like RP2040 (yes, i realize thats 2 chips but at least you can have something that works now). This is what i ended up doing. |
@conotto I would love to chat about how you solved this - any chance you could DM me on twitter.com/ericmigi or send me an email (username@gmail.com)? |
I found an ESP wifi driver, maybe this helps. |
@CrazyPandar yes that's what we should use (see tinygo-org/drivers#320 (comment)). |
In rust, this was implemented: https://github.com/esp-rs/esp-wifi |
@DatanoiseTV yes, see my comment above (which links to tinygo-org/drivers#320 (comment)). TL;DR: we should indeed use https://github.com/esp-rs/esp-wireless-drivers-3rdparty. But that's a lot of work and nobody has stepped up to do it yet. |
what would be the process of integrating the esp-wireless-drivers-3rdparty code? i could give it a try, but i don't have much embedded experience. are we talking about linking in the |
@pcting please follow this PR instead: tinygo-org/drivers#650 I recommend following the ESP32-C3 work. |
I recently stumbled upon this project and was thrilled to see that some basic features such as I2C and SPI were supported on the ESP32/ESP8266. Are there any plans to support Wifi on the chips and if so when can we expect to see a bare/basic implementation in the main code base?
The text was updated successfully, but these errors were encountered: