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.
- Host: GitHub
- URL: https://github.com/kosso/titanium-ble-esp32-example
- Owner: kosso
- Created: 2018-12-13T22:52:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T15:49:03.000Z (over 6 years ago)
- Last Synced: 2025-02-14T01:18:54.942Z (4 months ago)
- Topics: arduino, bluetoothle, esp32, ios, titanium
- Language: C
- Size: 8.42 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


--------
@kosso December 2018