This repository contains the firmware for the ESP8266 microcontroller that is the 'big brain' in the U:Kit sensor kit project.
You will need an ESP8266 toolchain and SDK. Probably the easiest way to set one is to use a docker container.
Optionally you may need npm
and nodejs
to work with the files in the web
folder.
Copyright (c) 2016-2018, Slavey Karadzhov slav@attachix.com. All rights reserved.
- Slavey Karadzhov slav@attachix.com
- .. Contributors - See https://github.com/attachix/ukit-firmware/graphs/contributors
All files in this repository are licensed under GPLv3 except:
- JerryScript - under lib/jerryscript that is licensed under Apache License, Version 2.0.
- Sming - under lib/Sming that is licensed under LGPL.