Page 1 of 1

Bluetooth on ESP32 running micropython

Posted: Wed Nov 29, 2017 11:22 pm
by javargas26
Is there a bluetooth module and where can I find it?

Re: Bluetooth on ESP32 running micropython

Posted: Thu Nov 30, 2017 12:56 am
by SpotlightKid
You mean as in "(micro)python module" or as in "small board with a bluetooth chip on it"?

Re: Bluetooth on ESP32 running micropython

Posted: Thu Nov 30, 2017 1:04 am
by javargas26
What I'm looking for is a kind of library so I can do "import bluetooth" or something like that.
I want to send data from the ESP to my phone and I know the board I'm using supports bluetooth

Re: Bluetooth on ESP32 running micropython

Posted: Thu Nov 30, 2017 1:50 am
by SpotlightKid
To my knowledge, neither the official beta port for the ESP32 nor the fork by loboris have working support for Bluetooth yet. But apparently loboris is currently working on adding support to his fork.

Re: Bluetooth on ESP32 running micropython

Posted: Thu Nov 30, 2017 2:22 am
by javargas26
In that case, any suggestion o how to make that connection ? How about a bluetooth module HC-05 using the UART port?

Re: Bluetooth on ESP32 running micropython

Posted: Thu Nov 30, 2017 7:49 am
by SpotlightKid
Yes, those are easy to use, but HM-05 only supports Bluetooth 2. For Bluetooth 4.0 / LE, get a HM-10.

Re: Bluetooth on ESP32 running micropython

Posted: Thu Nov 30, 2017 4:52 pm
by pagano.paganino
If you can use an external module take a look at https://github.com/dmazzella/uble
Uble uses the SPBTLE-RF module of STMicroelectronics, breakout board you can find it here https://nifteecircuits.com/products/low ... smart-v4-1 or http://www.st.com/en/ecosystems/x-nucleo-idb05a1.html

Re: Bluetooth on ESP32 running micropython

Posted: Wed Dec 06, 2017 12:26 am
by javargas26
I haven't been able to do it. What I am trying to do is:

sent a data that I get from a light sensor, via bluetooth, to an app on my phone

Any suggestions or help coding would be very apreciated

Re: Bluetooth on ESP32 running micropython

Posted: Fri Apr 06, 2018 12:55 pm
by jcea
Any news about this?.