Skip to content

Programs to communicate an Arduino (Mega 2560) with an application running on Unix.

Notifications You must be signed in to change notification settings

jessicacarneiro/arduino2computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arduino2computer

This project shows an example of communication between a computer and an Arduino over WiFi using the Arduino WiFi Shield.

Arduino

You can compile it using Arduino-Makefile by setting the attributes in the Makefile inside arduino/ (board configurations, paths, etc.).

make upload && make monitor

Or you can compile and upload it inside the Arduino IDE.

Computer

Use make to compile the code and make run to compile and run.

About

Programs to communicate an Arduino (Mega 2560) with an application running on Unix.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages