Christian Ege

Results 33 comments of Christian Ege

I guess @yannishuber can shed some light on this. When your module does not provide those PINs I assume it is save to use the `machine.NoPin` constant for those PINs

Hej, @Transmitt0r I do own an PN532 based module. Anything I can help you with?

I did some rough [prototype](https://github.com/graugans/tinygo-examples/tree/main/drivers/pn532) based on the [Adafruit Arduino code](https://github.com/adafruit/Adafruit-PN532/tree/master) currently it only supports the I2C bus and only reading of the firmware version, card reading not yet implemented....

> @graugans very cool, I was also using the adafruit Arduino code as reference but didn't get it working 😅 It looks like the Chip is quite picky about initialization....

Hej @Transmitt0r I now have a working implementation of a [PN532 driver](https://github.com/graugans/tinygo-examples/tree/main/drivers/pn532) I have tested this on a cheap NFC Module V3 from Elechouse. The RST Pin they made available...

> I am using a WS2812B and I do not believe it is an RGBA however I would assume this driver has functionality for a WS2812B? If so is there...

My problem with Seco SBC A62 is there are the DRAM Settings missing in any official source. The one I do use may not optimal. But this shouldn't conflict with...

Have you checked the device tree? Maybe there is something different?

@cyrilfr your work on kernel 4.1 looks really promissing. When I find some time I'll try to integrate your changes into my layer. At the moment I have some difficulties...

@modjo756 do you have a kernel 4.1 recipe around? Can you provide a link?