OpenSK icon indicating copy to clipboard operation
OpenSK copied to clipboard

NRF52840 moduł RF E104-BT5040U

Open Firemanpl opened this issue 2 years ago • 8 comments

Expected Behavior

This board on aliexpress NRF52840 moduł RF E104-BT5040U

Actual Behavior

Wsl doesn't recognize DFU mode. I was pressed resset and was plug into usb. I trying with VirtualBox with xubuntu ans WSL also and result is the same. image image

  • Platform: DFU

Firemanpl avatar Jan 06 '23 13:01 Firemanpl

image image

Firemanpl avatar Jan 06 '23 14:01 Firemanpl

Ok I solved you need to set permission to serial:

sudo chmod 666 /dev/ttyACM0

Firemanpl avatar Jan 06 '23 14:01 Firemanpl

HEH not respond when plugged into usb after flashing. AWWW. Yes this is it what i expected. I guess that i bricked it. All leds not respond and doesn't see device.

Firemanpl avatar Jan 06 '23 14:01 Firemanpl

AGC_20230106_155613963 AGC_20230106_155552874 Uploading AGC_20230106_155543957.jpg…

Firemanpl avatar Jan 06 '23 14:01 Firemanpl

I ordered DAPLINK. Might have something to do with it yet.

Firemanpl avatar Jan 06 '23 15:01 Firemanpl

AGC_20230106_160025657

Firemanpl avatar Jan 06 '23 15:01 Firemanpl

This E104-BT5040U is a pca10059 clone. you can use jlink or other link flash uf2 bootloader first:

JLinkExe -If SWD -Speed 128 -Device NRF52840_XXAA
loadfile pca10059_bootloader-0.8.3_s140_6.1.1.hex

then build a nrf52840_dongle_dfu opensk firmware. It works.

syabyr avatar Feb 06 '24 14:02 syabyr