MCP39F521
Web server
An ESP8266 script serving MCP39F521 readings as a web server
This is ESP8266 micropython script designed to serve ESP8266 as web server showing readings from Microchip MCP39F521. Script developed and tested on esp8266-20161110-v1.8.6.bin. Script listens on port 80 and implements following commands:
6 stars
2 watching
0 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
codemee/esp8266webserver | An ESP8266 web server library that enables the creation of lightweight REST APIs on MicroPython-based systems | 51 |
roterfux/esp8266_ntp_webserver | A MicroPython-based IoT project combining WiFi connectivity, LED control, time synchronization, and basic web serving capabilities for an ESP8266 microcontroller. | 2 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
rafi16jan/micropython-wasm | Translates MicroPython code to JavaScript for execution on WebAssembly platforms | 46 |
anthonyknorman/esp8266_mcp23s17 | A Micropython library enabling ESP8266 to control 16-bit IO expander MCP23S17 | 1 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 652 |
cwyark/micropython-uaioftp | A lightweight FTP server implementation for MicroPython using asyncio. | 3 |
catdog2/mpy_bme280_esp8266 | Provides an interface to read data from the Bosch BME280 sensor on ESP8266 boards | 73 |
betaravener/upy-websocket-server | An ESP8266/ESP32 websocket server implementation allowing client-server communication | 84 |
scopelemanuele/silvergeko_rfm9x | Porting an RFM9X wireless communication library to MicroPython for use in IoT projects. | 1 |
51bit/esp01 | A micro:bit extension for connecting to the internet via an ESP-01 module and serving web content | 0 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
cpopp/microftpserver | A minimal FTP server for remote file management on an ESP8266 microcontroller | 36 |
dafvid/micropython-bmp280 | A Python module for interacting with the BMP280 sensor on an I2C bus. | 90 |
przemobe/micropy-enc28j60 | An Ethernet chip driver for MicroPython on RP2040 boards | 22 |