Search found 7 matches
- Sat Jul 11, 2020 11:42 am
- Forum: ESP32 boards
- Topic: Websocket on ESP32 slow
- Replies: 0
- Views: 1762
Websocket on ESP32 slow
Im using this -> https://github.com/BetaRavener/upy-websocket-server on a ESP32 so i have to use the Poll version! This is in my main.py from ws_connection import ClientClosedError from ws_server import WebSocketServer, WebSocketClient class TestClient(WebSocketClient): def __init__(self, conn): sup...
- Thu Jul 09, 2020 2:49 pm
- Forum: ESP32 boards
- Topic: Usocket server problem!
- Replies: 1
- Views: 1490
Usocket server problem!
Entire Code : https://hastebin.com/bijoweviqo.py It starts up fine I (5125) modsocket: Initializing [SOCKET] Created [SOCKET] bind complete [SOCKET] now listening i conect fine [SOCKET] Connected with 192.168.10.107:54877 but when i connect i get this OK...GET / HTTP/1.1 Host: 192.168.10.169:80 Upg...
- Mon Jul 06, 2020 9:50 pm
- Forum: ESP32 boards
- Topic: async websocket
- Replies: 2
- Views: 5999
async websocket
Does anyone have a good reference to start with for implementing an async websocket server on the ESP32? I already looked at https://github.com/danni/uwebsockets but that is still a "blocking" socket, not using uasyncio... I also had a look at https://github.com/jczic/MicroWebSrv but this has only a...
- Sun Jul 05, 2020 12:50 pm
- Forum: ESP32 boards
- Topic: How to transfer library to ESP32?
- Replies: 5
- Views: 4518
Re: How to transfer library to ESP32?
i can't get the webrepl to connect :S i have enabled webrepl on my ESP32 :Sshaoziyang wrote: ↑Sun Jul 05, 2020 1:34 amYou may use webrepl or ftp transfer file through wlan, or use pyboard.py through serial port.
- Sat Jul 04, 2020 10:23 pm
- Forum: ESP32 boards
- Topic: How to transfer library to ESP32?
- Replies: 5
- Views: 4518
How to transfer library to ESP32?
im not sure on how to transfer a library to my ESP32! :/
This is the library / module i need to have on my ESP32 https://microwebsrv.hc2.fr/ it's the Websocket i need!
This is the library / module i need to have on my ESP32 https://microwebsrv.hc2.fr/ it's the Websocket i need!
- Thu Jul 02, 2020 1:55 pm
- Forum: ESP32 boards
- Topic: ESP32 - Neopixel Lib - WS2812B Flickering
- Replies: 2
- Views: 3172
Re: ESP32 - Neopixel Lib - WS2812B Flickering
Yes, it's currently an issue with the (various) Neopixel implementations for MicroPython on the ESP32. See State of Neopixels for esp32 in May 2020? for more details. is this something that will get fixed? is it ok for me to just continue to code on ESP32 with WS2812B using mmicropython and hope it...
- Wed Jul 01, 2020 6:50 pm
- Forum: ESP32 boards
- Topic: ESP32 - Neopixel Lib - WS2812B Flickering
- Replies: 2
- Views: 3172
ESP32 - Neopixel Lib - WS2812B Flickering
The strip WS2812B and the board ESP32 have both been tested with C++ code no flickering and all is fine! i was playing with the idea of converting my entire C++ to micropython to try it out :) but my strip is flickering :/ i have added a 300 ohm resistor to the DIN closest to the first LED (as recom...