-
Notifications
You must be signed in to change notification settings - Fork 44
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
Need C++ example for ESP via serial/uart AT commands #22
Comments
Compliments on getting the RP2040 on this device to work with the display in MicroPython. I never managed to, whatever advice I followed on this github such as settijng Phase to 1 in st7789_mpy-master\examples\configs\tdisplay_rp2040\tft_config.py. Driving the display under Arduino is no problem. I would really appreciate it if you could publish a small MicroPython code example that shows anything on the screen. thanks |
In Issue #4, if you look at the end of the thread, it eventually gets to a working example in micropython. Please could you share your C++ or Arduino code examples as we are struggling with that too! |
"In Issue #4, if you look at the end of the thread, it eventually gets to a working example in micropython."... I could not get these to work. |
Working Arduino code: |
I have this device working well with Micropython on the RP2040. It sends and receives to the internet via WiFi from the ESP chip on Serial/UART using AT commands. Also the LCD displays nicely with wifi status and readings from sensors connected. Sensor readings are uploaded to my server in JSON format. Can also receive JSON settings from the server.
Now I want to do the same but with C++ and I can't find examples for this device. I already tried Arduino-Pico and Earl Philhower libraries in VSCode / platformIO.
RP2040 can't find/won't connect to ESP chip using hardware serial connection. It might be because of incorrect settings.
Please provide examples.
Thanks!
The text was updated successfully, but these errors were encountered: