Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

ocrdu/arduino-webinterface-websocket

Repository files navigation

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 .

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages