Sujet : Re: ANOTHER Boeing Incident - Dozens Injured
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : talk.politics.misc alt.survivalDate : 17. Mar 2024, 03:15:39
Autres entêtes
Message-ID : <l5n22aF2ds4U5@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Sat, 16 Mar 2024 20:17:59 GMT, Jan Panteltje wrote:
raspberrypi: ~ # cat /usr/local/sbin_pi_95/temperature_to_matrix_display
This sends temperature to the matrix display, I use netcat and UDP here:
while [ 1 ] ; do cat /tmp/temperature | nice -n 19 netcat -u -q 1
192.168.178.71 1111 ; sleep 60; done
I'll probably get there sooner or later if I don't get distracted.
https://www.electronicwings.com/sensors-modules/dht11I've got one of those hooked to the Pico W but right now it's only writing
to the console. 75.2 F and 35% humidity. It's primitive so it really
reports 24 C and I do the conversion. I'm using MicroPython so making the
connection is trivial.
Ah, 75 degrees... It's a bit premature but I'm calling it Spring!