Search found 3 matches

by vikram25897
Wed Feb 15, 2023 11:03 am
Forum: General Discussion
Topic: What is ESP32-H4?
Replies: 2
Views: 16460

What is ESP32-H4?

I know that ESP32-H2 is coming, but in all the READMEs regarding Thread or Zigbee say that you need an 802.15.4 SoC like ESP32-H4. See https://github.com/espressif/esp-idf/tr ... ght_sample for example.
by vikram25897
Sun Jan 05, 2020 6:57 pm
Forum: ESP-IDF
Topic: Bluetooth classic code example.
Replies: 0
Views: 1888

Bluetooth classic code example.

I want to use SDP to broadcast service and RFCOMM to transmit data over bluetooth. However I am not able to find any examples for this. I saw some examples using [Codebox]btstack[/Codebox] library. However I am unable to use it in my program because idf.py doesn't use any component of this library b...
by vikram25897
Sat Jan 04, 2020 4:34 pm
Forum: ESP32 Arduino
Topic: UUID for client application to use when connecting to ESP32's Bluetooth Serial?
Replies: 2
Views: 4029

Re: UUID for client application to use when connecting to ESP32's Bluetooth Serial?

Hi, please could you provide code for how you used UUID with BluetoothSerial. I need it for my project.