Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
/ erobot_archive Public archive

Designed to control Arduino robot via Bluetooth.

Notifications You must be signed in to change notification settings

erobotkh/erobot_archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erobot-App

Start date: 24 July, 2020

Welcome to Open Source Project.
Erobot is designed to control Arduino robot via Bluetooth.
The app is developing using Flutter.


Functions of the app are:

  • Farm Assistant : (IN PLANNING)
  • Arduino Documents : Document of how to build robots.
  • Login, Sign up on the app.
  • Sender : Send string or character to Arduino via bluetooth.
  • Ball Shooter : A controller to control ball shooter robot, servo, and speed.
  • Arduino Car : A controller to control Arduino car and speed.
  • IR Remote : Vitual IR Remote via Bluetooth.
  • About Us : Information about Erobot team.

Prototype and design here: Figma



Use flutter run --release to test it or
Build release to test:

$flutter build apk --release && flutter install build/app/outputs/flutter-apk/app-release.apk

Or

$flutter build apk --target-platform android-arm64 --split-per-abi && flutter install build/app/outputs/flutter-apk/app-arm64-v8a-release.apk