-
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Giorgioggì edited this page Jan 15, 2021
·
3 revisions
Welcome to the Webbino wiki!
Webbino is a webserver for Arduino. I originally wrote it for my SmartStrip project, which required several unique features which were not present in other webservers that were available at the time:
- Compatible with many network interfaces:
- WizNet W5100: Original Ethernet Shield
- WizNet W5500: Ethernet Shield 2
- ENC28J60: KMTronic DINo (ATmega328-based version)
- Teensy 4.1 Native Ethernet
- WINC1500 (Wi-Fi): WiFi Shield 101, MKR1000 - EXPERIMENTAL, MIGHT NOT WORK!
- ESP8266 (Wi-Fi): Either as an add-on to Arduino, like the MLT shield, or standalone like NodeMCU, WeMos D1/D1 Mini, etc...
- ESP32 (Wi-Fi)
- HTML pages and other data can be embedded in the code. This avoids the need of an SD card for simple sites.
- If you prefer, HTML pages can also be stored on an SD card (long file names are supported!)
- Tags like
$WHATEVER$
in HTML pages can be replaced at page request time, allowing the delivery of dynamic contents. - Arbitrary functions can be associated to a page, to perform any needed actions.
To learn how to use the library, I strongly recommend to have a look at the vast number of examples that are included with it. This wiki will help you when that is not enough :). Use the menu on the right to navigate.