Skip to content

madeout/arduino-ofx-nodejs

Repository files navigation

arduino-ofx-nodejs

OpenFrameworks and Arduino communication with NodeJS using OSC communication. Tested on Raspberry Pi

Use it

  • On the Arduino board, install SensorShieldLib, so The board will emit Json.
  • Download ofxJSON lib
  • In ofApp.h, define host and port.
	define HOST "localhost"
	define PORT 8080
  • The script will forward JSON to a specific port using OSC
  • You can then listen to the port with a nodejs or apache server to receive the data

About

OpenFrameworks & Arduino communication with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published