Skip to content

Webserver for Arduino + Ethernet shield, serves pages from MicroSD!

Notifications You must be signed in to change notification settings

NdK73/ArduWebServ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduWebServ

Webserver for Arduino + Ethernet shield It reads network config and serves pages from MicroSD!

Pages (.htm and .css) can contain references to variables. For performance, other contents (like images) are served as-is.

POST and GET variables can be handled quite easily in user callbacks.

Code contains other useful snippets:

  • input debouncing
  • checking changed input state
  • searching between strings stored in program memory

The supplied code communicates via I2C with an old relay board by BND Communications (seems it doesn't exists any more... but any PCA95340-based interface should work).

About

Webserver for Arduino + Ethernet shield, serves pages from MicroSD!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages