/arduino-webinterface-websocket

Example web interface for the Arduino Nano 33 IoT using a websocket

Primary LanguageC++GNU General Public License v3.0GPL-3.0

An example implementation of a web interface for an Arduino Nano 33 IoT using a websocket

This web interface communicates with the Arduino using a websocket on port 8080.

The Arduino serves as both a web server and a websocket server.

Note: An Access Point version can be found here: https://github.com/ocrdu/arduino-webinterface-websocket-ap

Libraries used:

Notes:

There is no documentation yet, but the least you need to do to get it to work is this:

  • Edit the wifi_secrets.h to use your own WiFi SSID and password.

This example will show the interface in your web browser when you point it at the Arduino's IP address http://x.x.x.99/ , where x.x.x are the first three bytes of the IP addresses of your network. If x.x.x.99 is already taken, you need to change the code.

Almost forgot: if you want to see something happen, put a LED on pin 12 😎 (but don't pull more than 7mA).

If you feel like donating for this, you can do so here: http://ocrdu.nl/donations .