User Activity

static void SendTxData(void){/* USER CODE BEGIN SendTxData_1 */uint16_t pressure = 0;int16_t temperature = 0;sensor_t sensor_data;UTIL_TIMER_Time_t nextTxIn = 0; #ifdef CAYENNE_LPPuint8_t channel = 0;#elseuint16_t humidity = 0;uint32_t i = 0;int32_t ...
I have generated code with Lorawan. I am reading data from HTU31D sensor, the sensor pushes the same data (first stored data) in lorawan. Thank you
I have been working in Stm32wle5jci6,im trying to integrate My I2C code with lorawan code package downloaded from github. I had tested with Macros in that case the data was pushed in Chripstack, but whenever i try to connect the sensor i am unable to...