I'm facing few issues in reading and sending sensors data (BME680) thru LoRa. I tested the sensor and it's working well with same config (pins setup) but as soon as I try to read sensor data to send them to my lora server, it shows only zeros.
Appreciate any help on what's wrong with the code.
I'm using Arduino Nano and RFM95W with BME680 IAQ sensor.
Thx but I tested the sensor alone and it's working well.
Looks like there's some conflicts between the LoRa code and the sensor code but can't detect it
Thx Mark.
The LoRa RFM95W is working fine and sends data but the sensor readings are all zeros
I'm suspecting a power issue since the RFM95W and the BME680 modules are connected to the same Nano 3.3V (I'll try to power separately the BME680).
Here attached the code (can't insert it here as >9000 char