Interfacing with DWM1000
Posted: Tue Sep 26, 2017 3:51 pm
Hi
I am trying to interface ESP8266 WeMos D1 Mini to DWM1000 in Arduino. Has anyone successfully implemented this before?
I am using the Decawave DWM1000 Wayne Breakout Board for this.
https://www.oshpark.com/shared_projects/95789Glk
My Pin connection is as follows:
DWM1000 Breakout Board - ESP8266 WeMos D1 Mini
RST - RST
3.3v - External 3.3v LM2596 1A
GND - GND
IRQ - D1 (330 Ohm in parallel to ground)
CLK - D5
MISO - D6
MOSI - D7
CS - D8
I am trying to interface the DWM1000 using SPI. Here is the code (arduino-dw1000 by thotro)
https://github.com/thotro/arduino-dw100 ... tyTest.ino
Here is the error message i am getting:
Any pointers please?
Thanks
S
I am trying to interface ESP8266 WeMos D1 Mini to DWM1000 in Arduino. Has anyone successfully implemented this before?
I am using the Decawave DWM1000 Wayne Breakout Board for this.
https://www.oshpark.com/shared_projects/95789Glk
My Pin connection is as follows:
DWM1000 Breakout Board - ESP8266 WeMos D1 Mini
RST - RST
3.3v - External 3.3v LM2596 1A
GND - GND
IRQ - D1 (330 Ohm in parallel to ground)
CLK - D5
MISO - D6
MOSI - D7
CS - D8
I am trying to interface the DWM1000 using SPI. Here is the code (arduino-dw1000 by thotro)
https://github.com/thotro/arduino-dw100 ... tyTest.ino
Here is the error message i am getting:
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(7,6)
waiting for host
Any pointers please?
Thanks
S