how to connect a m5 grey core to stick wireless
-
im trying to establish a connection between the 2 so i can control the m5grey core with the wirelesscontroler stick hat.
im trying to make a camera slider so it doesnt need to have lots of functions. just a basic data send should be fine. also the rest of the code was written in uiflow block langauge. so would be nice if this vcould be done there to. -
@bigpotatobrain Yes, this can be done using ESP-NOW in UIflow and I am currently working on this myself using an M5StickC and an Atom Matrix.
-
thank you il look into those functions then!
-
@ajb2k3 i started with it and i had the conections between 2 sticks running in no time. but im running into a problem with my M5Stick and M5Stack gray core. for some reason they dont get messages from one another. i used this program on al my devices it worked for the sticks. i did change the module to stack for the core. maybe something went wrong there do you have any idea?
-
Send the message as a string. If you want to send a list, cast it to a string, then use eval() in the receiver.