Search found 48 matches

by kr-g
Mon Nov 15, 2021 4:37 pm
Forum: Programs, Libraries and Tools
Topic: micro-framework for esp32 and esp8266
Replies: 5
Views: 4169

Re: micro-framework for esp32 and esp8266

to whom it may concern new version v0.0.22 released a few days ago. https://github.com/kr-g/mpymodcore my last update (v0.0.17) onto this is quite long ago. all changes are recorded in https://github.com/kr-g/mpymodcore/blob/master/CHANGELOG.md most neat features might be: - network manager module f...
by kr-g
Wed Sep 22, 2021 1:10 pm
Forum: Programs, Libraries and Tools
Topic: Announcing pygitgrab
Replies: 7
Views: 3956

Re: Announcing pygitgrab

to whom it may concern

new version v0.0.18 released today

https://github.com/kr-g/pygitgrab
by kr-g
Fri Aug 27, 2021 11:31 am
Forum: Programs, Libraries and Tools
Topic: Announcing MPyControl - control MicroPhython with your own code
Replies: 12
Views: 7841

Re: Announcing MPyControl - control MicroPhython with your own code

to whom it may concern

new version v0.0.8 released today

https://github.com/kr-g/mpycntrl

new wlan related commands for connecting to a wlan, and getting back ifconfig state

also one bug fix in related https://github.com/kr-g/pttydev module

so... you might to update both of them.
by kr-g
Tue May 25, 2021 4:05 am
Forum: ESP32 boards
Topic: esp32 not responsing
Replies: 9
Views: 4281

Re: esp32 not responsing

finally back... now i connected a 10k resistor, and run the cmd python -m mpycntrl -f -tr -port /dev/ttyUSB0 then when pressing RST button following comes over serial ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2)) waiting for download when i try...
by kr-g
Sat Mar 06, 2021 7:30 am
Forum: ESP8266 boards
Topic: esp8266 not responding
Replies: 10
Views: 7627

Re: esp8266 not responding

to whom it may concern:

i just released v0.0.5 of https://github.com/kr-g/espsetup

supports now custom parameters, e.g. such as "-fs 1MB -fm dout 0x0"

in case it breaks at any point create an issue on github. thanks.
by kr-g
Thu Dec 10, 2020 4:43 pm
Forum: ESP32 boards
Topic: Socket handling with Chrome
Replies: 2
Views: 1709

Re: Socket handling with Chrome

one small remark: in case a connection breaks (intentionally or not) chrome will try to fetch the content of the url again. only in case of this "staying-open" connection. here it will not open a new one again. firefox will do (by the way) also a retry in case the connection breaks. both try 3 times...
by kr-g
Wed Dec 09, 2020 10:17 am
Forum: ESP32 boards
Topic: ESP32 cam video stream?
Replies: 1
Views: 2380

Re: ESP32 cam video stream?

for that you would need to serve (like a webserver) HTTP RANGE requests.

Range Request on MDN:
https://developer.mozilla.org/en-US/doc ... ders/Range

on the client (web-browser) you put a <video> tag
https://developer.mozilla.org/de/docs/W ... ment/video
by kr-g
Wed Dec 09, 2020 9:29 am
Forum: ESP32 boards
Topic: Socket handling with Chrome
Replies: 2
Views: 1709

Re: Socket handling with Chrome

i had the same problem after accept() use the client (or client_socket in your example) to poll with a timeout if some data is available, otherwise close the socket probably this code snipplet helps...? try with: import uselect timeout = 200 # 200 ms, or any value what fits into your reaction time ....
by kr-g
Mon Nov 30, 2020 6:51 am
Forum: ESP32 boards
Topic: esp32 not responsing
Replies: 9
Views: 4281

Re: esp32 not responsing

good point. thanks. i have to admit that i haven't thought into this direction after seeing the data coming in over serial with mpycntrl. but can't try it now because i m not at home (traveling for a while) and i don't have a small cable with me. i also dont't have a resistor with me (see here under...
by kr-g
Sun Nov 29, 2020 7:39 pm
Forum: ESP32 boards
Topic: esp32 not responsing
Replies: 9
Views: 4281

Re: esp32 not responsing

frankly - what's the official name - no idea