Power supply (installation)

Hello,

I’m trying to install anchors and the manual says that the power supply should be from 2.8V to 3.9V, is that right?

When I connect it to the computer’s USB, the anchor is supplied with 5V, right?

What is the correct power supply via the micro USB connector?

My installation will use long cables for the anchors.

Should I use a 3v or 5v power supply?

Thank you very much.

Diogo Figueira

Hi @DiogoFigueira
what do you use as an anchor? If you are using the plain module (DWM1001C) then you need to power it via proper power supply - I will strongly recommend to use +3.3V.

If you are using MDEK (DWM1001C-DEV) and if you power it via USB then you can normally use the +5V power source.

Cheers
JK

Hi JK,

I’m using anchors that came in the MDEK1001 kit.

So can I use +5V power source?

Thank you very much.

Diogo Figueira

I am using batteries which are 4.2V fully charged. Could I encounter problems in the future?

@Rass
do you use the DWM1001C or DWM1001C-DEV?

The DWM1001C-DEV can be powered via 4.2V, but you need to take in account that the STM32(segger) chip is powered and it consumes some energy.

Cheers
JK

Is it possible to bypass the STM32? I am using the DEV board and the factory battery connector on that.

@leapslabs as far as I am aware, the DWM1001C-DEV board runs with a nRF52832 chip, doesn’t it?

The only STM based chip I can find in the datasheet) is the motion sensor.

@Rass if we are talking about the nRF52832, there is no way to “bypass” it, as it is the controller that controls the DW1000 chip. Same goes for the motion sensor, as it is placed on the same pcb as the rest (the DWM1001). You could however use the raw DW1000 chip with your own microcontroller.

Kind regards
Fhilb

1 Like

hah, ok, thanks for answering my stupid questions :smiley:

nRF52832 is probably what I am seeing consuming 0.2-0.5 mW between the TWR frames

That’s not too bad.

One thing is still not quite clear actually: It’s ok to power the DEV board with 4.2V but not the DWM1001C directly. But if I desolder the 6 jumpers on the board, doesn’t it become DWM1001C?

Or the power goes through the nRF52832 chip and then to dwm1001c?

Hey Rass,

the DWM1001-C itself is a board that should make development easier by combining the DW1000 chip with the nRF52832 as a microcontroller and a motion detector. All that is placed on a single pcb (see the following picture).
DWM1001-DEV-163x160

The rest is part of the DEV board, which includes a USB interface, J-Link, custom buttons, LEDs, etc.

I actually don’t exactly know what 6 jumpers you are talking about, so I can’t tell if it would work the way you want it to work.

One thing I might want to add is that the power consumption between the TWR frames could also be partly explained by the DW1000 itself. You can check out this application note (chapter 5) to see how the DW1000 chip still draws some power even in deepsleep mode.

Kind regards
Fhilb

1 Like

Gotcha,

it was not clear to me if this nRF52832 is on the dev board or on the dwm1001-C.

The jumpers I was talking about are solder bridges actually, sorry : x

image

Oh I see!

Yeah, it really isn’t that clear if you don’t also check the DWM1001 datasheet itself :slight_smile:.

Regarding the jumpers, it seems like it disconnects the J_LINK interface between the USB Micro port and the chip itself, resulting in less power consumption as no current can leak towards this interface. Other than that, the interface gets its power by the USB Micro port.

If you check out chapter 8 of the same document (DWM1001 Module Development Board Datasheet) you get some more explanation towards what those jumpers actually do.

Long story short: By desoldering those jumpers, you would only disconnect the J_LINK interface from the chip, but that does not mean that you have a raw DWM1001-C.

Sadly, I don’t have one of these modules at hand right now and none images I could find were high quality enough, but there is a high propability that one of the pcbs components is a voltage regulator, which would allow you to use a higher voltage range than the DWM1001-C would allow.

PS: I’d recommend you to text me further questions in private or open a new topic, as the original question asked by Diogo got answered a while ago :wink:

Kind regards
Fhilb