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
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
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
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
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
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
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
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
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
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
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
Set up MicroPython on the ESP32-CAM to use the onboard camera and connect to WiFi, with clean deinit tips so you can ...