Page 1 of 1
How can i update node without micro-b-usb pin?
Posted: Sat Aug 14, 2021 12:37 am
by cmh0818
Hi there.
I have a problem with LPS node.
we can't update LPS node because node micro usb pin was broken.
we can power that up with other pin. but connecting that to PC is impossible now.
Is there any other way to connect node to PC?
Re: How can i update node without micro-b-usb pin?
Posted: Mon Aug 16, 2021 6:37 am
by marcus
Hi!
If the USB is broken there's two options for upgrading the firmware, either via a USB-to-serial adapter or via SWD (debugger).
If you would like to use SWD you need an SWD compatible debug adapter that works with openOCD (like the ST Link V2) and our debug adapter kit to get the correct connector. The SWD connector is P1 on the schematic and once you have it wired up you will have to use a command line to flash new firmware (this will not work with the graphical UI for updating).
If you would like to use a USB-to-serial converter I would recommend a FTDI cable (note you need the 3V3 signal version, not the 5V signal version). The connector P3 is made for the connector on the FTDI cable. Note that this will not work with the UI utility for updating, you will have to use the DFU utils from command line. Also note that there's no protection for using the cable in the wrong direction, so make sure you connecting in the right way (pin 1 is marked on the PCB silk screen).
LPS node schematic
Re: How can i update node without micro-b-usb pin?
Posted: Tue Aug 17, 2021 8:06 am
by cmh0818
Thx for your help

and sorry i didn't post what i really want clearly.
I just want to change their(LPS nodes) Address and Mode.
you know, we can do that easily with LPS configuration tool.
Or if i connect node to arudino IDE than i can change their Address and mode.
like this.
and as you said, i can't use that UI tool right?
But I want to do some easy way.
Is there any thing to do that?
Re: How can i update node without micro-b-usb pin?
Posted: Thu Aug 19, 2021 1:00 pm
by tobias
Do you have access to a FTDI 3.3v cable? It is possible to re-route the com port to this port instead but it requires rebuilding the FW with this enabled.