M5-ProductExampleCodes icon indicating copy to clipboard operation
M5-ProductExampleCodes copied to clipboard

All example codes of products supplied by M5Stack have been collected in this reposity.

Results 18 M5-ProductExampleCodes issues
Sort by recently updated
recently updated
newest added

Hello, I am using [unit cam](https://docs.m5stack.com/en/unit/unit_cam) with a Core 2. I want to communicate through UART, just like the video on that page. I followed the connections given, and uploaded...

https://github.com/m5stack/M5-ProductExampleCodes/blob/master/App/BalaC-Plus/Arduino/BalaCplus/BalaCplus.ino Line 74 and 75... there's one too many function declarations with the same name. 74: void readGyro(); 75: void readGyro();

To get the PDM sample working, the line pin_config.mck_io_num = GPIO_NUM_0; needs to be added after pin_config.data_in_num = CONFIG_I2S_DATA_IN_PIN;

Hi I tried out the LoRaWAN examples with the M5 COM.X LoRaWAN module. It doesn't work and after some troubleshooting it turns out that for most of the commands sent...

Have a new COM.NB-IoT (SIM7020G) with Core2 but can't get get anything much to work. Have an external 5v power supply for the COM.NB-IoT and inserted a SIM card and...

I was unable to compile the PDM unit code Arduino: 1.8.19 (Windows 10), Board: "M5Stack-Core-ESP32, QIO, 80MHz, Default, 921600, Error" C:\Users\andre\AppData\Local\Temp\arduino_modified_sketch_309659\sketch_feb11a.ino: In function 'bool InitI2SSpakerOrMic(int)': C:\Users\andre\AppData\Local\Temp\arduino_modified_sketch_309659\sketch_feb11a.ino:43:29: warning: 'I2S_COMM_FORMAT_I2S' is deprecated...

What pins do I need to connect UnitCam to? I think "xQueueReceive(jpeg_fream_queue, &frame, portMAX_DELAY);" is failing.

The header file has the getAhrsData(&pitch,&roll,&yaw) method but the implementation is missing in the .cpp file. The implementation could be copied from the M5.IMU implementation to fix this. The unit...

best M5stack designer. I am looking for this file https://github.com/m5stack/M5-ProductExampleCodes/blob/master/Unit/TVOC/UIFlow/TVOC_eCO2%20Example.m5f. but unfortunately it is no longer listed where can I find it again? thanks in advance Harry

https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/LAN/Arduino exit status 1 cannot declare variable 'server' to be of abstract type 'EthernetServer'