this post was submitted on 29 Mar 2024
22 points (100.0% liked)

MICROCONTROLLERS

791 readers
1 users here now

Everything microcontrollers: projects, questions, new releases, etc.

dragontamer's Beginner Guides:

Beginner Series I: What is a Microcontroller?

Beginner Series II: The "Generic" Microcontroller

Beginner Sidenote: Microchip's Signal Chain Design Guide

Beginner Series III: Skills and Complexity Tiers

Beginner Series IV: Deep Dive into Microchip's AVR EA

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] homesweethomeMrL@lemmy.world 2 points 6 months ago

The WebStick is a ESP8266 powered device that provide a basic miniature cloud drive functions using WiFi in your home network. With proper setup for reverse proxy, caching server and domain name pointing to your home IP address, you can access your Webstick from the internet to provide a really basic file storage and share services.

The WebStick is not a NAS, although it provide similar feature to a NAS, it is not designed to safely store any files for a prolong period of time. Always remember to backup your files on your WebStick.

[–] optissima@lemmy.world 2 points 6 months ago

Max SD is 4Gb :'(

[–] h3ndrik@feddit.de 1 points 6 months ago

Nice project. I've been looking for a good ESP webserver project for a solar powered website. Seems this has some overlap. Could also be used for a small piratebox. Though the authentication and 5MB file limit seems a bit restrictive.