<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/tags/embedded/best-of/2025/09" -->

---
title: Best Embedded Systems posts — September 2025 | daily.dev
description: The most upvoted Embedded Systems posts from September 2025, curated by the daily.dev community.
canonical: https://daily.dev/tags/embedded/best-of/2025/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/tags/embedded/best-of/2025/09
og:type: website
og:site_name: daily.dev
og:title: Best Embedded Systems posts — September 2025 | daily.dev
og:description: The most upvoted Embedded Systems posts from September 2025, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Embedded Systems — September 2025

1. 1  
[](https://daily.dev/posts/transforming-a-disposable-vape-into-a-functional-web-server-x3azrkosw "Transforming a Disposable Vape into a Functional Web Server")  
Article  
![Avatar of collections](https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0)Collections · 51w  
Transforming a Disposable Vape into a Functional Web Server  
A creative hardware project successfully repurposed a disposable vape's PY32F002B microcontroller (24MHz ARM Cortex-M0+, 24KB flash, 3KB RAM) into a functional web server. Using semihosting communication, SLIP protocol for networking, and the uIP TCP/IP stack, the project achieved 20ms ping times and 160ms page load times through careful optimization including ring buffers. This demonstrates the potential of transforming resource-constrained everyday electronics into versatile computing devices.  
278  
27
2. 2  
[](https://daily.dev/posts/this-website-runs-on-disposable-vape-qtepq9bqh "This Website Runs on Disposable Vape")  
Article  
![Avatar of 80lv](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/78eebcd76c154e6bbfd565fed7dc4093)80 LEVEL · 51w  
This Website Runs on Disposable Vape  
A developer successfully hosted a website on a disposable vape's microcontroller using SLIP protocol. The initial implementation was extremely slow with 1.5s pings and 50% packet loss, but optimization with ring buffers improved performance to 20ms pings and 160ms page loads. The project demonstrates creative hardware repurposing and embedded systems programming.  
48  
1
3. 3  
[](https://daily.dev/posts/meet-the-coolest-and-most-expensive-raspberry-pi-ever-al9vfurzs "Meet the Coolest (and Most Expensive) Raspberry Pi Ever")  
Article  
![Avatar of omgub](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/79e495adb3c3425785b9be27969a2562)omg! ubuntu! · 50w  
Meet the Coolest (and Most Expensive) Raspberry Pi Ever  
Raspberry Pi launched the Pi 500+, a premium keyboard PC featuring mechanical switches, RGB backlighting, and built-in SSD storage. Priced at $200/£175, it's the most expensive Raspberry Pi device yet, targeting enthusiasts who want better build quality and tactile experience. The device includes Gateron KS-33 Blue switches, customizable LED lighting, 16GB RAM, 256GB NVMe storage, and an aluminum heatsink for thermal management.  
28  
4
4. 4  
[](https://daily.dev/posts/elements-of-rust-core-types-and-traits-dofzhmwj4 "Elements of Rust – Core Types and Traits")  
Article  
![Avatar of hn](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn)Hacker News · 1y  
Elements of Rust – Core Types and Traits  
A visual guide mapping Rust's complete type system, focusing on lang\_items - the built-in types and traits that support specific language syntax. The guide distinguishes between core language features and library code, explaining how Rust's platform-independent core enables no\_std development for embedded systems and other contexts without dynamic heap allocation.  
19  
1
5. 5  
[](https://daily.dev/posts/cubesats-are-fascinating-learning-tools-for-space-ym6z7rodt "CubeSats are fascinating learning tools for space")  
Article  
![Avatar of jeffgeerling](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/a425a8edd27a4930ae183c796db840b9)Jeff Geerling · 52w  
CubeSats are fascinating learning tools for space  
CubeSats are small, standardized satellites that can be built using affordable components like Raspberry Pi computers and microcontrollers. These cube-shaped satellites have democratized space access, reducing costs from millions to thousands of dollars for construction and $85,000 for launch. Students and educators can now build functional CubeSats for STEM learning, with kits available from companies like MySat and Robinson Aerospace. The post explores various CubeSat projects, including educational initiatives, security research platforms, and actual space missions like SilverSat launching on a Falcon 9 rocket.  
13

[See all Embedded Systems archives](/tags/embedded/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/tags/embedded/best-of/2025/09#page","url":"https://daily.dev/tags/embedded/best-of/2025/09","name":"Best Embedded Systems Posts — September 2025","description":"The most upvoted Embedded Systems posts from September 2025, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/tags/embedded/best-of/2025/09#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/transforming-a-disposable-vape-into-a-functional-web-server-x3azrkosw","name":"Transforming a Disposable Vape into a Functional Web Server"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/this-website-runs-on-disposable-vape-qtepq9bqh","name":"This Website Runs on Disposable Vape"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/meet-the-coolest-and-most-expensive-raspberry-pi-ever-al9vfurzs","name":"Meet the Coolest (and Most Expensive) Raspberry Pi Ever"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/elements-of-rust-core-types-and-traits-dofzhmwj4","name":"Elements of Rust – Core Types and Traits"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/cubesats-are-fascinating-learning-tools-for-space-ym6z7rodt","name":"CubeSats are fascinating learning tools for space"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Tags","item":"https://daily.dev/tags"},{"@type":"ListItem","position":3,"name":"Embedded Systems","item":"https://daily.dev/tags/embedded"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/tags/embedded/best-of"},{"@type":"ListItem","position":5,"name":"September 2025"}]}]}
```

