Yashvardhan

Results 5 comments of Yashvardhan

I was getting error in my program when i didn't use ICACHE_RAM-ATTR for interrupts. As the line: `DW1000Ng::initialize(PIN_SS, PIN_IRQ, PIN_RST); ` uses the function ` attachInterrupt(digitalPinToInterrupt(_irq), interruptServiceRoutine, RISING);` The function...

Hey @Sonic0 I have been trying to understand this library, coding is not my strong pursuit. The examples with interrupts are not working for me (I am using noeMCU1.0 and...

Hey @MatthewFehl365 Were you able to implement 3d positioning by editing the library, also were you able add more tags and anchors?

> Hi @MatthewFehl365, I don't think that someone has made code to add 3D positioning, This library does not implement this feature. Hey can you explain why it won't be...

> I could never get the DWM1000 to work on ESP8266; the ESP8266 keeps crashing every few seconds. The ESP32 is very stable with both the DWM1000 and Wifi. Eventually,...