Uploaded May 2025 | Updated September 2026, 2 weeks ago
This project transforms a Raspberry Pi Zero 2 W into a fully offline GPS map viewer with a Waveshare E-Paper display. It uses a GPS module to track your real-time location and displays it on a locally stored map — with no need for internet access.
Map tiles are preloaded in .mbtiles format and rendered directly on the E-Paper screen using Python. The system updates the map only when movement exceeds a user-defined threshold, making it ideal for low-power, off-grid navigation.
Whether you're hiking, biking, or exploring the outdoors, this project gives you a minimal, power-efficient, and internet-free way to stay oriented.
(Previous Project)[Offline MAP, GPS Tracker with E-Paper Display | Raspberry Pi Zero 2 W Portable Map Project]
youtu.be/xLXnn48pIV4
[Offline Map Downloader]
github.com/0015/OfflineMapDownloader
[Offline Map Viewer for E-Paper]
github.com/0015/Offline-Map-Viewer-for-E-Paper
[7.3inch E Ink Spectra 6 (E6) Full Color]
waveshare.com/7.3inch-e-paper-hat-e.htm?&aff_id=116255
amzn.to/3ZhvdDc
[18650 Battery Shield]
amzn.to/3H6OrVY
[REYAX GNSS Module]
amzn.to/4kldao2
digikey.com/en/products/detail/reyax/RYS352A/22206992
This project transforms a Raspberry Pi Zero 2 W into a fully offline GPS map viewer with a Waveshare E-Paper display. It uses a GPS module to track your real-time location and displays it on a locally stored map — with no need for internet access.
Map tiles are preloaded in .mbtiles format and rendered directly on the E-Paper screen using Python. The system updates the map only when movement exceeds a user-defined threshold, making it ideal for low-power, off-grid navigation.
Whether you're hiking, biking, or exploring the outdoors, this project gives you a minimal, power-efficient, and internet-free way to stay oriented.
(Previous Project)[Offline MAP, GPS Tracker with E-Paper Display | Raspberry Pi Zero 2 W Portable Map Project]
youtu.be/xLXnn48pIV4
[Offline Map Downloader]
github.com/0015/OfflineMapDownloader
[Offline Map Viewer for E-Paper]
github.com/0015/Offline-Map-Viewer-for-E-Paper
[7.3inch E Ink Spectra 6 (E6) Full Color]
waveshare.com/7.3inch-e-paper-hat-e.htm?&aff_id=116255
amzn.to/3ZhvdDc
[18650 Battery Shield]
amzn.to/3H6OrVY
[REYAX GNSS Module]
amzn.to/4kldao2
digikey.com/en/products/detail/reyax/RYS352A/22206992

![Arduino Stella Review: AirTag-Style UWB
In this video, I test and review the Arduino Stella, Arduino’s first official UWB (Ultra-Wideband) device — and it feels a lot like building your own AirTag!
I show how the iPhone detects Stella using BLE + UWB via Nearby Interaction, allowing real-time distance and direction tracking.
The Stella features the TrueSense DCU040 UWB module (based on NXP’s Trimension SR040) and a Nordic nRF52840 BLE microcontroller.
It offers ~10cm accuracy and ~15dBm transmit power, powered by a compact CR2032 coin cell.
Whether youre into smart access, asset tracking, or location-aware projects, this is a great starting point.
[StellaUWB GitHub]
https://github.com/Truesense-it/StellaUWB
[Arduino Stella Datasheet]
https://docs.arduino.cc/resources/datasheets/ABX00131-datasheet.pdf
*Previous UWB Projects
[UWB Trilateration with ESP32, DW3000 #LocalPositioning]
https://youtu.be/NjHMXEOxNRE
[XYZ Position Mapping From Real To Virtual]
https://youtu.be/7oehpBjpucU Arduino Stella Review: AirTag-Style UWB](https://i.ytimg.com/vi/gunoo_Z4w3E/mqdefault.jpg)
![This $10 Radar Tracks You Through a Wall — LD2450 + ESP32-S3
Is the HLK-LD2450 the ultimate 24GHz presence sensor for your next DIY smart home build? In this video, we put this affordable millimeter-wave radar to the ultimate test to see what it can really do!
Welcome back to ThatProject! Today, we are taking the LD2450 out of the lab and into the real world. We’ll cover the crucial antenna orientation mistake you need to avoid, test its fast-object tracking capabilities at a local indoor skatepark, and answer the ultimate question: Can a 24GHz signal penetrate solid wood doors and drywall?
While it works way better than expected for the price, it does have a few quirks you need to know about before hooking it up to your ESP32. Lets dive in!
Build:
· HLK-LD2450 24GHz mmWave radar
[https://amzn.to/4czo3ks]
· ESP32-S3 + 4.2 reflective LCD, 400 × 300, 1-bit [https://www.waveshare.com/esp32-s3-rlcd-4.2.htm?&aff_id=116255]
· 3D-printed bracket, M2.5 mount
#24GHz #Radar #LD2450 #RLCD This $10 Radar Tracks You Through a Wall — LD2450 + ESP32-S3](https://i.ytimg.com/vi/hhtvjLvmlTY/mqdefault.jpg)
![The Ultimate Animated Face for ESP32 | 17+ Expressions
Ever felt like your PC or AI assistant needed a bit more... personality? In this video, I’ll show you how I turned the tiny ESP32-C6-Geek into a reactive, emotional desktop companion using my new open-source library: LVGL Kawaii Face.
I’ve released the LVGL Kawaii Face component for LVGL 9. It features:
17+ Expressions: From Excited and Blushing to Sleepy and Working Hard.
Procedural Animation: No heavy GIF files—everything is calculated in real-time for fluid motion.
Software: LVGL 9.5, ESP-IDF 5.5
[Links & Resources]
- GitHub Repo
+ https://github.com/0015/lvgl_kawaii_face
- Hardware Used
- Waveshare ESP32-C6-Geek
+ https://www.waveshare.com/esp32-c6-geek.htm?&aff_id=116255
- Waveshare ESP32-S3 1.8inch Knob
+ https://www.waveshare.com/esp32-s3-knob-touch-lcd-1.8.htm?&aff_id=116255 The Ultimate Animated Face for ESP32 | 17+ Expressions](https://i.ytimg.com/vi/iCm50dTcAtc/mqdefault.jpg)


![TJpgDec vs JPEGDEC, Comparing JPEG decoders! #ESP32S3 #MCU #Arduino #ESP32CAM #ZX2D10GE01R-V4848
The most used image format in the MCU environment is probably JPEG. The JPEG decoder used to draw this on the screen is very important. Lets compare the two most popular JPEG decoders.
[Wireless ESP32CAM to ESP32 Display]
https://youtu.be/OdEmfRKDJts
[TJpg_Decoder]
https://github.com/Bodmer/TJpg_Decoder
[JPEGDEC]
https://github.com/bitbank2/JPEGDEC TJpgDec vs JPEGDEC, Comparing JPEG decoders! #ESP32S3 #MCU #Arduino #ESP32CAM #ZX2D10GE01R-V4848](https://i.ytimg.com/vi/iqlV3n4yMDc/mqdefault.jpg)
![Many companies launch products that combine a microcontroller and a display! #ESP32S3 #uiux
ESP32 Terminal vs. WT32-SC01 Plus
ILI9488(16-bit parallel) vs. ST7796(8-bit parallel)
[ESP32 Terminal]
https://amzn.to/44qa8YV
[WT32-SC01 Plus]
https://amzn.to/4d993IU Many companies launch products that combine a microcontroller and a display! #ESP32S3 #uiux](https://i.ytimg.com/vi/jsEc04s8wI0/mqdefault.jpg)


