Raspberry Pi Build still accepted?

Hi

I’m building a raspberry pi enviro+ air quality sensor with a PMS5003 Particulate Matter Sensor. Can I still register this on the Sensor Community site, or do I need to build a senor using the devices on your website?

Cheers Steve

I think there is no issue if you register the sensor the right way.
But I don’t remember how you set a Rasp Pi with the Enviro +. Rohit’s code is still available ?
Timespan between to measurements must be 145 s.

Thanks. The original build and code can be found here - https://learn.pimoroni.com/article/enviro-plus-and-lu$tdaten-air-quality-station It looks like the code is still available. Note I have replaced the letter ‘f’ in the link text with $ because for some unknown reason I am not allowed to post the luft… word.

Like you shall not read YHVH on the Pessah Seder, you shall not mention the L-word on this site! :grin:
The project name is Sensor.Community.

where can I find the software for the raspberry?
Thank you

https://learn.pimoroni.com/article/enviro-plus-and-XXXXXXX-air-quality-station

This code is not supported by SC and is probably obsolete.
SC uses NodeMCU not Rasp Pi

Why do you really want a Rasp Pi ?

thanks for the reply, I wanted to install the sensor together with a lightning detector.
Claudio

You will probably need someone to help you to adapt the code (at least for the API URLs). My experiences with Rasp Pi programmation were never successful. I am a uC type :slight_smile:

You can send the data to api by using a script, here are some python scripts:

But likely you have to adjust the code a bit. As far i can see, Enviro + is a sense hat for pi? You should be able to write a script to submit the sensor data, i did so a while ago for the PI official sense hat.

Jun 25 14:54:25 mypi python3[8030]: DEBUG:urllib3.connectionpool:https://api.luftda*en.info:443 “POST /v1/push-sensor-data/ HTTP/1.1” 201 None

BTW, the api call is always the same? Just noticed that the raspis have submitted data to the api, but … the result is missing at sensor.community

BTW…

An error occurred: Sorry, you can’t post the word ‘l*******n’; it’s not allowed.

@ricki-z was there any change to the api endpoint in february this year?

@v6tunnler no, there was no change. It’s the same endpoint for all sensors. The only change was for the ssl cert, the cross signing with DST Root CA X3 was removed. So you may need to update your root CA certs (or to use a non-https connection).