Search found 8 matches
- Tue Dec 01, 2020 11:46 am
- Forum: ESP-IDF
- Topic: I DON'T WANT ANY LOG TO THE CONSOLE
- Replies: 4
- Views: 8179
I DON'T WANT ANY LOG TO THE CONSOLE
Hi, I need expert help. I am sending a lot of data to the main PC via the console com port. each time the ESP32 is rebooting - on start or after wake up from deep sleep I am getting a lot of messages about the boot etc. I was trying 3 days to get rid of all these data. I want 0 data to the log conso...
- Tue Jan 23, 2018 7:32 pm
- Forum: ESP-IDF
- Topic: BLE communication between EPS32 and Mobile phones
- Replies: 1
- Views: 5284
BLE communication between EPS32 and Mobile phones
Hi, I need some help regarding BLE communication between ESP32 and Android / IOS . (2 ways communication). I have existing project that works great with Android mobile phone by using OTG USB cable. I want to do the communication with BLE instead USB cable. The ESP32 transmit 2400 bytes per second of...
- Sun Nov 26, 2017 7:33 pm
- Forum: General Discussion
- Topic: DAC GPIO25 GPIO26 as SPO2 LED power driver - problems
- Replies: 1
- Views: 3615
DAC GPIO25 GPIO26 as SPO2 LED power driver - problems
Hi, Maybe someone here can hep me. I am trying to use the DAC GPIO25 and DAC GPIO26 for sending switch power to nellcor SPO2 LED. The LED has 2 wires only. I need to send 0 / 3.3V and 3.3V / 0 every 250nsec. this way the LED transmit RED / IR light every 250usec. When I am using regular GPIOs (lets ...
- Tue Nov 07, 2017 12:22 pm
- Forum: ESP-IDF
- Topic: Bluetooth support for ESP32 IDF 2.0 Release
- Replies: 12
- Views: 15808
Re: Bluetooth support for ESP32 IDF 2.0 Release
Hi Friends...
I need a simple classic bluetooth communication NOT BLE.
is anyone can send me a link to an existing working example ?
Thanks
Eldad
I need a simple classic bluetooth communication NOT BLE.
is anyone can send me a link to an existing working example ?
Thanks
Eldad
- Tue Nov 07, 2017 12:51 am
- Forum: ESP-IDF
- Topic: Direct serial communication via UART1 (USB socket)
- Replies: 2
- Views: 5725
Re: Direct serial communication via UART1 (USB socket)
thanks for your help.... I was trying to update no line ending and I am getting error...
- Tue Nov 07, 2017 12:48 am
- Forum: ESP-IDF
- Topic: Bluetooth classic
- Replies: 14
- Views: 28115
Re: Bluetooth classic
did you found a solution for plane classic bt high speed connection ???
- Tue Nov 07, 2017 12:45 am
- Forum: ESP-IDF
- Topic: Bluetooth classic
- Replies: 14
- Views: 28115
Re: Bluetooth classic
Hi.
I need some help.
I need to use the Bluetooth classic for connecting the esp32 to other device in 115200 bps communication bandwidth.
ble will not work here as it's too slow...
I can't find any example code for this task.
Thanks for your help
I need some help.
I need to use the Bluetooth classic for connecting the esp32 to other device in 115200 bps communication bandwidth.
ble will not work here as it's too slow...
I can't find any example code for this task.
Thanks for your help
- Tue Oct 31, 2017 8:33 am
- Forum: ESP-IDF
- Topic: Direct serial communication via UART1 (USB socket)
- Replies: 2
- Views: 5725
Direct serial communication via UART1 (USB socket)
Hi, My ARDUIN-EPS development with the ARDUINO IDE is working good. I have problems to migrate this code to ESP-IDF especially with communication via the USB cable... so, because fprint is adding 0D to my streaming data to the PC via the USB cable, and because I didn't succeed to get rid of this iss...