Uncategorized

UWB Tracker

0

Q: Identify components in a circuit

Principe MestizoI am analyzing whether or not to buy a module. I bought this one and it works fine (with Arduino): makerfabs.com/… But, I’m seeing if this can be a replacement because it’s smaller: es.aliexpress.com/item/… Can you help me identi…

pcb hardware

tlfong01

tlfong01

6962

(1) The board seems to be a version of esp32, with special a feature UWB. If you don’t need the special feature, of course you can use a smaller esp32 without the chip for the special feature. (2) Esp32 is a mcu like Arduino, and can be programmed in a couple of languages, including MicroPython.

References: (1) ESP32 UWB Module – ESP32 Indoor Positioning Solution with Ultra Wide Band – 10,104 views, Nov 8, 2021 youtube.com/watch?v=uj68drAjIRo&t=3s

Principe Mestizo

Principe Mestizo

153

I am looking for a replacement for the 1st, a smaller one (because I already have the 1st with me and it works fine), so I think the 2nd is the solution. If it works with Arduino then yes it is my solution, how do you assure me? Is it a generalized and very common component? What’s it called?

When I say “the 2nd” I mean the 2nd link: es.aliexpress.com/item/1005002284315770.html

tlfong01

tlfong01

My apologies. I did not read your question too carefully. So what you want to know is if Arduino can work with DWM1000?

Principe Mestizo

Principe Mestizo

No. I want to know about this module. What components does it have? I want to know if that have an Arduino compatible microcontroller or not. aliexpress.com/item/1005002284315770.html

tlfong01

tlfong01

6962

Well the component is DW1000, it can talk to ESP12, NodeMCU, mostly likely esp32, but not sure also with Arduino or compatible MCUs. Perhaps we can google for more info.

UWB BU01 DW1000 Indoor Positioning Module DW1000 NodeMCU-BU01 Development Board – US$13+
es.aliexpress.com/item/…

And first thing first is to read the datasheet:

DW1000 datasheet – Decaware
decawave.com/sites/default/…

DW1000 talks SPI, so any MCU talking SPI should be able to control it.

And the summary:

user image

This is the product sheet and interface details for the ¥30 BU01 (DW1000):

DWM1000 UWB BU01 – ¥30.00
item.taobao.com/…

And DWM01 SPI is pretty standard 4 wire:

user image

Ah, locking down lunch time. See you later. Cheers.

1 hour later…

tlfong01

tlfong01

6962

yst 14:57

The module pinout seems to be simple to wire.

user image

7 hours later…

tlfong01

tlfong01

6962

yst 22:21

So now I have a rough idea of how any MCU speaking SPI can interface with DW1000. However, I know DW1000 is a very complicated device, and the toy you bought is using the very powerful ESP32 controlling DW1000. One confusion is that the Arduino IDE with target MCU ESP32 is used to develop the ESP32 + DW1000 board. (Yes, Arduno libraries are used application, not the development of the board.)

I then googled around to get a feeling of how complex it is to do what you hope to do, ie, finding a MCU, Arduino or otherwise, to talk to the DW1000. I came across the video by PlayfulTech:

(1) Ultra Wideband Realtime Location System using ESP32 and Unity – PlayfulTechnology, 2022jan27, 5,438 views
youtube.com/…

The above 48 minute video actually convenience me that what you hope to do is very very complex, not at all for newbies. I would suggest you to watch the video and see if you agree with me.

The below are two more useful references:

(2) Home Blog Makerfabs IoT ESP32 UWB Indoor Positioning Test – December 22, 2021
makerfabs.cc/article/…

(3) Makerfabs ESP32 UWB Indoor Positioning Test 2,365 viewsDec 20, 2021
youtube.com/…

I am taking a break here. Perhaps you would like to watch the video and skim the references and make any comments or suggestions.

Locking down bed time. Call it a day. Happy learning. Cheers.

13 hours later…

tlfong01

tlfong01

6962

11:02

@PrincipeMestizo This might be the answer:

Qorvo DWM3000EVB Unboxing – Locate Objects in Real Time with Ultra Wideband – Symmetry Electronics 2021jun23
youtube.com/…

3 hours later…

tlfong01

tlfong01

6962

14:21

And in case you wish to know more about UWB, let Gary Explains:

Understanding Ultra-Wideband (UWB) in the iPhone and Android – Gary Explains, 2020sep09 39,165 views, 260K subscribers
youtube.com/…

tlfong01

tlfong01

6962

14:31

And to learn something by making something, you might like to consider consider the DIY UWB tracker:

UWB Tracker – Cybercom Group, 2017jun20, 13,296 views
youtube.com/…

Categories: Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.