Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: stephanino on July 29, 2024, 06:38:23 PM

Title: MOD_IR_TEMP with ESP23-POE issue
Post by: stephanino on July 29, 2024, 06:38:23 PM
Dear all,
we have an issue when connecting the MOD-IR-TEMP sensor to an ESP23-POE via UEXT connector. We installed the requested library, and uploaded the proposed code from here. (https://github.com/OLIMEX/MOD-IR-TEMP/blob/master/SOFTWARE/MOD-IR-TEMP.ino)

After uploading we have on the serial monitor the following output:
17:40:27.699 -> rst:0x8 (TG1WDT_SYS_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
17:40:27.699 -> configsip: 0, SPIWP:0xee
17:40:27.699 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
17:40:27.699 -> mode:DIO, clock div:1
17:40:27.699 -> load:0x3fff0030,len:1448
17:40:27.732 -> load:0x40078000,len:14844
17:40:27.732 -> ho 0 tail 12 room 4
17:40:27.732 -> load:0x40080400,len:4
17:40:27.732 -> load:0x40080404,len:3356
17:40:27.732 -> entry 0x4008059c
17:40:28.758 -> ets Jun  8 2016 00:22:57

BME280 is working fine on the same ESP board.

Any ideas on a possible solution, please?
Thanks a lot
stefano
Title: Re: MOD_IR_TEMP with ESP23-POE issue
Post by: stephanino on July 29, 2024, 07:03:25 PM
[SOLVED]
For ESP32 I2C protocol initialized by Wire.begin(13,16) instead of pinMode.
Cheers
stefano