https://github.com/jarmitage/arduino-p5-server
Send data from Arduino to a Node server and relay via Web Sockets to a client running p5.js
https://github.com/jarmitage/arduino-p5-server
arduino node p5js serialport websocket
Last synced: 2 months ago
JSON representation
Send data from Arduino to a Node server and relay via Web Sockets to a client running p5.js
- Host: GitHub
- URL: https://github.com/jarmitage/arduino-p5-server
- Owner: jarmitage
- License: mit
- Created: 2018-04-30T20:53:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T20:58:14.000Z (about 8 years ago)
- Last Synced: 2025-04-08T14:53:04.427Z (about 1 year ago)
- Topics: arduino, node, p5js, serialport, websocket
- Language: JavaScript
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-p5-server
Toy example made for a student.
Send data from Arduino to a Node server and relay via Web Sockets to a web client running p5.js.
Unlike the examples in `p5.SerialPort`, this will allow you to visit the server from another device such as a mobile and still view data obtained via the serial port.