I have 2 sensors connected to the cubecell development board
They are BME 680 and MPU9250
Am using the TC9548A (firmware 2.1.2)
When joining the chripstack i am able to send the payload and see the data
* frequency:868100000
* modulation:"LORA"
* * bandwidth:125
* spreadingFactor:7
* codeRate:"4/5"
* polarizationInversion:false
* adr:true
* dr:5
* fCnt:0
* fPort:2
* data:"AAoA8IA/AAACPQAAQz4AcJQ/AAD6vQBQwz8AAHdBAKwAQwDkmUK9SIM/z+zaQAEBBRQB7CYYH7kAGhnI"
* objectJSON:"{"P0_MPU9250_aSqrt":1065568445,"P0_MPU9250_aY":1023541248,"P0_MPU9250_aZ":1044578304,"P0_MPU9250_ax":1065414656,"P0_MPU9250_gX":1066692608,"P0_MPU9250_gY":-1107689472,"P0_MPU9250_gZ":1069764608,"P0_MPU9250_mDirection":1088089295,"P0_MPU9250_mX":1098317824,"P0_MPU9250_mY":1124117504,"P0_MPU9250_mZ":1117381632,"P1_BME680_IAQ":26,"P1_BME680_gas":8121,"P1_BME680_humidity":49.2,"P1_BME680_pressure":975.2,"P1_BME680_temperature":30,"battery":6600}"
and see it in the chripstack. On the next uplink the data is null.
rxInfo:* frequency:867300000
* modulation:"LORA"
* * bandwidth:125
* spreadingFactor:12
* codeRate:"4/5"
* polarizationInversion:false
* adr:true
* dr:0
* fCnt:1
* fPort:0
* data:null
* objectJSON:"{}"
But the data is showing in the debug window of the configurator. This happens every time.
So in short at the time of joining all the data is send and received, but during consecutive up link data is not send
Any advise ?