Liste des Groupes | Revenir à tp misc |
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/dht11
>
I'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!
Les messages affichés proviennent d'usenet.