Search found 48 matches

by kr-g
Mon Oct 05, 2020 6:40 am
Forum: Programs, Libraries and Tools
Topic: uasyncio, loop doesn't stops
Replies: 11
Views: 5335

Re: uasyncio, loop doesn't stops

with MicroPython v1.13 this works. which version are you using? or probably related to the overall internal state (when using with REPL)? how is your development process here? are you executing the code directly again, and again from an IDE, or do you restart always with cntrl+d ? in case of IDE re-...
by kr-g
Thu Oct 01, 2020 12:42 pm
Forum: Hardware Projects
Topic: garden plant watering
Replies: 4
Views: 5004

Re: garden plant watering

to whom it may concern

new version v0.0.7 released today

https://github.com/kr-g/mpymodcore_watering
by kr-g
Thu Oct 01, 2020 9:00 am
Forum: Programs, Libraries and Tools
Topic: micro-framework for esp32 and esp8266
Replies: 5
Views: 4172

Re: micro-framework for esp32 and esp8266

to whom it may concern

new version v0.0.14 released today

https://github.com/kr-g/mpymodcore
by kr-g
Tue Sep 08, 2020 7:38 am
Forum: Programs, Libraries and Tools
Topic: nRF24L01+ specification ?
Replies: 6
Views: 3432

Re: nRF24L01+ specification ?

no. google search hates me i guess. probably google has not returned that because i had micropython in the search terms. nice work that cp port. my code uses the command design pattern e.g. call nrf24radio( command ) to serve. but thats of course just another flavor of doing. how is backward compati...
by kr-g
Tue Sep 08, 2020 6:53 am
Forum: Programs, Libraries and Tools
Topic: nRF24L01+ specification ?
Replies: 6
Views: 3432

Re: nRF24L01+ specification ?

contributing back comes mostly / always with the effort of supporting the code afterwards. true. my initial request was because i use irq, but clearing the flag RX_DR worked not as expected. probably also because of my chipset. read a lot here about faked or troubled devices too. after flushing rx a...
by kr-g
Tue Sep 08, 2020 6:09 am
Forum: Programs, Libraries and Tools
Topic: nRF24L01+ specification ?
Replies: 6
Views: 3432

Re: nRF24L01+ specification ?

thank you.
pretty good link to the documents. (google search has not worked that good for me ...)
the two code links i know already.
but i dont know why they ignore irq pin and handling at all.
is there another reason beside of being stingy with gpio pins?
by kr-g
Mon Sep 07, 2020 8:32 pm
Forum: Programs, Libraries and Tools
Topic: nRF24L01+ specification ?
Replies: 6
Views: 3432

nRF24L01+ specification ?

just received a bunch of nRF24L01+...

found this on the internet.
https://drive.google.com/file/d/1FeBCFk ... sp=sharing

quite old (as the chipset)
but is it the most recent one?
any feedback welcome
by kr-g
Mon Jun 22, 2020 11:04 am
Forum: Hardware Projects
Topic: garden plant watering
Replies: 4
Views: 5004

garden plant watering

i recently worked a bit with https://github.com/kr-g/mpymodcore and developed a plant watering tool for the garden. a few days ago i released the first (mostly untested) version. the technology used are mpymodcore, bootstrap, vuejs, and fontawesome. the project is dual licensed, and free for non-com...
by kr-g
Thu May 28, 2020 6:14 am
Forum: ESP8266 boards
Topic: Mode STA...no work
Replies: 8
Views: 4877

Re: Mode STA...no work

sometimes it takes longer to (re-)connect.
and having then only a "one-flow" logic doesnt work then.

have a look here at the base modules (wlan, softap, and ntp modules)
which does it in a "loop" manner (the impl keeps an eye on state)

https://github.com/kr-g/mpymodcore
by kr-g
Tue May 26, 2020 11:44 am
Forum: Programs, Libraries and Tools
Topic: Can't connect to my board with rshell, File Size Issues with pyboard.py
Replies: 13
Views: 9572

Re: Can't connect to my board with rshell, File Size Issues with pyboard.py

update: I believe that I have found a similar issue raised in the following posts: https://forum.micropython.org/viewtopic.php?f=12&t=6744 https://github.com/thonny/thonny/issues/936 I am working on deciphering the solution now Edit: User aivarannamaa suggests flushing the target file after each wr...