Search found 3 matches

by Cardan783
Fri Oct 21, 2022 2:42 am
Forum: Sample Code
Topic: Help with the example of Esp32 examples\storage\sd_card\sdspi\main
Replies: 1
Views: 7672

Help with the example of Esp32 examples\storage\sd_card\sdspi\main

First of all, a cordial greeting to all wishing that you are all well, good to the point. I have made the example of Esp32 to use a microSD card as a data storage medium, the idea is that of a datalogger. The example works perfectly fine, a file called hello.txt is created and then renamed to foo.tx...
by Cardan783
Tue Jun 14, 2022 3:12 pm
Forum: ESP-IDF
Topic: Create persistente connection in Bluetooth classic
Replies: 0
Views: 590

Create persistente connection in Bluetooth classic

Good morning to all, Is it possible to create a persistent connection in Bluetooth? Let me explain: I have a Bluetooth connection between the esp32 and my phone, suddenly I move away from the esp32 and lose the connection but when I get closer again I want the connection to be automatically reestabl...
by Cardan783
Tue May 17, 2022 1:58 am
Forum: General Discussion
Topic: How to send a float data via Bluetooth in ESP IDF
Replies: 0
Views: 988

How to send a float data via Bluetooth in ESP IDF

I would like to send a data of type float through Bluetooth and using the example bt_spp_acceptor thank you very much for your help.