I hope that I placed this topic in the right category. I’m Daan Pape, the creator of the Walter module (https://www.quickspot.io) and Walter Feels carrier board. I’m currently working on creating cool use cases for our module and that is how I found out about this sensor community. I immediately made a setup with an SPS30 sensor from Sensirion and connected it to Walter to transmit measurement data, you can see the results here: Walter ESP32-S3 NB-IoT/LTE-M/GNSS
Of course I now need to upload the data to this community’s servers. But I was wondering which other sensors could be interesting to connect? I was thinking of maybe a geiger counter but I could not find which one would be good.
Please let me know your thoughts,
Best regards,
Daan
I wrote a Java application that accepts sensor data from nodes in TheThingsNetwork (temperature/humidity, particulate matter, noise), converts it, then interacts with the sensor.community API to send it. Basically it just emulates a node sending a HTTP request for each measurement item.
You’re not using LoRaWAN, but I suppose the mechanism is very similar: you receive or pick up the data from the IOT network backend, then do conversion and finally forward it to sensor.community. Each sensor still has to be registered manually at https://devices.sensor.community/ with the correct sensor types. You will need to provide a unique sensor id when registering a sensor, that id will also be part of the device sensor data upload.