-
### Describe the bug
With this code it works only up to SVGA.. if I use anything higher, it freezes during TimerCAM.Camera.get()
```TimerCAM.begin();
if (!TimerCAM.Camera.begin()) {
…
-
The CoreS3 SE is basically a stripped down version of this board:
https://circuitpython.org/board/m5stack_cores3/
Compared to the M5CoreS3, the M5CoreS3 SE does not feature a camera (GC0308), pr…
-
D:/Projetos/M5Stack/M5Cardputer-UserDemo/main/apps/app_ir/app_ir.cpp: In member function 'void MOONCAKE::APPS::AppIR::_update_state()':
D:/Projetos/M5Stack/M5Cardputer-UserDemo/main/apps/app_ir/app_i…
-
Main Issue:
The board won't properly boot up after code is successfully flashed.
It appears to me that the code can't fully load, and isn't even getting as far as void setup !
-----------------…
-
It might be easier for some users to use the m5 burner tool to flash the firmware rather than installing vscode / platformio / etc. https://docs.m5stack.com/en/uiflow/m5burner/publish
-
I am working in a conda environment and all the steps before `make flash_all` are completing successfully.
I successfully installed the future module into the environment via `conda install future`…
-
Hi,
I am having a weird issue with this device.
First I had to add a new vendor:
if vend_id not in (0x11, 0x42, 0x01, **0x02)**:
Second, I have multiple ETIMEDOUT.
Soun…
-
Let me start off by saying that I do not claim to be an expert of any sort with this stuff. I'm really good at researching and making copy/paste Frankenstein monsters.
I'm trying to incorporate the…
-
Hey I got the M5Stack basic v2.7
The serial output is all 0.00
Can you tell me changes need to be made for the code?
-
[ESP-BSP](https://github.com/espressif/esp-bsp) is standard a mechanism how to work with a board.
The initialization sequence in case of M5Stack CoreS3 includes also Power Up of display using AW952…