Search found 4 matches

by lewthomps
Thu Nov 23, 2023 4:57 am
Forum: Hardware
Topic: ESP32 UWB WROVER Guru Meditation error
Replies: 0
Views: 6342

ESP32 UWB WROVER Guru Meditation error

Hi All, I'm using a Mac running Monterey and attempting to run the example code on Arduino IDE for the ESP32 UWB , but it runs into this error: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1). Core 1 register dump: PC : 0x4008ac3a PS : 0x00060735 A0 : 0x80089bb2 A1 : 0x3ffbf18...
by lewthomps
Thu Nov 23, 2023 1:41 am
Forum: Hardware
Topic: sending range data from 4 anchors to the tag and printing in serial
Replies: 3
Views: 4663

Re: sending range data from 4 anchors to the tag and printing in serial

I found the line that was causing the error int the example anchor code: // DW1000Ranging.initCommunication(PIN_RST, PIN_SS, PIN_IRQ); /* For ESP32 UWB or ESP32 UWB Pro */ #include <SPI.h> #include "DW1000Ranging.h" #define ANCHOR_ADD "86:17:5B:D5:A9:9A:E2:9C" #define SPI_SCK 18 #define SPI_MISO 19 ...
by lewthomps
Thu Nov 23, 2023 1:28 am
Forum: Hardware
Topic: sending range data from 4 anchors to the tag and printing in serial
Replies: 3
Views: 4663

Re: sending range data from 4 anchors to the tag and printing in serial

Thanks for the reply! I copied and pasted the tag and anchor example codes, but so far they aren't working. I'm currently getting this error message for the anchor code: Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1). Core 1 register dump: PC : 0x4008c2ae PS : 0x00060735 A0 :...
by lewthomps
Fri Nov 17, 2023 8:58 pm
Forum: Hardware
Topic: sending range data from 4 anchors to the tag and printing in serial
Replies: 3
Views: 4663

sending range data from 4 anchors to the tag and printing in serial

Hi All, I purchased 4 UWB WROVER boards and 1 UWB DISPLAY PRO board. I'm using the 4 wrovers as anchors and the display as a tag. I'm currently using this code: https://github.com/Makerfabs/Makerfabs-ESP32-UWB/tree/main/example/tag/uwb_tag_display. I want to send the range data of the proximity betw...