esp8266 icon indicating copy to clipboard operation
esp8266 copied to clipboard

This repository contains source code for the ESP8266.

Results 11 esp8266 issues
Sort by recently updated
recently updated
newest added

I try to use the generated uhttpd modules, but something does not work. As this is my first time working with mpy files. I need some help ![image](https://user-images.githubusercontent.com/6573503/148414336-eea6fbc3-0495-409d-a69d-213b93fd0b52.png)

I'm currently working on a small configuration program for a glucose sensor. The way I configure all the options and user info is by a web server with your module....

Hi, I'm using uhttpd as a REST server for embedded systems. I'm planning to use it as a REST server for data centers. I need to handle concurrent requests or...

bug
duplicate
help wanted

Hello, First of all GREAT job, best http server form micropython! Thanks! I'm using ESP32 and local laptop with chrome to do my project. I'm trying to write simple JS...

My small updates to be able develop POST request from local machine. According to: https://github.com/fadushin/esp8266/issues/18

Hi, I followed your instructions for building the frozen code, and I'm getting the following on import: >>> import uhttpd Traceback (most recent call last): File "", line 1, in...

cantreproduce

Hello, First thank you for your work, it's impressive. I am trying to use it on WiPY but in the micropython version 'utimeq' is not yet enabled/implemented, any suggestion of...

notabug

It's impressive application.Doesthe web-console can be load image from openmv(openmv.io) camera and via the SPI port?It can be view in SmartPhone.Thanks!

notabug

port data is { "name":"alex", "test": "aaaa" } error: below uhttpd/masterBad Request Failed to load JSON: syntax error in JSON:Traceback (most recent call last): File "uhttpd.py", line 157, in handle_request...

cantreproduce

I've cross-compiled the modules and installed them on a esp8266, but after following the instructions I am getting errors. ` >>> import os >>> os.listdir() ['boot.py', 'uhttpd.mpy', 'http_file_handler.mpy', 'ulog.mpy', 'console_sink.mpy',...

cantreproduce