ESP32 and Pythonista
-
Good afternoon.
I bought Pythonista just yesterday and I am trying to create a BLE communication between my ESP32 (M5Stack) and my iPhone.
Is there any example about that? Both from ESP (here I use MicroPython) and from Pythonista... I need 'only' to send one number from esp to IOS.
Any help would be very appreciated.
Thank you very much!
-
@tenere700 see BT BLE module https://omz-software.com/pythonista/docs/ios/cb.html
and an examplehttps://forum.omz-software.com/topic/2846/simpler-way-to-use-the-bluetooth-cb-module
-
Thank you very much for your help, CVP. It is really useful.
But it seems really complicated for me to understand how to read a message from my esp (uart_ble.write('1')).
Is the UUID always needed? It is different from one ESP32 to another....Thank you very much again and best regards
-
@tenere700 Sorry but I don't know BT, perhaps you can search in this forum or with Google "Pythonista Bluetooth" other topics