본문 바로가기

개발 이야기/nRF 노르딕 개발

nRF52 DFU / 생산용 DFU 프로그램을 만들어야

728x90

 

nRF52 pc-ble-driver-js를 이용한 DFU 예제

https://blog.naver.com/PostView.nhn?blogId=chandong83&logNo=221784143334&categoryNo=119&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=postList&userTopListOpen=true&userTopListCount=20&userTopListManageOpen=false&userTopListCurrentPage=1

 

nRF52 pc-ble-driver-js를 이용한 DFU 예제

작년 10월부터 시작된 BLE 관련 개발이 거의 막바지에 들어섰다. 해외기업과 개발하다 보니 여러가지 이...

blog.naver.com

 

 ===>  생산용 DFU 프로그램을 만들어야 해서 좀 찾아보니 여러 가지 방법이 보인다.

1. USB Bluetooth Dongle + pc-nrf-dfu-js 조합

2. nrf52840 Dongle + pc-ble-driver-js 조합

===>

 

1. https://github.com/NordicSemiconductor/pc-nrf-dfu-js

2. https://github.com/NordicSemiconductor/pc-ble-driver-js

 

==> https://github.com/NordicSemiconductor/pc-ble-driver-js/releases/

 

* 최종정리 깃허브: https://github.com/chandong83/pc-nrf-dfu-example-js

 

이제 electron과 같은 크로스 플랫폼으로 껍데기를 씌어주면 나만의 DFU 프로그램을 만들 수 있다.

https://www.electronjs.org/