Search found 13 matches

by jczic
Sun Jan 22, 2023 8:56 pm
Forum: Hardware Projects
Topic: MicroPython driver for Motor Board "MD49".
Replies: 2
Views: 72880

Re: MicroPython driver for Motor Board "MD49".

Hi, I've just see that! Sorry :|
by jczic
Wed Nov 13, 2019 2:44 am
Forum: Programs, Libraries and Tools
Topic: MicroWebSrv2, new asynchronous Web server for MicroPython (+Routes +WebSockets +Template engine).
Replies: 24
Views: 51915

Re: MicroWebSrv2, new asynchronous Web server for MicroPython (+Routes +WebSockets +Template engine).

Thank you all for your messages! ;) Indeed, MicroWebSrv2 requires that "_thread" be present in firmware. However, it is able to run directly, in the current thread (it is not recommended). Its fast operating mode is to use it with only a single dedicated thread but several are also possible (rather ...
by jczic
Tue Oct 22, 2019 9:12 pm
Forum: General Discussion and Questions
Topic: Running webserver and other code simultaneously
Replies: 22
Views: 26895

Re: Running webserver and other code simultaneously

Hello all, If you want, I propose my new powerful embedded Web Server for MicroPython (and CPython) that supports route handlers, modules like WebSockets or PyhtmlTemplate and a lot of simultaneous requests. ;) Mostly used on ESP32, Pycom WiPy, STM32 on Pyboard, ... Robust and efficient (thousands r...
by jczic
Tue Oct 22, 2019 3:27 pm
Forum: Programs, Libraries and Tools
Topic: Manage workers pool to optimise simultaneous jobs.
Replies: 2
Views: 2371

Manage workers pool to optimise simultaneous jobs.

A micro workers class that easily manages a pool of threads to optimise simultaneous jobs and jobs endings, for MicroPython.

https://github.com/jczic/MicroWorkers
by jczic
Tue Oct 22, 2019 3:23 pm
Forum: Programs, Libraries and Tools
Topic: Microsoft Azure "Shared Access Signature" token generator, for MicroPython.
Replies: 2
Views: 18810

Microsoft Azure "Shared Access Signature" token generator, for MicroPython.

Microsoft Azure "Shared Access Signature" token generator, for MicroPython (used on Pycom modules & ESP32)

https://github.com/jczic/AzureSasToken
by jczic
Tue Oct 22, 2019 3:16 pm
Forum: Hardware Projects
Topic: MicroPython driver for Motor Board "MD49".
Replies: 2
Views: 72880

MicroPython driver for Motor Board "MD49".

MicroPython driver for Motor Board "MD49" :

https://github.com/jczic/motorBoardMD49

;)
by jczic
Tue Oct 22, 2019 3:13 pm
Forum: Drivers for External Components
Topic: KT403A MP3 : DFPlayer, GroveMP3
Replies: 1
Views: 2635

KT403A MP3 : DFPlayer, GroveMP3

MicroPython driver for KT403A MP3 chip (DFPlayer, GroveMP3, ... used on Pycom modules, ESP32...)

https://github.com/jczic/KT403A-MP3

;)
by jczic
Tue Oct 22, 2019 3:06 pm
Forum: Programs, Libraries and Tools
Topic: MicroWebSrv2, new asynchronous Web server for MicroPython (+Routes +WebSockets +Template engine).
Replies: 24
Views: 51915

MicroWebSrv2, new asynchronous Web server for MicroPython (+Routes +WebSockets +Template engine).

Hello all! I propose you my new powerful embedded Web Server for MicroPython (and CPython) that supports route handlers, modules like WebSockets or PyhtmlTemplate and a lot of simultaneous requests. Mostly used on ESP32, Pycom WiPy, STM32 on Pyboard, ... Robust and efficient (thousands requests on C...
by jczic
Fri Sep 20, 2019 10:09 pm
Forum: Pyboard D-series
Topic: Socket problems on Pyboard 'D'
Replies: 3
Views: 3440

Re: Socket problems on Pyboard 'D'

Hello Nicholas and thank you for your post.
I've just committed a fix in the write socket function (commit https://github.com/jczic/MicroWebSrv/co ... fbc0c44203).
Could you retry your code and tell me if the problem occurs again please :) ?
Thanks!