/arduino2computer

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

Primary LanguageArduino

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.