W6NOAP: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Art`!st (talk | contribs)
make it rain!
 
Art`!st (talk | contribs)
m pi shield build: temp & humidity data
Line 8: Line 8:
== pi shield build ==
== pi shield build ==


pi@phreak
bashland garage M.V.P. 2020.10.03
 
<pre>
pi@phreak:~ $ python
Python 2.7.16 (default, Oct 10 2019, 22:02:15)
[GCC 8.3.0] on linux2
>>> from piweathershield import PiWeatherShield
>>> ws = PiWeatherShield()
>>> ws.htu21d.read_humidity()
22.835296630859375
>>> ws.htu21d.read_temperature()
38.4145263671875
>>>
</pre>


replicant floating (272 w/pi?)
replicant floating (272 w/pi?)

Revision as of 21:32, 3 October 2020

Weather Station

2169 Roof Unit (decommissioned mmxx)

Currently dormant on #fort rack shelf.


pi shield build

bashland garage M.V.P. 2020.10.03

pi@phreak:~ $ python
Python 2.7.16 (default, Oct 10 2019, 22:02:15) 
[GCC 8.3.0] on linux2
>>> from piweathershield import PiWeatherShield
>>> ws = PiWeatherShield()
>>> ws.htu21d.read_humidity()
22.835296630859375
>>> ws.htu21d.read_temperature()
38.4145263671875
>>> 

replicant floating (272 w/pi?)