https://github.com/bakpakin/mcu-serve
HTTP Server for NodeMCU + ESP32
https://github.com/bakpakin/mcu-serve
Last synced: 7 months ago
JSON representation
HTTP Server for NodeMCU + ESP32
- Host: GitHub
- URL: https://github.com/bakpakin/mcu-serve
- Owner: bakpakin
- License: unlicense
- Created: 2019-03-16T08:02:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T08:08:05.000Z (over 6 years ago)
- Last Synced: 2025-01-12T06:43:08.679Z (9 months ago)
- Language: HTML
- Size: 1.32 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCU-serve
A very bareones HTTP server on the ESP32 with NodeMCU and [Fennel](https://fennel-lang.org)
Can be used as a starting point for building a standalone, IoT
web server with Fennel. Made for [FennelConf 2019](https://conf.fennel-lang.org/2019)## Tools
The Makefile uses the [nodemcu-uploader](https://github.com/kmpm/nodemcu-uploader) to upload code
to the ESP32. It has also been tested to work with [NodeMUC-tool](https://www.npmjs.com/package/nodemcu-tool)
a similar utility written with Node.js rather than python.You will also need the latest [Fennel](https://fennel-lang.org) compiler to build, at least a version recent enough to correctly
compile `(lua :break)`.