TennoDrive is a mobile application built with Flutter that communicates via Bluetooth with an Arduino-based control system.
The Arduino receives commands from the mobile app and controls multiple servo motors responsible for:
- Motor start
- Stop
- Speed control
- Servo positioning
This project combines mobile development + embedded systems + hardware control into a complete IoT control system.
Flutter App (Mobile)
│
│ Bluetooth (BLE)
▼
Arduino Microcontroller
│
▼
Servo Motors / Motor Control System
The mobile app sends control signals to Arduino, which translates those signals into PWM outputs to control servos and motor behavior.
Technologies Used Mobile
Flutter
Dart
Bluetooth / BLE communication
Embedded
Arduino
Servo Motors
PWM Signal Control
