Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 564 Bytes

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.