M5Core Stack error
-
Hello, I've always used m5stack core. But this week I bought m5core2 and went to use the same code I use, but when I apply the run it crashes and restarts, could someone help me please?
-
@caiotesio
Hi!
They are very different, actually, the most obvious is needing it's own library,
#include <M5Core2.h>.
More here:
https://docs.m5stack.com/en/core/core2
Cheers, Terry -
I redid all the blocks and still the error :(
-
@caiotesio if you are interested...email me the program and I'll try it on my Core2.
Or...slug away! It's sometimes fun and instructional to troubleshoot yourself!
teastain@me.com -
You will need to rewrite the program for the core core as there are quite a few differences in hardware and the GUI system is different.
-
Hello @caiotesio
M5Core2 programming
The following exsamples describe how to use Core2.
M5Core2:
https://github.com/m5stack/M5Core2
:
You can see the difference by comparing Examples.
M5Stack Core:
https://github.com/m5stack/M5Stack -
@ajb2k3 I rewrite the all blocks, but still the error