# #!/home/pi/<name>/bin/python #coding:utf-8 import time import datetime import busio from adafruit_bme280 import basic as adafruit_bme280 # Initialize I2C bus and ...
前回までは温湿度センサーモジュール「SHT31」を使ってきましたが、以前使った温湿度・気圧センサーモジュール「BME280」でも簡単にプログラムが組めます。第2回ではスイッチサイエンスが配布しているプログラムを使いましたが、BME280のライブラリが公開 ...
最初に詰まったのは「どこに挿すか」ではなく 「どこが繋がっているか」の理解でした。 になっています。 ただし中央の溝で A〜E と F〜J は分断されています。 この理解がないと 未接続・ショートの判断ができません。 【図①:ブレッドボードのノード ...
Raspberry Pi Picoについては第36回でざっと紹介しました。当時は本体に付いているLEDを光らせてみただけですが、今回はもう一歩進んで、気温、気圧、湿度が測定できる、BME280搭載デバイスを使ってみましょう。 ラズパイとRaspberry Pi Picoが大きく異なるのが ...
If you have ever fancy the building your very own electronic weather station you might be interested in a new project published to the Hackster.io website by DIY Projects Lab. The Raspberry Pi weather ...
A new Raspberry Pi project has been published to the Hackster.io website by WDelenclos this week providing an intermediate skill level tutorial which should take just over a day to complete. Using a ...