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

core API compatible rewrite of the ESP32 AT interface #72

Open
bablokb opened this issue Sep 10, 2024 · 2 comments
Open

core API compatible rewrite of the ESP32 AT interface #72

bablokb opened this issue Sep 10, 2024 · 2 comments

Comments

@bablokb
Copy link
Contributor

bablokb commented Sep 10, 2024

Since this library is no longer supported and since using it is complicated, I started a rewrite that provides drop-in replacements of the relevant modules (e.g. wifi, ssl and so on) for CircuitPython boards without native wifi: https://github.com/bablokb/circuitpython-esp32at.

The AT-APIs supported are for the ESP32C3 and ESP32C6, so old co-processors like the 8266 won't work.

Currently, all station related methods of wifi.radio work. UDP-clients (i.e. sending data) as well as HTTP-GET/HTTPS-GET requests work as well. Since I don't have a complete test-coverage, this does not mean it will work in all circumstances.

Feedback is of course highly welcome. If you encounter problems, just open an issue in the project repository.

@ladyada
Copy link
Member

ladyada commented Sep 11, 2024

thanks, looks like a good option for folks!

@ladyada
Copy link
Member

ladyada commented Sep 11, 2024

@TheKitty newsy

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