I’ve just connected my first project, a simple temperature sensor on an arduino pro mini.
It is successfully transmitting data to the TTN and appears in my Cayenne dashboard, but somehow I’m getting “extra” data.
I’m expecting a single sensor value in each packet, but Cayenne is showing FIVE per packet/frame counter. The values aren’t static, but there is a significant amount of repetitiveness and narrow range.
On my TTN dashboard, the packets show only a single value per packet. Serial output from the arduino also gives a single value per transmission. I’ve attached screenshots.
Any suggestions? I’m not sure if this is a “cloud” setup issue or a sketch issue.