WebThingsIO / webthing-arduino

Simple server for ESP8266, ESP32, Ethernet, or WiFi101-compatible boards compliant with Mozilla's proposed WoT API
Mozilla Public License 2.0
207 stars 78 forks source link

example: Add LevelSensor using Ethernet #23

Closed rzr closed 6 years ago

rzr commented 6 years ago

It was tested on Arduino mega256 with W5100 shield and FC-28 soil moisture analog sensor

Change-Id: Ibb78e12d024df8bcbe522e013734e40a3a623b16 Origin: https://github.com/TizenTeam/webthing-esp8266 Signed-off-by: Philippe Coval p.coval@samsung.com

rzr commented 6 years ago

More refactoring to come... if someone can test with Arduino's WiFi's shield.

hobinjk commented 6 years ago

Which part would you like tested with a WiFi shield? It looks like everything in this PR right now is ethernet-specific

rzr commented 6 years ago

yes this PR can be merged, but I'd like then to merge WiFi and Eth classes to make it more generic... I can test Eth not WiFi part and I don't want to break it ;)

hobinjk commented 6 years ago

Great! Sounds good to me