Pranavc22 / Bluetooth-light-controller

A Bluetooth app which can connect to an IoT device and control lights.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth Light Controller app

Introduction

The app controls Traffic lights using Bluetooth as a communication medium between an IoT device. The app has a very simple and basic UI. The IoT device was installed with an Arduino chip, a bluetooth module and some LED lights for testing.

New Concepts Learned

  • Integrating apps with hardware devices using bluetooth.
  • Using the Bluetooth Libraries
  • Using the Dart async functionality
  • Working with numerous functions for bluetooth functionality.
  • Setting properties to different widgets according to the state of the app.
  • Used various new widgets for layout and functionality of the app.

Resources

Here are some resources which helped me make the app:

About

A Bluetooth app which can connect to an IoT device and control lights.


Languages

Language:Dart 97.7%Language:Swift 1.6%Language:Kotlin 0.6%Language:Objective-C 0.2%