LOFI Control App is in the App Store and Google play
1 July 2016
We are happy to announce that are mobile app – LOFI Control is finally available for iOS and Android.
App provides universal connection with any Arduino board via very popular HM-10 bluetooth LE module.
First version is a simple gamepad-like interface. Soon we will add accelerometer, microphone and compass interfaces as well as bluetooth 2.0 (classic) compatibility.
LOFI Control – iOS and Android app
29 June 2016
LOFI CONTROL lets you control an Arduino robot with an iOS device (iPhone or iPad) over Bluetooth LE (Bluetooth 4.0) module such as HM-10 or HM-11.
The app was designed to work with LOFI Brain controller and is compatible with almost any Arduino board.
Download the app:
1. Connect your Arduino with bluetooth module and upload LOFI CONTROLLER sketch to Arduino.
2. Turn on bluetooth on your iPhone/iPad, start the app and connect to Arduino by clicking the bluetooth button in upper right corner of the screen.
Arduino code
The code below is for Arduino Leonardo compatible board (Arduino Micro, Sparkfun PRO Micro etc.) tha use Atmega32U4 chips. Leonardo boards have two serial ports Serial – simulated by USB and Serial1 – connected to TX/RX pins which are then connected to bluetooth module thus communication between Arduino -> bluetooth module -> LOFI Control app is on port Serial1.
To make the code compatible with Arduino UNO and familiar boards – switch Serial1 to Serial
Compatible devices
– iPhone 4S and newer
– iPad 3 and newer
– iOS 8 and up
– Android 4.3 and up on devices capable of using bluetooth LE
AUTHORS:
Programming and design – MACIEJ WOJNICKI