Skip to content

JohnTenno/BLE-Motor-Control-System

Repository files navigation

Typing Animation


TennoDrive – BLE Motor Control System

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.


System Architecture

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

About

The mobile app sends control signals to Arduino, which translates those signals into PWM outputs to control servos and motor behavior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors