Skip to content

Interesting and Useful Arduino sensors and modules

Updated: at 12:10 PM

I have been doing Arduinos and tinkering with electronics for 5 years (at the time of this paper’s writing). I have encountered some interesting sensors and modules that I found useful. In this post, I will make a list of these items and provide a short description of what they do.

Table of contents

Open Table of contents

Modules

The modules section includes things like microcontrollers and dev boards with microcontrollers.

The ESP32

Probably the most popular type of microcontroller among hobbyists. Cheap, and packed with capabilities. However beware when buying. There are multiple types of this microcontroller. This section is dedicated for ESP32 SOCs not dev boards that you probably will be buying.

WeMos S2 Mini

The S2 Mini is a small microcontroller dev board released by WeMos. It is quite small and is great for projects that require small form factors. As the name implies, this board is based on the ESP32-S2 SOC. This board is not breadboard friendly, having two rows of GPIO pins which makes plugging it into a breadboard impossible.

Sensors

Useful:The BME/BMP series of sensors (BMP180, BME280, BME680, BME688)

These sensors are a part of a series of sensors released by Bosch. These sensors are a go to when you need to get temperature, pressure and different parameters. These sensors all use I2C (0x77 or 0x76) to communicate and usually operate on 3.3V, but most of them have a internal voltage regulator so can be powered off 5V. Bosch offers a proprietary library for processing data on their newer models. Library

Useful:SI5351

The SI5351 is a handy module that can be used to generate different clock signals for most of your projects. It comes in very handy compared to finding a crystal oscillator for the frequency.

Interesting: 24GHz RF Human Presence Module

WIP