Search found 3 matches
- Thu Jun 01, 2023 1:15 pm
- Forum: General Discussion
- Topic: (solved) I2C device poses a challenge
- Replies: 18
- Views: 26455
Re: (solved) I2C device poses a challenge
Hi I tried to read SHT20 registers with I2C tool with "i2cget" command, but it has error "ESP_ERR_TIMEOUT Operation timeout because the bus is busy" esp_err_t = 0x107 what does it mean? Maybe it depends on the timout setting. (i2c_set_timeout) I trid to set timeout in multi value but it doesn't work...
- Thu Jun 01, 2023 1:12 pm
- Forum: General Discussion
- Topic: SHT20 Sensoor I2C problem
- Replies: 0
- Views: 764
SHT20 Sensoor I2C problem
Hi
I tried to read SHT20 registers with I2C tool with "i2cget" command, but it has error
"ESP_ERR_TIMEOUT Operation timeout because the bus is busy"
esp_err_t = 0x107
what does it mean?
Maybe it depends on the timout setting. (i2c_set_timeout)
I tried to set timeout in multi value but it doesn't work
I tried to read SHT20 registers with I2C tool with "i2cget" command, but it has error
"ESP_ERR_TIMEOUT Operation timeout because the bus is busy"
esp_err_t = 0x107
what does it mean?
Maybe it depends on the timout setting. (i2c_set_timeout)
I tried to set timeout in multi value but it doesn't work
- Sun Oct 30, 2022 3:29 pm
- Forum: ESP-IDF
- Topic: Send data with esp32
- Replies: 1
- Views: 1258
Send data with esp32
Hi everyone
How can I send sensor's data to another network with esp32?
for example sensor is in germany and i want to send sensor's data with esp32 to another country.
and how can I get data?
thank's
How can I send sensor's data to another network with esp32?
for example sensor is in germany and i want to send sensor's data with esp32 to another country.
and how can I get data?
thank's