Search found 4 matches

by DJesusCry
Mon Oct 02, 2023 10:25 am
Forum: ESP-IDF
Topic: Read data with I2C communication
Replies: 0
Views: 980

Read data with I2C communication

Hello everyone. I'm trying to read data from a component via I2C From the documentation of said component, the address of the device is 0x6B and the register address is 0x30. The data i want to read is the voltage of a battery but it's spread across two bytes with bit 15,14,13,0 being reserved (see ...
by DJesusCry
Fri Apr 07, 2023 12:15 pm
Forum: Hardware
Topic: Bluetooth 5 crashes ESP32-PICO-D4
Replies: 3
Views: 1604

Re: Bluetooth 5 crashes ESP32-PICO-D4

ESP_LJH wrote:
Fri Apr 07, 2023 9:54 am
ESP32 does not support bluetooth 5.0.

Well, clear and concise, i like that !

When googling for it, I found many topics telling me that is was, but it was actually S3/C3 chips :?

Thanks !
by DJesusCry
Thu Apr 06, 2023 2:25 pm
Forum: Hardware
Topic: Bluetooth 5 crashes ESP32-PICO-D4
Replies: 3
Views: 1604

Bluetooth 5 crashes ESP32-PICO-D4

Hello there ! I've been working on a project with ESP32-pico-kit V4 (which embarks a ESP32-PICO-D4 chip) for years and had no problems with bluetooth connection. Since recently, I started using Bluetooth 5 dongles and my ESP32 crashes directly after pairing it with my PC. Neverless, the pairing seem...
by DJesusCry
Fri Feb 24, 2023 10:52 am
Forum: Hardware
Topic: Turning potentiometer crashes esp32
Replies: 1
Views: 1050

Turning potentiometer crashes esp32

Hello there ! I'm trying to use a potentiometer STEC12E07 but each time I turn it, my Esp32 crashes. I did not find a pin layout for this potentiometer but it's my understanding that the middle pin should be connected to my esp's analog input and that it should not matter which of the outer pins is ...