Hey particle community!
I’m a high school robotics teacher and I’m developing my curriculum for a particle photon unit! So excited to get these kids going. I have a class set of the Hover Labs “Hover” gesture sensor I use later in the year to do things like control servo robotic arms with gestures. I have a ton of Arduino projects for it, but I’m working on one for the photon.
What I’d like to do is use one photon to take in the raw X and Y coordinates from the gesture sensor, and send it to another photon controlling 2 servos for a little robot. I can get the X and Y no problem, just looking for suggestions in using particle.publish for sending two sets of int’s that are changing, then reading those two sets of int’s in particle.subscribe on a second photon.
Long story short, working on developing a wireless gesture powered remote control for a little bot!