Till Harbaum
Till Harbaum
I've spent an hour or two trying to figure out why the IRQ in your code doesn't seem to fire. You setup everything like I do ... but it doesn't...
And after fixing the IRQ order it becomes visible that your code is also suffering from the race condition. I am using this simple code with a rotary encoder on...
> I'm gonna grab some hardware this morning and have a play later on to see if I can replicate and then come up with a neat solution. Excellent. Looking...
Thanks a lot. Will test asap (probably on Monday).
My previous encoder test case now works perfectly. Thanks!
I've worked a little bit more with this and so far it works nicely. This solution is IMHO preferrable over https://github.com/micropython/micropython/pull/6639 as it implements the PCNT api in C and...
I've tried this patch and it mostly works as expected. I added a command to SSHAvatar like ``` def exec_hello(self): self.client.write("HELLO WORLD") ``` But when i try to use it,...
Maybe i should take another look myself. I found that cowrie handles it correctly. But mockssh is a so much simpler setup ...
Port numbers and device numbers seem to re-use the values from the WeDo 2.0. So port 3b and 3c would actually be the "current" and "voltage" ports. The devices reported...
Yes, it's buried in the source code of the wedo developent kit: https://education.lego.com/en-us/support/wedo-2/developer-kits But it's quite hard to find the interesting data inside. Also quite useful is this: https://github.com/cpseager/WeDo2-BLE-Protocol/blob/master/wedo2_summary.txt