Small boat driven by an on-board ESP8266, connected to a smartphone app through WiFi.
ESP8266 programmed using Arduino IDE first and PlatformIO for VS Code then. Smartphone app built with Flutter.
Clone this repository locally :
git clone https://github.com/marcodellemarche/barcuino.gitIf you use PlatformIO, dependencies will be automatically downloaded. Otherwise, please look for these dependencies:
Install dependencies for flutter :
cd flutter
flutter pub getIf you want to generate Flutter components you MUST install flutter globally.
Please follow flutter documentation.