Looking up the example code for "Rover C Pro + M5StickC PLUS2" & "JoyC + M5StickC PLUS2".
-
I just got my RoverC Pro & JoyC, and two M5StickC PLUS2, and trying put them together.
But I can't find the eample code for them, can anyone help ?Thanks :D
-
@roanevic
https://github.com/m5stack/M5-RoverC/tree/master/examples/RoverC_JoyC_Remote
this code is for StickC/C Plus/C Plus2 -
Hey @roanevic, just jumping in here, I’ve tried that same setup recently. The example code Kuriko linked is a good starting point:
https://github.com/m5stack/M5-RoverC/tree/master/examples/RoverC_JoyC_RemoteIt’s designed for StickC, StickC Plus, and the StickC Plus2, so it should work with your hardware. Just make sure you have all the necessary libraries installed (like M5StickCPlus2, RoverC, and JoyC) in the Arduino IDE. Let me know if you hit any snags setting it up.