Annex32 BLE support

Annex for ESP32
Post Reply
dazacke
Posts: 1
Joined: Fri Mar 05, 2021 6:31 pm
Been thanked: 3 times

Annex32 BLE support

Post by dazacke »

Hi ciccio cb, hi all

Thanks ciccio cb for implementing BLE, I can confirm that it works great.
For all of you using MIT APP inventor for creating Apps to communicate (SPP like) with ESP32
use for BluetoothLE
Service UUID 6e400001-b5a3-f393-e0a9-e50E24dcca9e

characteristics UUID 6e400003-b5a3-f393-e0a9-e50E24dcca9e to receive (RegisterForStrings)
characteristics UUID 6e400002-b5a3-f393-e0a9-e50E24dcca9e to send (WriteStrings)

seems obvious in the end, but did cost me some testing.
You do not have the required permissions to view the files attached to this post.
Tinine
Posts: 8
Joined: Thu Apr 01, 2021 6:46 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Annex32 BLE support

Post by Tinine »

Another option is Grau-BASIC which is a BLE supporting spin-off from RFO BASIC!

These are very capable interpreters for Android.

The online manual where there are links to the various flavours:

https://rfobasic.miraheze.org/wiki/Main_Page#Grau-BASIC
Post Reply