Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 647 Bytes

App-controlled Arduino robot

In this project we developped an Android application allowing us to communicate with our Arduino controlled robot. The communication is done via an ESP8266 module.

Structure

Application

The Android app is a fork from the WiFly Remote. You can see the fork version here.

Arduino

The Arduino was connected to the ESP8266 module with the PIN 14. You can see the code used to handle the connection right here.

Acknowledgements

Thanks to my partner @HugoGybe on this project !