Search found 2 matches
- Thu Dec 22, 2022 6:54 pm
- Forum: ESP-IDF
- Topic: Wifi disconnect (wifi:m f null)
- Replies: 1
- Views: 1331
Re: Wifi disconnect (wifi:m f null)
Hello to everybody. Do you know where I was wrong? It's stupid, but I made a driver for the SHT30 over I2C. And once every xy milliseconds I read the temperature. void sht30_measure(void) { i2c_cmd_handle_t cmd = i2c_cmd_link_create();; cmd = i2c_cmd_link_create(); i2c_master_start(cmd); i2c_master_...
- Mon Nov 07, 2022 7:02 pm
- Forum: ESP-IDF
- Topic: Wifi disconnect (wifi:m f null)
- Replies: 1
- Views: 1331
Wifi disconnect (wifi:m f null)
Hi, I started with ESP-IDF, now in version: 4.4.2 And my program reads the DS18B20 and controls the I2C device. Everything works for about 3 hours. Then the program fails. Start log, where everything is OK. Here is completed log ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLA...