homeappliancesbrands
  • Home
  • blog
  • privacy policy
  • about us
  • English
    • English
    • Japanese
  • Home
  • /
  • Article
  • /
  • Measure the concentration...

Measure the concentration of carbon dioxide in the room. Use tree pie to make CO2 sensors: play with ultra-small PC "tree pie" the size of a business card (47th round)


SEN-CCS811

Install CircuitPython

The connection to the tree pie

$ i2cdetect -y 10123456789abcdef00: -- -- -- -- -- -- -- -- -- -- -- -- --10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --50: -- -- -- -- -- -- -- -- -- -- 5a -- -- -- -- --60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --70: -- -- -- -- -- -- -- --
$ sudo apt update$ sudo apt upgrade -y
$ cd ~$ sudo pip3 install --upgrade adafruit-python-shell$ wget https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/raspi-blinka.py$ sudo python3 raspi-blinka.py
$ ls /dev/i2c* /dev/spi*
/dev/i2c-1 /dev/spidev0.0 /dev/spidev0.1
#!/usr/bin/env python# -*- coding: utf-8 -*-import boardimport digitalioimport busioprint("Hello blinka!")# Try to great a Digital inputpin = digitalio.DigitalInOut(board.D4)print("Digital IO ok!")# Try to create an I2C devicei2c = busio.I2C(board.SCL, board.SDA)print("I2C ok!")# Try to create an SPI devicespi = busio.SPI(board.SCLK, board.MOSI, board.MISO)print("SPI ok!")print("done!")
blinkatest.py
$ python blinkatest.py
Hello blinka!Digital IO ok!I2C ok!SPI ok!done!

部屋の二酸化炭素濃度を測定しよう ラズパイでCO2センサーを作る:名刺サイズの超小型PC「ラズパイ」で遊ぶ(第47回)

$ sudo pip3 install adafruit-circuitpython-ccs811
core_freq=500core_freq_min=500i2c_arm_baudrate=10000
#!/usr/bin/env python# -*- coding: utf-8 -*-import timeimport boardimport adafruit_ccs811i2c = board.I2C()# uses board.SCL and board.SDAccs811 = adafruit_ccs811.CCS811(i2c)# Wait for the sensor to be readywhile not ccs811.data_ready: passwhile True: print("CO2: {} PPM, TVOC: {} PPB".format(ccs811.eco2, ccs811.tvoc)) time.sleep(1)
ccs811test.py
$ sudo python3 ccs811test.py
CO2: 400 PPM, TVOC: 0 PPBCO2: 400 PPM, TVOC: 128 PPBCO2: 405 PPM, TVOC: 128 PPBCO2: 408 PPM, TVOC: 1 PPBCO2: 33173 PPM, TVOC: 0 PPBCO2: 405 PPM, TVOC: 0 PPBCO2: 33254 PPM, TVOC: 13 PPBCO2: 33206 PPM, TVOC: 5 PPBCO2: 425 PPM, TVOC: 33023 PPBCO2: 417 PPM, TVOC: 2 PPBCO2: 422 PPM, TVOC: 3 PPBCO2: 33216 PPM, TVOC: 7 PPBCO2: 518 PPM, TVOC: 17 PPBCO2: 33254 PPM, TVOC: 13 PPBCO2: 33224 PPM, TVOC: 8 PPBCO2: 443 PPM, TVOC: 6 PPBCO2: 438 PPM, TVOC: 130 PPBCO2: 438 PPM, TVOC: 5 PPB……

関連記事

To read more, you need to agree to the comment's terms of use and register "ITmedia NEWS Ancadesquine" and "ITmedia NEWS Ankadesquine"


03 / Jun / 2022 homeappliancesbrands

Category

blog

Related Articles

10.Apr.2023

From prosthetic leg maker to shoe salesperson Using medical knowledge to extend healthy life expectancy from feet Keio Department Store Naoko Ogawa

It used to be said that people lived to be 60 years old, but now we are entering an era of 100 years. Looking around the city, the number of energetic seniors has increased. However, it seems that the strength of the legs and lower back is directly linked to life expectancy as one ages. Not limited to the elderly, it is a little difficult to walk...

09.Apr.2023

Keisuke Higashi, Sakura Fujiwara, Tokihide Wakabayashi, Airu Kubozuka, and Riko appear in "Fight Song" starring Kaya Kiyohara

(Clockwise from top left) Keisuke Higashi, Sakura Fujiwara, Riko, Airu Kubozuka, Tokihide Wakabayashi (c) TBS In the January 2022 TBS Tuesday drama "Fight Song", Keisuke Higashi, Sakura Fujiwara, Toki Wakabayashi It has been decided that Ei, Airu Kubozuka, and Riko will appear. 【photograph】...

08.Apr.2023

A roundup of gadgets and apps that make working from home (remote work) more efficient

If it looks good, even better. Since working from home has become the norm, don't you feel like there are more moments when you need new items? It is very popular in the United States because it thoroughly compares various gadgets and proposes recommendations.

07.Apr.2023

Released a vertically wide WUXGA resolution 24.1-inch monitor that can be easily connected to a notebook PC with a single USB Type-C cable

EIZO Corporation (Headquarters: Hakusan City, Ishikawa Prefecture, President: Yoshitaka Sanemori) will release the 24.1-inch WUXGA LCD monitor "FlexScan EV2485" on September 28th. The price is an open price*. * Standard prices are not set for open price products. ...

Hot Articles

EVsmart blog Toyota's electric car "bZ4X" that makes you feel comfortable with electric cars and quick chargers / No% display of battery level [Editorial department] Popular articles Recent posts Category

EVsmart blog Toyota's electric car "bZ4X" that makes you feel comfortable with electric cars and quick chargers / No% display of battery level [Editorial department] Popular articles Recent posts Category

23.Apr.2022
 Lenovo's 8.8 inch one-handed tab "Legion Y700" full specs released!  [Is the price in the 40,000 yen range?]

Lenovo's 8.8 inch one-handed tab "Legion Y700" full specs released! [Is the price in the 40,000 yen range?]

01.May.2022
# Remote desktop from the beginning-Connecting to your home computer from outside (IPv4)

# Remote desktop from the beginning-Connecting to your home computer from outside (IPv4)

28.Apr.2022
What is the mechanism of "universal control" that enables direct cooperation just by arranging Mac and iPad side by side?

What is the mechanism of "universal control" that enables direct cooperation just by arranging Mac and iPad side by side?

30.Mar.2022

Tags

How to connect the monitor to a daisy chain

Copyright © 2023 homeappliancesbrands.com. All rights reserved.