Skip to content

Openframeworks addon to talk Firmata with an Arduino over TCP/IP

Notifications You must be signed in to change notification settings

egradman/ofxNetworkArduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ofNetworkArduino

This is just like ofArduino except that instead of using connect(portname, baudrate) you should use connect_tcpip(string ipaddress, int port)

Under the hood, it uses ofxTCPClient (you'll need to include ofNetwork) to handle sending and receiving bytes.

I use this to communicate with Arduino+Firmata devices connected to a WiFi network (in my case, using Roving Networks RN-XV devices available from Sparkfun.

About

Openframeworks addon to talk Firmata with an Arduino over TCP/IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages