August Quint
August Quint
ja, einen Parser für diese 5 Städte würde Sinn machen. Könnte ich machen. Soll ich? Wie sieht das aus mit dem Zugriff auf öffentliche Daten eines privaten Unternehmens?
das ginge auch hierüber: https://www.bad-homburg-parken.de/ falls der Weg via FFH nicht ginge.
OK, I will look into that topic. The data seems to be extracted and displayed correctly. I will look into the alternate source.
OK. Why is/was it time-critical?
adding some print-statements to this code it outputs this: ``` start SDS 0 9.10 4.10 stop SDS ``` the numbers have this meaning: the returncode of the read() is 0...
I have an idea: in the code the _wakeup()_-function is realized as: `void SDS011::wakeup() { sds_data->write(0x01); sds_data->flush(); } ` For me this worked on an Arduino Uno and also on...
@x-RoNiN-x do you work with the original code? Or did you include the modifications regarding the function wakeup()? Here on my side my test-code now works but only after I...
@x-RoNiN-x Thanks for your hint. Looking at the case of the sensor I see something that looks like a serial number. It contains 2 blocks, and the last block contains...
I have seen there is a new version of this lib here. Arduino IDE and PlatformIO still offer the older version of this lib. My question: how do Arduino IDE...
PlatformIO loads an older version of this lib. This is the error I encounter: > Compiling .pio/build/usb/src/sds011read.cpp.o src/sds011read.cpp: In function 'bool sds011_init()': src/sds011read.cpp:26:55: error: no matching function for call to...