joric / nrfmicro

A Pro Micro alternative for wireless keyboards
https://github.com/joric/nrfmicro/wiki
The Unlicense
1.48k stars 128 forks source link

Some tips (soldering, rapberrypi pico with picoprobe software) #67

Closed madushan1000 closed 1 year ago

madushan1000 commented 1 year ago

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.