Rotzbua

Results 167 comments of Rotzbua

@Diman142 Please use code highlighting with markdown https://guides.github.com/features/mastering-markdown/ Look at the old code https://github.com/thotro/arduino-dw1000/blob/master/src/DW1000.cpp#L1177 . I disabled it by default because it caused some issues. Best.

From DW1000Mac.cpp: > @todo everything, this class is only a prototype So depends on what you need. It is limited, it's used by dw1000ranging.h.

Did you try it with patch #131?

I think the different implementations of the HAL cause the need of a `pinMode(irq, INPUT);`. But I see no reason against an additional `pinMode(irq, INPUT);`, so may make a pull...

@cimbalo Please add your hint to the wiki. Thanks :)

@Saflight It would be grate if you can add your experience to the wiki. Thanks. https://github.com/thotro/arduino-dw1000/wiki

@Minishlink Can be closed. Now on GH Actions.

Can you test current version without connected reset pin and replace code with: ```cpp MFRC522 mfrc522(SS_PIN, UNUSED_PIN); // Create MFRC522 instance ```