Buy 10+ on select items — save 10% auto-applied
Free US shipping on orders $35+
Order by 3pm ET — ships same-day from the US
Skip to main content
ShillehTek IoT & Beyond

Raspberry Pi, ESP32 & Arduino Tutorials

Free step-by-step guides, wiring diagrams, and code for makers — new builds added every week.

AWS Lambda pip packages: Build a Python layer fast | ShillehTek
Feb 08, 2024 Mahmood M. Shilleh 846 views

AWS Lambda pip packages: Build a Python layer fast | ShillehTek

Build an AWS Lambda Python Layer by installing pip packages like pyjwt inside a helper Lambda, zipping to S3, and att...
Raspberry Pi 4 Squid: Simple Proxy Server Setup | ShillehTek
Jan 30, 2024 Mahmood M. Shilleh 429 views

Raspberry Pi 4 Squid: Simple Proxy Server Setup | ShillehTek

Build a Raspberry Pi 4 Squid proxy server and test it with a Python web-scraping script for safer, managed requests o...
Raspberry Pi Camera: Stream Video with Flask | ShillehTek
Jan 24, 2024 Mahmood M. Shilleh 2021 views

Raspberry Pi Camera: Stream Video with Flask | ShillehTek

Build a Raspberry Pi 4B camera stream using Flask and PiCamera so you can view live video in a browser on your local ...
Arduino Nano Every DHT22: Read Temperature and Humidity | ShillehTek
Jan 14, 2024 Mahmood M. Shilleh 207 views

Arduino Nano Every DHT22: Read Temperature and Humidity | ShillehTek

Connect a DHT22 to an Arduino Nano Every to read accurate temperature and humidity in the Serial Monitor using the Ad...
Raspberry Pi Pico W DHT22: Read Temp and Humidity | ShillehTek
Jan 10, 2024 Mahmood M. Shilleh 313 views

Raspberry Pi Pico W DHT22: Read Temp and Humidity | ShillehTek

Connect a Raspberry Pi Pico W to a DHT22 and read temperature and humidity in MicroPython for quick environmental mon...
Raspberry Pi Pico W MPU6050: Send data to DynamoDB | ShillehTek
Jan 01, 2024 Mahmood M. Shilleh 130 views

Raspberry Pi Pico W MPU6050: Send data to DynamoDB | ShillehTek

Build a Raspberry Pi Pico W to AWS DynamoDB pipeline using MPU6050 data over MQTT via IoT Core and Lambda, for scalab...
Raspberry Pi Pico W AWS IoT Core: MQTT LED Control | ShillehTek
Dec 22, 2023 Mahmood M. Shilleh 235 views

Raspberry Pi Pico W AWS IoT Core: MQTT LED Control | ShillehTek

Connect a Raspberry Pi Pico W to AWS IoT Core with secure MQTT in MicroPython, then toggle the onboard LED from the c...
Raspberry Pi Pico W + IFTTT: Log data to Google Sheets | ShillehTek
Dec 20, 2023 Mahmood M. Shilleh 131 views

Raspberry Pi Pico W + IFTTT: Log data to Google Sheets | ShillehTek

Build a Raspberry Pi Pico W logger that posts sensor values to IFTTT Webhooks and appends rows in Google Sheets for e...
Raspberry Pi Pico W + S3: Upload Files via Node Proxy | ShillehTek
Dec 11, 2023 Mahmood M. Shilleh 107 views

Raspberry Pi Pico W + S3: Upload Files via Node Proxy | ShillehTek

Build a Raspberry Pi Pico W file uploader that posts to a Node.js API on Google Cloud, which stores uploads in AWS S3...
Raspberry Pi Camera MQTT: Send Photos to React Native | ShillehTek
Dec 05, 2023 Mahmood M. Shilleh 147 views

Raspberry Pi Camera MQTT: Send Photos to React Native | ShillehTek

Build a Raspberry Pi camera + MQTT workflow that captures images on command and delivers them to a React Native Expo ...
Raspberry Pi Pico W MPU6050: Install libraries in VSCode | ShillehTek
Dec 01, 2023 Mahmood M. Shilleh 185 views

Raspberry Pi Pico W MPU6050: Install libraries in VSCode | ShillehTek

Learn how to add third-party MicroPython libraries in VSCode for Raspberry Pi Pico W using an MPU6050 example, so imp...
ESP32-CAM Camera: Run MicroPython with WiFi support | ShillehTek
Nov 27, 2023 Mahmood M. Shilleh 1125 views

ESP32-CAM Camera: Run MicroPython with WiFi support | ShillehTek

Set up MicroPython on the ESP32-CAM to use the onboard camera and connect to WiFi, with clean deinit tips so you can ...