fryakatkop 19058ff256 blub2
2017-10-24 20:51:02 +02:00
2017-10-24 20:51:02 +02:00
2017-10-23 22:59:52 +02:00
2017-10-22 16:24:57 +02:00
2015-11-16 00:19:18 +01:00
2017-10-22 22:46:04 +02:00

Esp8266-Laser

Wifi Host for the Arduino-Laser-Spirograph

HTTP GET endpoints:
/motor/{motorNr}/{value}
/laser/{value}
/ssid/{ssidname}
/pwd/{password}
/apmode/1 -> SofAP (default), 0 -> client
/saveconf -> write wificonfig to file
/resetwifi -> reconnect wifi with the new settings
/readwifi -> returns wifi settings
/readvalues -> return laser and motor values (all 0 at startup, ram only)

Install

You may also need to:

Development

Frontend

Frontend development requires NodeJS / NPM.

Run development server:
npm run dev

Build distribution source:
npm run build

Description
No description provided
Readme LGPL-2.1 188 KiB
Languages
JavaScript 31%
C++ 30.7%
HTML 16.6%
Less 12.1%
CSS 9.6%