Please let me know of any way to connect
P5JS to Arduino
Processing to Arduino
It should be a very simple connection suitable for a teacher and classroom to accomplish. This means avoiding installations, drivers, node.js, and the like, which are way too difficult for teachers and students in a normal MS and HS classroom environment. Looking for plug and play!
The goal is
–connect sensors attached to the Arduino to a graphical coding environment as input to code
–command outputs connected to the Arduino from code (servos, buzzers, LEDs)
–allow code parameters including mouse, keyboard, and code variable values to control outputs
Wired USB connection is fine. Bluetooth would be acceptable but might restrict the variety of Arduino boards that could be used. Wifi would be acceptable but may be difficult to configure for multiple computers in a classroom.
WEMOS, nodemcu, ESP32 or similar platforms for the “Arduino” might be acceptable.a
Thanks
Steve Lewis