WebThingsIO/webthing-node

Example with ESP32, Raspi Zero W dev boards?

Closed this issue · 1 comments

Can someone point me to a tutorial that shows how to use this module with an ESP32 or Raspi Zero W? Thanks

For ESP32, you'll probably want either webthing-arduino or webthing-upy. There is also a tutorial here.

For the Raspberry Pi Zero W, you would just add this node library (npm install --save webthing) and use it like you would any other library. There are some examples here. There is also a tutorial here.