-
Its my first time using VSCode / Platform io to work with ESP so maybe im missing some basic knowledge.
Im getting the following error when i try to build to the code:
`Processing esp32dev (plat…
-
### Board
esp32
### Device Description
M5 core2 based on esp32
### Hardware Configuration
Nothing connected
### Version
latest master
### IDE Name
PlatformIO
### Operatin…
-
hello,
is it possible to use audio with this firmware ?
Example or help is welcomed.
regards
Thomas
-
### PROBLEM DESCRIPTION
Following along this documentation: https://tasmota.github.io/docs/LVGL/#touch-screen-support
### REQUESTED INFORMATION
_Make sure your have performed every step and…
Slyke updated
2 years ago
-
Add the ability to set the display orientation?
One of four possible "up" positions.
Ref: https://patriot-geek.blogspot.com/2020/05/atom-matrix-using-mpu6886-accelerometer.html
-
I've tried writing the code for the second part of Part I, and I've tried to use a switch function in order to implement the mode switching similarly to how we used the function for the first part of …
-
Hi
Tasmota beginner here. I like it very much so far, kudos for all the effort that went into it!
I have an I2C issue that's driving me nuts though, I've searched the web and read docs and issue…
-
### PROBLEM DESCRIPTION
_A clear and concise description of what the problem is._
I have an I2C issue that's driving me nuts though, I've searched the web and read docs and issues for hours and …
-
MPU6886 works in M5stickC by `M5.MPU6886.getAccelData(&accX, &accY, &accZ);`
So I write `M5.IMU.getAccelData(&accX, &accY, &accZ);`, but it get result "X is:0.00 Y is:0.00 Z is:0.00" in Plus.
How …
-
pulled repo, then
~~~
(base) [user esp32]$ make
....
[1097/1329] Generating ../../frozen_content.c
FAILED: frozen_content.c
cd /home/user/esp/Core2forAWS-MicroPython/ports/esp32/build-Core2f…