Line breaks in Visual STudio Code and Git (LF vs CRLF)

Background
In Windows a line break ends with the characters <CR><LF> and in Linux a line break is only a <LF>.
So usually line breaks in text files in Windows should be ending with <CR><LF> and in Linux they should end with <LF>. In mixed environments (Windows/Linux) this is something one has to take into account.

Continue Reading

Airquality with Raspberry Pi

I have been experimenting with the Raspberry Pi and the Bosch BME680 and Plantower PMS5003. With the BME680 you can measure temperature, air pressure, humidity, and VOC gas (Volatile Organic Compunds). With the PMS5003 particles can be measured. Also used a Telegraf agent, Influxdb2 and Grafana.

Continue Reading