M5StickC Plus 2 problem
-
I thought I followed all the tutorials I needed. I am trying to upload some of the example projects from the M5StickCPlus Library like Factory Test, or the Hello World examples. I have my port set right, and it knows when I have it plugged into the USB. I have the upload speed set to 115200. When I hold the power button on, the green LED turns on, but nothing comes on the screen. Any advice?
-
Hello @LukeVancelave
please note: M5StickCPlus2 hardware is different from M5StickCPlus.
You can find the Arduino library and examples for M5StickCPlus2 here.
Thanks
Felix -
Okay, thanks! I'm really new to this, what am I supposed to do from GitHub?
-
-
@felmue So I see there are very few examples for the Plus 2. Is there any way for me to modify code for the normal Plus to make it run on the 2?
-
@lukevancelave There are 10 examples for Arduino IDE on the GitHub repository covering all the features!
Most code from the Plus will run, especially 'hats'.
Some non-M5Stack code may require 'tweaking' to accommodate the slight differences between the new and old.
https://docs.m5stack.com/en/core/m5stickc_plus
https://docs.m5stack.com/en/core/M5StickC PLUS2 -
@teastain Thanks for the reply! Are you referring to those ones in the Examples>M5StickCPlus2>Basic ? So I'm really just trying to code a clock program for mine but I'm having a really hard time figuring that out. I can't find anything in the Plus 2 that covers that and what I try to copy over from Plus 1 codes don't seem to work. Is there any documentation or advice you have for what needs to get tweaked between the plus and plus 2?
-
@lukevancelave The rtc (Real Time Clock) demo is very good and you can modify it as you like or use it as an example for your unique project.
see here!
https://github.com/m5stack/M5StickCPlus2/blob/master/examples/Basic/rtc/rtc.ino