Michael Mayer

Results 19 comments of Michael Mayer

Sounds very interesting to me. I even have some of these modules laying around for some years already waiting for experiments. But I won't have enough time in the next...

Great, thanks! It looks like you developed it as a stand-alone project, not as a full sduino library, right? But the code looks like it wouldn't be hard to split...

Yes, SDCC 4.0. It is on my todo list. I still need to find a way to streamline the release process. Ideally, use the github actions to automatically pack fresh...

Hmm... I don't have a Windows 10 system around for testing. But the repro for libusb mentions a driver issue for USB 3 ports with a NEC chipset: https://github.com/libusb/libusb/wiki/Windows It...

Oh, that sounds like in interesting challange! - The lib uses a C interface instead of a C++ class, thats good. - It already deals with different platforms, so we...

I converted Mike McCauley's original zip archive into a proper github repository, including full version history: https://github.com/tenbaht/VirtualWire Maybe that is a useful good base for developments.

Interesting idea. That lib looks very interesting as it is very flexible and supports many different displays. Compiling the Hello World example for an Arduino Uno and a SSD1306 display...

> But, because I still wanted to show some chars on the screen I hacked/pasted this together: micro-ssd1306 Very nice! At first glance it looks like you left the graphic...

Yes, that would be interesting. Did you notice the build script to cut the SPL files into small pieces before compiling? That is needed as a workaround to help the...

Oh, please re-open this issue if needed.