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.

Raspberry Pi Pico Capacitive Soil Sensor: Read Analog Values
Oct 22, 2023 Mahmood M. Shilleh 293 views

Raspberry Pi Pico Capacitive Soil Sensor: Read Analog Values

Wire a Raspberry Pi Pico to a capacitive soil moisture sensor and read raw analog values, so you can calibrate later ...
Raspberry Pi Pico W MPU6050: Improve IMU accuracy | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 1348 views

Raspberry Pi Pico W MPU6050: Improve IMU accuracy | ShillehTek

Calibrate an MPU6050 IMU on a Raspberry Pi Pico W with MicroPython to compute offsets and improve gyro and accelerome...
Raspberry Pi Pico BME280: Read sensor data in MicroPython | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 422 views

Raspberry Pi Pico BME280: Read sensor data in MicroPython | ShillehTek

Build a Raspberry Pi Pico + BME280 MicroPython sensor reader to measure temperature, humidity, and pressure quickly f...
Raspberry Pi Pico MPU6050: Read motion data | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 514 views

Raspberry Pi Pico MPU6050: Read motion data | ShillehTek

Build a Raspberry Pi Pico (or Pico W) + MPU6050 setup to read acceleration, gyro, and temperature in Thonny for fast ...
Raspberry Pi Pico W Twilio: Send SMS via API | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 376 views

Raspberry Pi Pico W Twilio: Send SMS via API | ShillehTek

Build a Raspberry Pi Pico W MicroPython SMS sender using the Twilio API over WiFi, avoiding large libraries and keepi...
Node.js AWS S3: Fix InvalidAccessKeyId error | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 320 views

Node.js AWS S3: Fix InvalidAccessKeyId error | ShillehTek

Fix the Node.js AWS S3 InvalidAccessKeyId error by reinstalling aws-sdk and setting the correct shared credentials fi...
Python Futurize: Convert Python 2 to 3 Safely | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 151 views

Python Futurize: Convert Python 2 to 3 Safely | ShillehTek

Convert Python 2 scripts to Python 3 with futurize while keeping backward compatibility, reducing upgrade risk for le...
VS Code Black Args: Auto-format Python line length | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 518 views

VS Code Black Args: Auto-format Python line length | ShillehTek

Set up VS Code Black Args to auto-format Python on save with a custom line length, following PEP 8 guidelines for cle...
React react-password-checklist: Strong password UI feedback | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 378 views

React react-password-checklist: Strong password UI feedback | ShillehTek

Build a React signup password validator with react-password-checklist for real-time strong password feedback and matc...
Heroku npm: Fix ERESOLVE deploy installs | ShillehTek
Oct 22, 2023 Mahmood M. Shilleh 192 views

Heroku npm: Fix ERESOLVE deploy installs | ShillehTek

Fix Heroku npm ERESOLVE dependency tree deploy failures by adding a .npmrc with legacy-peer-deps=true so builds insta...
Node.js Nodemailer: Gmail App Password Authentication | ShillehTek
Oct 21, 2023 Mahmood M. Shilleh 414 views

Node.js Nodemailer: Gmail App Password Authentication | ShillehTek

Set up Node.js Nodemailer Gmail authentication with an App Password so your transporter can send emails reliably with...