Hi all
Im am using micropython ubluetooth and I can connect to the ESP32 using "Serial bluetooth terminal"
But when I try to us MIT App Inventor the only time I can see it in List Picker if I use "call BluetoothE1.StartScanning " and then set ListPickerBLE.ElementsFromString to BluetoothLE.DeviceList"
and I see the device as "24:62:AB:F2:86:2E DS18B20 Teperature -55"
I guess the -55 is the RISS strength.
But when I use "call BluetoothLE1.connect / index ListpickerBLE.Selection" I get an error
The operation Connect cannot accept the arguments: , ["24:62:AB:F2:86:2E DS18B20 Tmperature -55"]
How do I get this to work or can someone post a link to a tutorial or working example on setting up MIT App Inventor with ESP32 using micropython - uBluetooth
Please refer to the BLE, Interrupts & Timers in Micropython | Controlling Appliances via BLE | Micropython Series E3 - YouTube
video on how I setup the ESP32 ubluetooth.
uBluetooth.aia (190.5 KB)