graph ...: http://www.yama-lab.org/fwb4pi/sensors-graph-01.html

object_page http://www.yama-lab.org/fwb4pi/index.php?work20240326-01 or   http://www.yama-lab.org/fwb4pi/index.php?work20240326-01
device yamaRasPiDp9_1 or yamaRasPiDp9_2 start after no write for 10 min.
command: set read_interval=20000
command: set exec_interval=0
command: set report_length=10
command: py test
py: #
py: from machine import Pin, I2C
py: import time
py: i2c= I2C(0, sda=Pin(0), scl=Pin(1), freq = 40000)
py: bme=BME280(i2c=i2c)
py: v=bme.values[0]
py: line="device=temp, Date="+self.Pico_Time.get_now()+", v="+v
py: self.write_line(line)
py: self.send_result()
command: end test
command: run test
result:
device=temp, Date=2024/03/26 17:11:21, v=20.24C
device=temp, Date=2024/03/26 17:11:41, v=20.28C
device=temp, Date=2024/03/26 17:12:01, v=20.29C
device=temp, Date=2024/03/26 17:12:21, v=20.31C
device=temp, Date=2024/03/26 17:12:41, v=20.35C
device=temp, Date=2024/03/26 17:13:01, v=20.34C
device=temp, Date=2024/03/26 17:13:21, v=20.38C
device=temp, Date=2024/03/26 17:13:41, v=20.4C
device=temp, Date=2024/03/26 17:14:01, v=20.41C
device=temp, Date=2024/03/26 17:14:21, v=20.39C
current_device="yama_pico_0000_0000_0000_0001". Date=2024/03/26 17:14:26

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS