Page 1 of 1

Send and View data via bluetooth from esp32 to android mobile phone.

Posted: Thu Jan 28, 2021 11:14 am
by Nespressif
Hi all, I'm doing a project that generates some data related to the system timers, in short I show uint_64 accompanied with some string. That is, something quite simple.

Well, I would like to visualize that data in some app on android mobile phones. But some existing app that I can download from the play store.

I would also like to rely on some basic example of https://github.com/espressif/esp-idf/tr ... /bluetooth because I use idf to program my esp32 and not arduino.

In arduino I have seen many examples, but for IDF I have not seen anything that is very clear to me, I have no experience in the use of bluetooth with the esp32.

I would appreciate if you could guide me which example esp-idf can be used and which app to install on the mobile phone to be able to send these data via bluetooth and display them on the phone, in the simplest way possible, I have no power restrictions, I can use the bt classic if it is easier than with the ble.

Thanks in advance.

Re: Send and View data via bluetooth from esp32 to android mobile phone.

Posted: Mon Feb 01, 2021 11:33 am
by Nespressif
Hello, please can someone give me some guidance on how to get started. Thanks

Re: Send and View data via bluetooth from esp32 to android mobile phone.

Posted: Wed Mar 10, 2021 2:30 pm
by jaeger
You should check mit app inventor. There are a lot of examples on how to build an app that sends and receives data via BLE o classic Bluetooth.

For example: https://community.appinventor.mit.edu/t ... ide/1980/3

Re: Send and View data via bluetooth from esp32 to android mobile phone.

Posted: Tue Mar 23, 2021 1:42 pm
by Nespressif
yes, I'll look at it...but I'm not interested in doing it with the arduino ide but with idf...I think I'll try with the esp-idf examples.
I will try with the provisioning examples on BLE and the espressif app.

Thank you very much.

Re: Send and View data via bluetooth from esp32 to android mobile phone.

Posted: Tue Oct 12, 2021 5:15 am
by wiwidnadw
Here some tips for ur problem, This one use okhttpclient to solve the connection

https://www.youtube.com/watch?v=aEJ7orkRssI&t=25s

u can enter github repository too on description, thanks

Re: Send and View data via bluetooth from esp32 to android mobile phone.

Posted: Thu Aug 11, 2022 10:45 pm
by nopnop2002