728x90
nRF52 pc-ble-driver-js를 이용한 DFU 예제
===> 생산용 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 프로그램을 만들 수 있다.
728x90
'개발 이야기 > nRF 노르딕 개발' 카테고리의 다른 글
Jlink V8 펌웨어(시리얼(SN) 번호 있는 파일) 다운로드 방법 (0) | 2020.09.02 |
---|---|
nRF52 TOTP(Time-based One-Time Password) 소스 코드 (0) | 2020.09.02 |
nRF52 DFU Bootloader로 외부 MCU 업데이트하는 방법 설명 (0) | 2020.08.31 |
nRF52 Secure Bootloader 용 DFU 패키징 하기 (0) | 2020.08.31 |
nRF52 DTM(Direct Test Mode) 사용하기 (0) | 2020.08.31 |