M5Stack-Camera icon indicating copy to clipboard operation
M5Stack-Camera copied to clipboard

Base espressif esp32-camera

Results 15 M5Stack-Camera issues
Sort by recently updated
recently updated
newest added

Hi: Now, I want to create a task to open the wifi. FreeRTOS task can't have the "return", I created the task as below: void wifi( void * parameter )...

I am new to M5Camera and I got the A model. I would like to try program the M5Camera A model, but then from this page https://github.com/m5stack/m5stack-cam-psram, the link https://github.com/m5stack/m5stack-cam-psram/tree/ModeA...

[ADC2 channel cannot be used when WiFi is in use](https://desire.giesecke.tk/index.php/2018/01/30/adc2-channel-cannot-be-used-when-wifi-is-in-use/). M5Camera uses the pins which cause `analogRead()` to fail as GROVE interface. So we cannot use some sensors which need...

Hi I met the issue as below, thanks ! Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled. Core 0 register dump: PC : 0x40151b09 PS : 0x00060230 A0...

Hi Now I am using M5 model A for UART, how to set TXD/RXD/RTS/CTS ?? I set it as below: #define ECHO_TEST_TXD (28) #define ECHO_TEST_RXD (14) #define ECHO_TEST_RTS (12) #define...