Hi everyone,
I’m currently trying to use the WiFi LoRa 32 (V3) board with a CCS811 airquality sensor.
I connected SDA and SCL to pin 41/42 and get the sensor working correctly.
Unfortunately when I try to send the sensordata via LoRa to TTN it only works the first time. Afterwards I only get a payload of 00000000. In the serial monitor I get the following output:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x5 (DSLEEP),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x43c
When trying the example code (Heltec-Example LoRaWAN) the exact same thing happens…
Did I miss something in the setup?
It’s really annoying as I can see it working at the first transmission (also after a reboot via the button), so I’m hoping anyone can help or point me in the right direction.
Thank you in advance!