-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
Occasionally it's not possible to initialize communication with the device and only plugging/unplugging helps.
This generally happens when restarting communication with the device multiple times.
…
-
Is there any possibility of using this between 2 or more nodes in a small network, with simple addressing? Or any suggestions of a protocol that is light and can support more than 2 nodes?
-
Whenever I try to do
`currentScreen = gb.doFrame();`
it just returns an empty array...
-
I've spent many hours in the past trying to solve this, and never quite tied up all the loose ends, but I think I've done it this time.
### Related Proposals:
* add "select" syntax to the languag…
-
Please, enable **full** support for Platform Channels from any Isolate.
I'm really confused why [this issue](https://github.com/flutter/flutter/issues/13937) has been closed as this hasn't been ful…
-
I see this code is declared as not working for playback of music files.
I am developing an asynchronous VS1053 driver under MicroPython, based on your code. So far I have tested with MP3 files at 1…
-
Regular files don't switch context the way they're implemented now. The reason is because regular files ignore [O_NONBLOCK](https://github.com/sustrik/libmill/blob/master/file.c#L54). So they never re…
-
Hello Together,
I have a Simrad GO7 XSR Chart Plotter..... and I have two nodes created by my own on an ESP8266....
1st is sending a Heading Signal
2nd is sending Humanity and Teperaturs
Str…
-
I am running into a number of complications finely tuning and testing the DESFire emulation support mentioned in #218. All of the solutions I have seen running ``gdb`` with ``avr-gcc`` related tools a…