All Questions
2 questions
1
vote
0
answers
2k
views
How do I correct an "ETIMEDOUT" error on an ESP32?
I am using a System on Chip (SoC) ESP32 microcontroller and a MPU6050 (an sensor that contains a gyroscope and an accelerometer). I used a piece of code to activate the accelerometer and get readings ...
0
votes
0
answers
76
views
Flash Micropython from Browser
I am building a website, in which I am adding a feature to upload micropython code to ESP32 from the browser. What are the best ways to achieve this functionality?