2017-10-25 01:10:32 +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
2017-10-25 01:10:32 +02:00
2015-11-16 00:19:18 +01:00
2017-10-22 22:46:04 +02:00
2017-10-25 01:10:32 +02:00

Esp8266-Laser

Wifi Host for the Arduino-Laser-Spirograph

HTTP GET endpoints:
/motor/{motorNr}/{value}
/laser/{value}
/saveconf -> write wificonfig to file
/resetwifi -> reconnect wifi with the new settings
/wificonfig -> GET returns wifi settings
POST sets new wifi settings apMode=0: will try to connect to SSID first, 1: will directly start the AP SSID=ssid password=password save=true will save config to spiffs apply=true will reset wifi and try to connect with new param (buggy atm) /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%