You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the socket, I used these (24 pin wide version) works okay, will have to cut off some plastic when I attach a battery though. They're a lot cheaper than anything else I could find.
For flashing the bootloader, you can also use a rapberrypi pico with picoprobe firmware. This command line will work on ubuntu. openocd -d2 -f interface/cmsis-dap.cfg -f target/nrf52.cfg -s tcl and then follow the guide in the wiki.
The text was updated successfully, but these errors were encountered:
I recently built a couple of nrfmicros. I'll share some tips someone else might find useful.
I used a cheap hot air gun(25EUR) and low melt solder paste. It was really easy than trying to use an iron.
For the socket, I used these (24 pin wide version) works okay, will have to cut off some plastic when I attach a battery though. They're a lot cheaper than anything else I could find.
For flashing the bootloader, you can also use a rapberrypi pico with picoprobe firmware. This command line will work on ubuntu.
openocd -d2 -f interface/cmsis-dap.cfg -f target/nrf52.cfg -s tcl
and then follow the guide in the wiki.The text was updated successfully, but these errors were encountered: