pull down to refresh

Web hosting bills getting too expensive? Maybe you ought to consider serving your site from a one-dollar 8-bit microcontroller.

Okay, you won’t exactly be serving up a high-performance, graphic-rich website using this project from a European developer and blogger who goes by Maurycyz. The setup is limited to one URL, but hey, it actually works, provided an influx of visitors hasn’t killed the site yet. 

The bargain-basement chip that serves as the central component of this project is the AVR64DD32, which currently retails from DigiKey for $1.30. It has a single 8-bit AVR core with a blistering 24 MHz max clock speed, 8 KB of static RAM, 64 KB of flash memory, and 256 bytes of EEPROM non-volatile memory for storing a very limited amount of data. 

Serving a web page from such a limited chip is a task, to say the least, and Maurycyz had to do a lot of legwork to get the thing working.

...read more at theregister.com
At the other end of the tunnel, there's a linux "router" box, which forwards packets to the microcontroller over serial.

Meaning: yes, you can serve a website over serial with a $1.30 chip.

Probably cheaper to get a $5 MilkV Duo with a $5 ethernet + usb board. Could probably fit a nice sqlite3 db on it too then.

reply