Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 592 Bytes

electroBike

App Requirements

Step 1:

  • setup Flutter and run some example from interwebs
  • button with callback function
  • figure out how to interface with apple maps
  • figure out how to interface with bluetooth Final App Features:
  • location tracking and navigation
  • buttons to control bike speed
  • bluetooth communication with RPi
  • ability to display readings from sensors on the bike

RPi Requirements

Step 1:

  • SSH to RPi and connect it to wifi
  • test motor library for RPi
  • find bluetooth library for RPi

Flutter Application

Step 1:

  • download flutter and get it working