Explore Our Categories
Featured Products

ShillehTek BME280 Pre-Soldered Atmospheric Temperature, Pressure, and Humidity Sensor
$9.50 USD
★
★
★
★
★
★
(82 reviews)


SHILLEHTEK Pre-Soldered GY-906 MLX90614 BAA Infrared Temperature Sensor
$19.99 USD
★
★
★
★
★
★
(28 reviews)

SHILLEHTEK Pre-Soldered Authentic STM32F103C8T6 ARM STM32
$9.99 USD
★
★
★
★
★
★
(25 reviews)




SHILLEHTEK GY-302 BH1750 Pre-Soldered Light Intensity Module
$8.99 USD
★
★
★
★
★
(25 reviews)


ShillehTek BMP180 Pre-Soldered Pressure and Temperature Sensor
$6.25 USD
★
★
★
★
★
(38 reviews)

ShillehTek BMP280 Pre-Soldered Pressure and Temperature Sensor
$6.60 USD
★
★
★
★
★
(48 reviews)

ShillehTek ADXL345 Pre-Soldered 3 DOF Accelerometer Klipper Compatible
$8.50 USD
★
★
★
★
★
★
(83 reviews)

ShillehTek ADS-1115 Pre-Soldered Analog to Digital Converter
$8.98 USD
★
★
★
★
★
(38 reviews)

ShillehTek MPU 6050 Pre-Soldered 6 DOF Accelerometer (2 pcs)
$8.95 USD
★
★
★
★
★
★
(59 reviews)
Learn and Explore

Explore Our Blog
Latest Articles on Sensor Technologies and IoT
Learn More About Microelectronics
Watch Our Tutorials
Step-by-Step Guides on our Products & Much More
Watch Arduino, Raspberry Pi, & IoT TutorialsRecent Blog Posts

Part 5: Building a Wi-Fi Control Interface for ...
Part 5: Building a Wi-Fi Control Interface Welcome to Part 5 of our Raspberry Pi Pico W Robotics Course. Today, you’ll learn how to create...
Read More

Part 4: Adding Obstacle Detection - Raspberry P...
Part 4: Adding Obstacle Detection Welcome to Part 4 of the Raspberry Pi Pico W Robotics Course! In this section, we’ll integrate the HC-SR04 ultrasonic...
Read More

Part 3: Motor Control Programming - Raspberry P...
Part 3: Motor Control Programming Welcome to Part 3 of the Raspberry Pi Pico W Robotics Course! In this section, we’ll write Python code to...
Read More

Part 2: Robot Assembly - Raspberry Pi Pico W Ro...
Part 2: Robot Assembly Welcome back to the Raspberry Pi Pico W Robotics Course! In this section, we’ll assemble the chassis, mount all the components,...
Read More

Build a Wi-Fi-Controlled Obstacle-Avoidance Rob...
Welcome to the Raspberry Pi Pico W Robotics Course Learn to build and program your own robot with obstacle detection and Wi-Fi controls! Course Overview...
Read More

Simple Guide: Build a Reverse Geolocator with R...
Create a Reverse Geolocator with Pico W and GPS Module Introduction In this guide, we will walk through how to build a reverse geolocator...
Read More

LoRa and Raspberry Pi Pico W: Building a Sender...
LoRa and Raspberry Pi Pico W: Building a Sender-Receiver Communication System LoRa (short for Long Range) is a wireless communication technology designed for long-distance, low-power...
Read More

Controlling a 5V Laser Diode with Raspberry Pi ...
Laser diodes are fascinating components that bring a spark of creativity to countless DIY projects. From precision alignment tools to interactive laser pointer games for...
Read More

How to Connect and Use the HCSR501 PIR Sensor w...
Motion detection is a fundamental aspect of many smart devices and security systems. The HCSR501 PIR (Passive Infrared) sensor is a popular, inexpensive, and reliable...
Read More

Powering the Raspberry Pi Pico W with the MB102...
The MB102 Power Supply Module is a compact and versatile power source designed for breadboard use, providing a steady 3.3V or 5V output from a...
Read More

How to Use L298N Motor Driver with Pico W
In this tutorial, we’ll explore how to control DC motors using the L298N motor driver and the Raspberry Pi Pico W, with code written in MicroPython. The L298N...
Read More

Controlling an LED with a Snap Using the KY-037...
Welcome back to part 2 of our KY-037 sound sensor tutorial series! In part 1, we successfully set up the KY-037 sound sensor with a...
Read More

Getting Started with the KY-037 Sound Sensor an...
In this tutorial, I’ll guide you through setting up the KY-037 sound sensor with a Raspberry Pi using Python. This tutorial focuses on wiring and...
Read More

How to Post to Reddit Using Python
In this tutorial, we’ll walk through how to automate posting to Reddit using Python. This guide is designed for beginners looking to interact with...
Read More

How to Create a Time-Lapse Video with a Raspber...
Discover how to set up a Raspberry Pi camera for automated time-lapse photography with Python. In this comprehensive guide, we’ll walk you through the entire...
Read More

How to Integrate the MPU6050 with the STM32 Blu...
If you’re looking to add motion detection to your projects, the MPU6050 sensor is a great option. When combined with the STM32 Blue Pill, a...
Read More

Getting Started with STM32 Blue Pill in Arduino...
This comprehensive tutorial will guide you through the process of setting up and programming the STM32 Blue Pill using the Arduino IDE and a DSD...
Read More

Automate Task Scheduling in AWS with Lambda, St...
In this tutorial, I’ll show you how to automatically schedule tasks in AWS at regular intervals using AWS Step Functions and CloudWatch with AWS Lambda....
Read More

Implementing Google reCAPTCHA in a Simple React...
In today’s digital landscape, protecting your applications from bots and spam is crucial. One effective way to add an extra layer of security to...
Read More

AWS Lambda Tutorial: Using Selenium with Chrome...
In this tutorial, I will guide you through the process of running Selenium with ChromeDriver inside an AWS Lambda function. This setup is useful for...
Read More

How to Connect MLX90614 Infrared Thermometer to...
In this blog post, we’ll guide you through connecting the MLX90614 infrared temperature sensor to a Raspberry Pi Pico W using MicroPython. The MLX90614 sensor...
Read More

Raspberry Pi Pico/Pico W Free Simulator
Recently, I discovered a useful tool that makes coding on the Raspberry Pi Pico and Pico W more accessible. Wokwi, a free online simulator available...
Read More

Interfacing the MPU6050 with Raspberry Pi Pico ...
In this blog, we will explore how to interface the MPU6050 accelerometer and gyroscope sensor with the Raspberry Pi Pico W using C++. If...
Read More

How to Write your First C++ Program on the Rasp...
Welcome to this comprehensive tutorial on setting up, building, and flashing a C++ project for the Raspberry Pi Pico W on macOS. The Raspberry...
Read More

How to Use ThingSpeak with the Raspberry Pi Pico W
In this tutorial, we'll learn how to use ThingSpeak, a popular IoT platform, with the Raspberry Pi Pico W to collect and visualize sensor data....
Read More

How to Use ADS1115 with the Raspberry Pi (Part 1)
Are you looking to expand the capabilities of your Raspberry Pi beyond simple digital tasks? One common limitation of the Raspberry Pi is its inability...
Read More

How to Install Pip Packages in AWS Lambda Using...
Deploying AWS Lambda functions often involves packaging various dependencies. Managing these dependencies directly within Lambda can be cumbersome and error-prone. Using Docker and...
Read More

Create Tabular Product Descriptions on Your Sho...
Implementing Tabular Product Descriptions in Shopify Adding Tabular Product Descriptions to Your Shopify Store This guide provides a comprehensive explanation of how to implement tabular...
Read More

SSH Into Raspberry Pi with Tailscale VPN
In today's interconnected world, accessing devices remotely has become essential for many tech enthusiasts and professionals. Whether you're a hobbyist working on projects at...
Read More

Send Email with Lua and the ESP32
Sending emails, especially those with attachments and inline images, can be a cumbersome task. However, the Xedge IDE simplifies this process through its user-friendly...
Read More

How to Code with Lua on ESP32 with XEdge32
Welcome to our latest tutorial, where we dive into the powerful capabilities of the Xedge32 platform and demonstrate how to code the ESP32-S3 using...
Read More

Stream Audio From Raspberry Pi to Local Computer
Discover the simplicity of streaming live audio directly from a USB microphone connected to your Raspberry Pi to your local computer via the internet. This...
Read More

SSH Raspberry Pi via Cell Phone
Learn how to control your raspberry pi remotely with your cell phone via the SSH protocol. Thankfully the Termius app, available on Android and...
Read More

Remotely Control Raspberry Pi via SSH from Exte...
Learn how to SSH into your Raspberry Pi from any network. This is critical in IoT since you can control your device from anywhere in...
Read More

Stream Video from Raspberry Pi Camera to YouTub...
Learn how to easily stream video from your Raspberry Pi to YouTube live in Python in a few simple steps. By the end of this...
Read More

How to Connect BH1750 with Arduino: Measure Amb...
In this tutorial video, you'll learn how to physically connect the BH1750 light sensor to your Arduino board and use Arduino code to retrieve luminance...
Read More

How to Connect MPU9250 and Raspberry Pi (Part 2...
Learn how to calibrate the MPU9250 in Python with the Raspberry Pi to get more accurate acceleration and gyroscopic values. We walk through a simple...
Read More

Beginner Tutorial: How to Stream Video from Ras...
Discover how to stream video from a USB-based camera to your local computer via the local network using Python 3 and Flask with the Picamera2...
Read More

How to Connect BH1750 with the Raspberry Pi Pic...
Discover the power of the BH1750 sensor and Raspberry Pi Pico W by learning to measure ambient light in lux using MicroPython. While often overlooked,...
Read More

How to Upload Data to Google Sheets using Pi Pi...
In this tutorial, you'll learn how to send data from your Raspberry Pi Pico W to a Google Sheet using the Google Cloud API....
Read More

How to Connect BMP280 to Raspberry Pi Pico/Pico W
Discover how to effortlessly retrieve temperature and atmospheric pressure readings using the BMP280 sensor, an incredibly user-friendly and cost-effective sensor that opens up a world...
Read More

How to Stream Video from Raspberry Pi Camera to...
Building on our previous journey of setting up a live video feed with a Flask App on a Raspberry Pi, Part 2 dives deeper into...
Read More

How to Connect MPU9250 and Raspberry Pi (Part 1)
Discover how to capture magnetometer, accelerometer, and gyroscope data from the MPU9250 9-axis sensor using the Raspberry Pi. Although I'm utilizing the Raspberry Pi 4B...
Read More

How to Install Pip Packages in AWS Lambda Funct...
In this tutorial, I'll demonstrate a streamlined method to incorporate pip packages into your AWS Lambda functions by executing the pip install command directly within...
Read More

Building a Simple Proxy Server with Raspberry Pi
Discover the simplicity of setting up a proxy server on your Raspberry Pi using the user-friendly and open-source software known as Squid. In this tutorial,...
Read More

Beginner Tutorial: How to Stream Video from Ras...
Learn how to set up a Flask App on your Raspberry Pi and create a live video feed that you can access on your...
Read More

How to Connect the DHT22 and Arduino Nano
The DHT22 is a very powerful environmental sensor used in DIY projects for the Raspberry Pi, Arduino, and various other microcontrollers. It measures humidity and...
Read More

How to Connect the DHT22 to the Raspberry Pi Pi...
The DHT22 is a very powerful environmental sensor used in DIY projects for the Raspberry Pi, Arduino, and various other microcontrollers. It measures humidity and...
Read More

How to Send Data to AWS DynamoDB from Raspberry...
Discover the transformative capabilities of seamlessly transmitting data from the Raspberry Pico W to AWS DynamoDB. Unleash the potential to elevate your IoT applications within...
Read More

How to Connect Raspberry Pi Pico W to AWS IoT Core
Today, we're delving into the practical aspects of AWS IoT Core. If you do not know, AWS IoT Core is Amazon's managed cloud service...
Read More