Search found 1 match

by kyubot
Sat Nov 06, 2021 3:16 pm
Forum: ESP32 Arduino
Topic: my esp32 board keep crashing with DWM1000 in anchor mode
Replies: 0
Views: 1945

my esp32 board keep crashing with DWM1000 in anchor mode

Hello all, I made a board that communicate between ESP32 board and DWM1000 module. I used a library from this https://github.com/thotro/arduino-dw1000 My pin connection as bel ow const uint8_t PIN_RST = 15; // reset pin const uint8_t PIN_IRQ = 17; // irq pin const uint8_t PIN_SS = 2; // spi select p...