An open API service indexing awesome lists of open source software.

https://github.com/kosso/titanium-ble-esp32-example

An Axway Titanium iOS app and ESP32 Arduino sketch to test and demonstrate BluetoothLE.
https://github.com/kosso/titanium-ble-esp32-example

arduino bluetoothle esp32 ios titanium

Last synced: about 2 months ago
JSON representation

An Axway Titanium iOS app and ESP32 Arduino sketch to test and demonstrate BluetoothLE.

Awesome Lists containing this project

README

        

# titanium-BLE-ESP32-example

The folders contain the Javascript required to build an Axway Titanium iOS application (which *must* include the [**ti.bluetooth** iOS module](https://github.com/hansemannn/titanium-bluetooth)) and also an Arduino sketch for an ESP32 micro-controller module and 64x32 OLED screen.

The Arduino sketch uses the latest ESP32 BLE Arduino library from https://github.com/nkolban/ESP32_BLE_Arduino.

The mobile application emulates a kind of joystick/gamepad and sends `x,y` values between `-1.0` and `1.0` to the ESP32, which updates the `x` and `y` values on the screen.

This is just an example/test to learn how to use something like this to control some motors for a robot project or something similar.

![](images/IMG_3160.PNG)

![](images/IMG_3163.JPG)

--------

@kosso December 2018