VladimirP1 / esp-gyrologger

GNU Lesser General Public License v2.1
63 stars 10 forks source link

consider supporting ESP32-S3 #14

Closed gretel closed 1 year ago

gretel commented 1 year ago

nifty new devices coming like https://shop.m5stack.com/products/atoms3-dev-kit-w-0-85-inch-screen - regards

B-nutze-RR commented 1 year ago

I'm currently talking to them in order to figure out if we get C3, bmi270, SDcard, button and LED into one product 🤞

cedricchangy commented 1 year ago

I'm currently talking to them in order to figure out if we get C3, bmi270, SDcard, button and LED into one product 🤞

that could be awsome! Do you have any news ?

VladimirP1 commented 1 year ago

esp32-s3 support added in https://github.com/VladimirP1/esp-gyrologger/commit/f9b571b87c2600c277576ac3dd148fb833da66d2

AdrianEddy commented 1 year ago

Pin config for this AtomS3 device: SDA: 38 SCL: 39 Button: 41

pouletmou commented 3 months ago

Hello, would that be possible to display the filename in use when recording on this device ? I believe you did it with the esp oled screen and the m5stick c plus. I usually film on my canon R6II, and I'm often confused about what file goes with my video rush. I thought that if I could have the name when recording I could say it loud and it would be on my video file.

VladimirP1 commented 3 months ago

Yes, that is possible to implement, the display is almost the same, but I do not like the way I have done it for m5stickc. I'll think about it

pouletmou commented 3 months ago

thank you !