MicroPython sensor search

MicroPython I2C Sensor Search

Find I2C sensors with MicroPython-friendly signals, wiring patterns, and practical model pages for embedded prototypes.

MicroPython users looking for sensor modules that are easy to scan, wire, and test on ESP32 or Pico-class boards.

Search Filters

Category: SensorsLibrary: MicroPythonQuery: I2C

Recommended Starting Points

Selection Logic

Rule

Favor components with MicroPython support and simple I2C wiring.

Rule

Prefer model pages with pinout and smoke-test examples where available.

Rule

Validate driver maintenance and exact module address before committing to a design.

Matched Signals

Categories
Sensors (14)
Interfaces
I2C (14)SPI (6)
Protocols
None
Libraries
Arduino (14)MicroPython (14)

Search Results

SHT30

Sensirion

Accurate I2C temperature and humidity sensor widely used in weather stations and environmental nodes.

China-madeSensors88% confidence

VL53L0X

STMicroelectronics

Time-of-flight laser distance sensor widely used for compact short-range ranging.

Sensors88% confidence

ICM-20948

TDK InvenSense

9-axis motion sensor used in newer IMU breakouts with better vendor support than many legacy modules.

China-madeSensors86% confidence

INA219

Texas Instruments

I2C current and bus voltage monitor widely used for power measurement modules.

China-madeSensors86% confidence

SHT31

Sensirion

Digital humidity and temperature sensor used in more accurate environmental monitoring modules.

China-madeSensors86% confidence

ADXL345

Analog Devices

3-axis digital accelerometer with broad maker library support.

China-madeSensors84% confidence

AHT20

Aosong

Popular Chinese I2C temperature and humidity sensor used as a low-cost SHT-series alternative.

China-madeSensors82% confidence

BH1750

ROHM

Digital ambient light sensor module with a simple I2C interface.

China-madeSensors82% confidence

AHT10

Aosong

I2C temperature and humidity sensor commonly sold as a compact low-cost breakout.

China-madeSensors76% confidence

BME280

Bosch Sensortec

Compact environmental sensor combining temperature, humidity, and barometric pressure.

Sensors94% confidence

BMP280

Bosch Sensortec

Barometric pressure and temperature sensor used for altitude and weather projects.

Sensors90% confidence

MPU6050

TDK InvenSense

Very common 6-axis accelerometer and gyroscope used in robotics, balancing robots, and motion projects.

China-madeSensors90% confidence

BME680

Bosch Sensortec

Environmental sensor with gas resistance measurement for indoor air quality experiments.

Sensors88% confidence

LIS3DH

STMicroelectronics

Low-power 3-axis accelerometer common in wearable and battery-powered maker modules.

Sensors84% confidence

Common Questions

What makes an I2C sensor good for MicroPython?

A clear I2C address, stable 3.3V operation, simple wiring, and an available driver or minimal register example make a sensor easier to use.

Can I use Arduino sensor modules with MicroPython?

Often yes, but the module wiring may be reusable while the driver code is not. Check MicroPython driver availability separately.

Compare SHT30 vs VL53L0X

Related Model Pages