Solarpunk Web Server
The author shares their solarpunk web server project using a modified solar charger and a Wemos S2 mini board. The project emphasizes sustainability, with plans for future enhancements and features.
Read original articleThe author discusses their experience with a solarpunk web server project inspired by compost.party and other similar initiatives. They acquired a second-hand solar charger, which they found well-designed but challenging to disassemble. The charger, dating back to around 2010, was modified to use a TP4056 charging module to allow simultaneous charging and powering of devices. The author utilized a Wemos S2 mini board with an ESP32 microcontroller for the web server, highlighting its compact size and capabilities. They faced some technical challenges, including a bug in the ESPAsyncWebServer library, which was resolved with assistance from ChatGPT. The server hosts a simple webpage and is powered by solar energy, with the potential for limited uptime based on sunlight availability. The project emphasizes resourcefulness, as the author only purchased the solar charger and repurposed existing materials. Future plans include enhancing the server's functionality and improving its components, such as adding weather data capabilities. The current setup includes a guestbook and internal data, with aspirations for over-the-air updates to simplify maintenance.
- The project is inspired by solarpunk ideals and focuses on sustainability.
- A second-hand solar charger was modified for better functionality.
- The web server is built using a Wemos S2 mini board with an ESP32 microcontroller.
- The server's uptime is dependent on solar energy availability.
- Future enhancements may include improved components and additional features.
Related
Our first home server, and rekindling that joy
The author reflects on building their first home server in Singapore, which ignited a passion for technology, enhanced connectivity, and significantly influenced their personal and professional growth in computing.
Batteryless OP-1
The author modified the Teenage Engineering OP-1 synthesizer to operate without a battery using supercapacitors after facing challenges with battery replacement, expressing disappointment in the manufacturer's support for aging devices.
Extreme Pi Boot Optimization
The Raspberry Pi Zero 2 W is optimized for a solar-powered WiFi camera project, achieving a boot time of approximately 3.5 seconds by minimizing energy consumption and disabling unnecessary hardware features.
Writing an HTTP Server in Go from Scratch: Part 1
The author built an HTTP server in Go for a CodeCrafters challenge, implementing features like request handling, concurrency, and routing, while enhancing code modularity and planning to pursue more challenges.
Building an e-ink weather display for our home
The article describes a DIY project to build a battery-powered e-ink weather display, focusing on design, challenges, and successful assembly, completed in three weeks with an emphasis on familiar tools.
Related
Our first home server, and rekindling that joy
The author reflects on building their first home server in Singapore, which ignited a passion for technology, enhanced connectivity, and significantly influenced their personal and professional growth in computing.
Batteryless OP-1
The author modified the Teenage Engineering OP-1 synthesizer to operate without a battery using supercapacitors after facing challenges with battery replacement, expressing disappointment in the manufacturer's support for aging devices.
Extreme Pi Boot Optimization
The Raspberry Pi Zero 2 W is optimized for a solar-powered WiFi camera project, achieving a boot time of approximately 3.5 seconds by minimizing energy consumption and disabling unnecessary hardware features.
Writing an HTTP Server in Go from Scratch: Part 1
The author built an HTTP server in Go for a CodeCrafters challenge, implementing features like request handling, concurrency, and routing, while enhancing code modularity and planning to pursue more challenges.
Building an e-ink weather display for our home
The article describes a DIY project to build a battery-powered e-ink weather display, focusing on design, challenges, and successful assembly, completed in three weeks with an emphasis on familiar tools.