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

MICROCONTROLLERS

848 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 2 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] optissima@lemmy.world 2 points 1 year ago

Max SD is 4Gb :'(

[–] homesweethomeMrL@lemmy.world 2 points 1 year 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.

[–] h3ndrik@feddit.de 1 points 1 year 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.