Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Waveshare Sense HAT (B) for Raspberry Pi, Multi Powerful Sensors — image 1
Hover to zoom

1 / 5 · Click to enlarge

WAVESHARE

Waveshare Sense HAT (B) for Raspberry Pi, Multi Powerful Sensors

5.01 rating
356+ bought in past month
AI Summary
Multi-Brand Raspberry Pi Add on Boards (HATs) for everyday users

The Waveshare Sense HAT (B) for Raspberry Pi, Multi Powerful Sensors by WAVESHARE is a mid-range multi-brand raspberry pi add on boards (hats) designed for everyday users. It features Item Type: HAT and Compatibility: Pi Series.

₹3,544
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹3,544
Buying tip: A quality investment for dependable performance and premium build quality.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: HAT
Compatibility: Pi Series
HAT Type: Sense HAT
Operating Voltage (VDC): 3.3
Interface: I2C
Accelerometer Type: Resolution: 16-bit Ranging: ±2/±4/±8/±16g

Ideal For

Everyday convenience
Share:

About This Product

The Waveshare Sense HAT (B) for Raspberry Pi, Multi Powerful Sensors by WAVESHARE is a mid-range multi-brand raspberry pi add on boards (hats) designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: HAT
  • Compatibility: Pi Series
  • HAT Type: Sense HAT
  • Operating Voltage (VDC): 3.3 — works with standard household power
  • Interface: I2C — compatible with modern devices
  • Accelerometer Type: Resolution: 16-bit Ranging: ±2/±4/±8/±16g — plenty of room for files, apps, and media
  • Gyroscope: Resolution: 16-bits Ranging: ±250/±500/±1000/±2000°/sec
  • Magnetometer: Resolution: 16-bits Ranging: ±4900µT

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The Sense HAT (B) is specially designed for Raspberry Pi, integrates multi powerful sensors such as a gyroscope, accelerometer, magnetometer, barometer, temperature and humidity sensor, etc. It is communicated via the I2C interface and allows you to connect more external sensors if you need. It mounts right on top of your Raspberry Pi and all you need to do is run your code. Trying to make the Pi become a robot that can detect movement and orientation? Or using the Pi to collect environmental temperature, humidity, and barometric pressure data? This HAT would be your ideal choice. The Sense HAT supports a whole host of projects for the Raspberry Pi, it can measure how fast is the Pi itself traveling (i.e. measure your speed), how hot is it? how humid is it? (air humidity), which direction is the Raspberry Pi facing? And more. Writing programs for the Sense HAT are very simple with a Python library available to get started quickly and easily. What's on Board: Waveshare Sense HAT (B) for Raspberry Pi, Multi Powerful Sensors
  1. Raspberry Pi GPIO connector: for connecting with Raspberry Pi
  2. Sensor Interface: for external sensors
  3. I2C extension header: for connecting host boards like Arduino/STM32
  4. ICM-20948: 9-axis movement sensor
  5. SHTC3: temperature and humidity sensor
  6. TCS34725: color sensor
  7. LPS22HB: barometric pressure sensor
  8. ADS1015: 12-bit ADC
  9. LSF0204PWR: 4-ch voltage level translator
  10. RT9193-18: 1.8V linear regulator
  11. RT9193-33: 3.3V linear regulator
Note: Raspberry Pi and external sensors are NOT included.

Features:

  1. Standard Raspberry Pi 40PIN GPIO extension header, supports Raspberry Pi series boards
  2. Onboard ICM20948 (3-axis accelerometer, 3-axis gyroscope, and 3-axis magnetometer), detects movement, orientation, and magnetic
  3. SHTC3 digital temperature and humidity sensor onboard allows monitoring the environment
  4. LPS22HB barometric pressure sensor onboard allows monitoring the environment
  5. TCS34725 color sensor onboard identifies the color of a nearby object
  6. ADS1015 ADC, 4-ch 12-bit precision, AD expansion onboard to support more external sensors
  7. Brings I2C control pins, for connecting other host boards like STM32
  8. Comes with development resources and manual (examples for Raspberry Pi/STM32)

Package Includes:

1 x Sense HAT (B)

1 x RPi screws pack (2pcs)

1 x 2x20PIN female header

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.