Hello, we are trying to establish a serial connection between a DWM1001-DEVkit and an ESP32-WROOM-32UE. The goal is to have these two work as a receiver/transmitter pair (the DWM will receive data and will pass that received data to the ESP which then transmits it via wifi).
It only describes a serial connection between the DWM and a Raspberry Pi, but we would like to connect the DWM directly to the ESP. Do any guides exist which address this issue specifically?
Hi @JJennings
you can connect the DWM1001 to ESP32-WROOM-32UE without any problems. Is it not just limited to RPi.
Note: You are mentioning Firmware user guide and Quick start gateway development guide - these guides are related to the PANS Firmware. For PANS the bridge can be realized only with Raspberry 3B version (and it uses SPI interface). However AN/TN can be connected to the ESP32.
Hi @arpitpatel901
what do you need to know more - the AN/TN does have universal interface’s UART/SPI with binary API. So you can connect them to any host MCU.