Round display to AMS #896
ElMyggo
started this conversation in
Show and tell
Replies: 2 comments
-
Well done! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well done - and it looks great! 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made a small display to view actual power and price...
After many test and more gray hair i get it to work with tiny oled display so i purchase a round 2,1inch display.
Display is complete with ESP32S3 so i "only" add a program to get the data with Json from the AMS reader.
After some more gray hair i get it to work as i want at the beginning.
Now i have to print a case and i get many more ideas to implent in display...
Everything is hardcoded so i need to build a new firmwarefile for every change.
It connect to wifi and run the data.json link every 5 sec and use arduinoJson to deserialize to a string and pick the values i need.
Everything is done in Arduino IDE
There is probably many other way to do this but im happy because my idea working :-)
Beta Was this translation helpful? Give feedback.
All reactions