yucandu

Results 7 issues of yucandu

No idea what the issue is, but I saw some other people got it working on a regular ESP32, so I thought I'd share my troubleshooting trying to get this...

I'm using the MiniIMU v3 with your code, it was working great for a while, but now suddenly all 3 axes are drifting at about 0.5 degrees per second, regardless...

The JPG web fetch and display functions are great, but is it essential to store them on disk first, or can they be displayed straight from memory? I want to...

I am testing this with a multimeter. Comparing this sketch: https://github.com/adafruit/Adafruit_ADS1X15/blob/master/examples/singleended/singleended.ino ...with this nearly identical sketch from a different ADS1115 library: https://github.com/wollewald/ADS1115_WE/blob/master/examples/Single_Shot/Single_Shot.ino The Adafruit library results in the multimeter showing...

line 17 on the single shot example: // Setting these values incorrectly may destroy your ADC! This is not true. You can set gain to whatever you want, you cannot...

1. When compiling ESP32C3 + ST7789, it compiles successfully, but I get "Guru Meditation Error: Core 0 panic'ed (Store access fault). Exception was unhandled." and a bootloop. 2. Arduino IDE...

LovyanGFX works with 90% of TFT_eSPI code, just need to initialize the display in your sketch instead of in a user_setup file. And there's some changes with fonts and drawarc...