Hello guys,
I have a small issue that I dont know how to solve. So I have Adafruit Feather nRF52 Bluefruit LE that I'm using to send data to the bluefruit app trough the UART console. That then gets uploaded to the Adafruit io dashboard. The data that Im sending is from an air particle sensor which gives me values for pm1, pm2,5 and pm 10. The problem is that all the data gets stored in one feed the "rx" feed ( If you follow the tutorial on feeds on the adafruit site). So I dont know how to split up the data points for pm1, pm2,5 and pm10 into different feeds because the bluefruits app limits me to only one feed aka the "rx'" feed. Im using the MQTT trough my smartphone, the adafruit feather that I have doesnt have internet connection capabilities. I would appreciate it if someone could help me. I find the adafruit io interface very useful. But at the moment Im quite limited to only storing and showing only of one datastream at a time due to the bluefruit app feed limitations.
Thank You For Your Understanding,