Ivor Wanders

Results 116 comments of Ivor Wanders

Please see my [comment above](https://github.com/iwanders/plainRFM69/issues/15#issuecomment-1474468682), start simple by testing the radio's without even trying to send payloads. This will take more work than setting a single define.

> I guess they are similar to the REQUA that already in your code. Any help on how to make a function that can send this commands? Both interact with...

Hmm, check the datasheet on page 22, section `8.4.4.6`. It is most likely that your ADR1 or ADR2 pin is floating and switching by accident. Check section 8.4.1, table 7,...

The RF side of things appears to be covered by the chip, protocol number 10, 11 and 12 according to [AN11022](https://www.nxp.com/docs/en/application-note/AN11022.pdf), so that part is likely done after loading those...

I took a look. Does indeed appear to necessary operations on the chip. It's probably `SR` = set register, `GR` = get register. I don't really see any similarity between...

@benbecke , @sgtJohnny , ( @peturdainn ) just reading up on this now. I still don't have anything to add, but I'm really happy to see others chime in and...

@srcnert , I think this is shared in #13 , you should be able to try that branch. I still have some concerns with that PR that prevent me from...

I don't know what the `MFRC63002 Card Reader` specifically is, nor do I know what `Docklite` is. But if you want to use uart you'd have to rewrite [the SPI...

I do not, isn't this a duplicate of #17 ?

Very cool, looks like an awesome project, thanks for sharing @aeonSolutions!