Pico-Sense-HAT

From SB-Components Wiki

Revision as of 07:13, 7 December 2021 by Sbcshop (talk | contribs) (→‎Resources)

Pico Sense Hat

Sense HAT for Raspberry Pi Pico is a four-sensor environment monitoring device that measures temperature, air quality, humidity, and colour. The Sense HAT board is perfect for the environment monitoring project since it has multi-sensors with the ability to measure temperature, humidity, air quality and colours. A stylish 1.14" LCD screen is also installed on the board, allowing the user to quickly see the data from the sensors on the screen. It will assist you in keeping track of the environment of your arenas, such as the office, home, or anywhere else.

Features

  • Multi Sensor HAT
  • 1.14” LCD
  • Standard 40 Pins Header
  • Easy Interfacing
  • Compact Monitoring device


Specifications

  • Operating Voltage - 3.3 V
  • Humidity Sensor - BME280
  • Air Quality Sensor - SGP40
  • Temperature Sensor - SHT31
  • Colour Sensor - TCS34725
  • Communication - I2C/SPI


Pinout

Installation

MicroPython

  • Stack Raspberry Pi Pico on the female header of Pico Sense HAT.
  • Connect USB cable on Raspberry Pi Pico USB port.
  • Choose interpreter as MicroPython (Raspberry Pi Pico).

Thonny-interpreter.PNG

  • Download Pico sense hat repository from the below link:

Source code: https://github.com/sbcshop/Pico-Sense-HAT

Resources

Github