A lightweight file server running entirely on an Arduino Nano ESP32

Reading Time: 2 minutesHome file servers can be very useful for people who work across multiple devices and want easy access to their documents. And there are a lot of DIY build guides out there. But most of them are full-fledged NAS (network-attached storage) devices and they tend to rely on single-board computers. Those take a long time […]

Adding an LCD interface to an old file server

Reading Time: 2 minutesServers don’t usually need monitors, keyboards, or mice. Because the user only interacts with servers through separate devices under normal conditions, a server can just be a box with with a processor, RAM, storage, and network adapter. But that becomes an issue if something is wrong with the server that requires direct interaction. To help […]