M5CoreS3 icon indicating copy to clipboard operation
M5CoreS3 copied to clipboard

M5CoreS3 Arduino Library

Results 17 M5CoreS3 issues
Sort by recently updated
recently updated
newest added

How I flash uiflow onto this, i just received a batch of them :). And I wanted to migrate my core2 projects to this?

### Describe the bug Are there any examples of the Zigbee Unit (SKU:U110) working with the M5CoreS3? ### To reproduce Compiling https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Zigbee_CC2630/P2P_TEST, I got an error `fatal error: M5Stack.h: No...

I cannot find any clear example or working method to enable the USB OTG Host mode of the Core S3 using Arduino framework. Can you please give guidance or suggestion.

the way this was coded made the camera_config_t* config; member variable useless, as it is never set or used. with this change: - the constructor can optionally accept a pointer...

I stacked Servo2 module together with M5CoreS3. This code is working properly with touches, but servo controlling is not working. If i remove line CoreS3.update() than servo controlling starts to...