Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 578 Bytes

File metadata and controls

21 lines (17 loc) · 578 Bytes

Wally

Wally is a mobile application that allow to intreract with mobile robot. Main features of the app are:

  • Steering a robot
  • Robot's camera preview on the phone
  • Alarm when robot detects obstacle

Hardware

  • Alpha Bot
  • RaspberyPI
  • Smartphone with Android

Technologies:

  • Kotlin
  • Android
  • Android Studio
  • Node JS
  • Python

Details:

Smartphone communicate with AlphaBot via WiFi. Both-side communication is possible thanks to socket.io. Steering the motors is also by NodeJs. Images from robot's camera are transmitted via HTTP by Flask.