This media is not supported in your browser
VIEW IN TELEGRAM
WiFi Controlled RGB Lamp
https://diyusthad.com/2021/03/rgb-lamp.html
https://diyusthad.com/2021/03/rgb-lamp.html
👎1
DIY Usthad Group for discussions https://t.me/joinchat/PWhjp8gLEYNlMDE0
VID_20171023_193332.mp4
6.1 MB
Transperant display connected to a windows machine
Photo from Najad
https://www.instagram.com/reel/CSJP6gilkN4/?utm_medium=copy_link
https://www.instagram.com/reel/CSJP6gilkN4/?utm_medium=copy_link
I am working on a new project using esp32c3 from seeedstudio and a flutter application to monitor sensor data. The data is transmitted via websockets
https://diyusthad.com/2023/12/how-to-remotely-access-your-raspberry-pi-from-anywhere-using-tailscale.html
Have you ever wanted to access your Raspberry Pi from anywhere in the world, without worrying about port forwarding, dynamic DNS, or firewall rules? If so, this blog post is for you.
In this post, I will show you how to use Tailscale to remotely access your Raspberry Pi 🍓 from your phone 📱 , tablet, or another computer.🖥️
Have you ever wanted to access your Raspberry Pi from anywhere in the world, without worrying about port forwarding, dynamic DNS, or firewall rules? If so, this blog post is for you.
In this post, I will show you how to use Tailscale to remotely access your Raspberry Pi 🍓 from your phone 📱 , tablet, or another computer.🖥️
DIY Usthad
How to Remotely Access Your Raspberry Pi from Anywhere Using Tailscale » DIY Usthad
Have you ever wanted to access your Raspberry Pi from anywhere in the world, without worrying about port forwarding, dynamic DNS, or firewall rules? If so,
Discover the LilyGO T5 E-Paper S3 Pro!
Looking for a powerful yet compact solution for your next IoT or e-paper display project? Check out our detailed review of the LilyGO T5 E-Paper S3 Pro on DIYUsthad.
This advanced e-paper module, powered by the ESP32-S3, combines efficiency, flexibility, and stunning e-ink technology. Perfect for makers, tinkerers, and developers seeking a reliable display module for dynamic projects.
👉 Dive into the features, specifications, and potential applications on our blog: diyusthad.com/2024/11/lilygo-t5-e-paper-s3-pro.html
Let us know your thoughts and ideas for using this exciting technology! 🚀
Looking for a powerful yet compact solution for your next IoT or e-paper display project? Check out our detailed review of the LilyGO T5 E-Paper S3 Pro on DIYUsthad.
This advanced e-paper module, powered by the ESP32-S3, combines efficiency, flexibility, and stunning e-ink technology. Perfect for makers, tinkerers, and developers seeking a reliable display module for dynamic projects.
👉 Dive into the features, specifications, and potential applications on our blog: diyusthad.com/2024/11/lilygo-t5-e-paper-s3-pro.html
Let us know your thoughts and ideas for using this exciting technology! 🚀
DIY Usthad
LilyGO T5 E-Paper S3 Pro: A Revolutionary Low-Power E-Paper Display » DIY Usthad
The LilyGO T5 E-Paper S3 Pro is a cutting-edge e-paper development board designed for low-power IoT applications. Powered by Espressif's ESP32-S3
Struggling to handle serial input in Arduino? Learn how to efficiently convert serial.read() data into a usable string with memory-efficient methods, custom functions, and built-in tools. Perfect for simplifying your Arduino serial communication projects!
Read the full guide here: https://diyusthad.com/2024/11/how-to-convert-serial-read-into-a-usable-string-in-arduino.html
Read the full guide here: https://diyusthad.com/2024/11/how-to-convert-serial-read-into-a-usable-string-in-arduino.html
DIY Usthad
How to Convert serial.read() into a Usable String in Arduino » DIY Usthad
In Arduino, the serial.read() function allows you to read individual characters from the serial buffer. However, it returns each character as an integer