I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
Hi Nordic,
Background:
I am making some changes based on your 2 examples BLE_UART_central and BLE_UART_peripheral to make them talk together with the BLE connection...
I'm use freeRTOS by the nrf52832.But it only 1 channel uart,I need to two channels uart。if analog uart by GPIO,need to us delay.How to generate us delay?
I am debuggin using NRF_LOG over UART. Now I want to implement own UART functionality e.g. to configure the firmware. Is it possible to use the UART for both purposes?
Hi,
I am retaining a buffer for checking whether it is happening the first time after power on or not.
for the first time, I am keeping predefined values(2 for check initialization...
Hi,
I want to make universal AC remote, using nrf52840.
I have decoded IR codes of all AC remotes which have been decoded using IRremoteESP8266 library.
Since AC IR...
I have migrated sdk 15.3.0 to 17.0.0 to my project.
I changed some sdk_config and Makefile for the migration.
after compiling and flashing my device which is nrf528040...
Hi there,
I recently purchased some nRF52840 Dongles for evaluation.
I installed the nRF Connect SDK v1.4.1 and attempted to build a few of the sample projects using the...
Hii guys ,
I am using custom board bluetooth module based on nrf52 which is CBTMN10. I believe I am able to dump example code on my custom board bluetooth module using...
Hi
Is there a way to avoid entering a second time into bootloader mode, if the NRF_BL_DFU_ENTER_METHOD_BUTTON is still pressed after timeout?
I want to enter into the...
Hi,
I am developing a PC app to Buttonless OTA DFU a device(nrf52840) using BLE USB dongle(nrf52840).
1 . The device need a secure bootloader and the ble_app_buttonless_dfu...
Hi everyone,
I am working on the USB MSC example. I am able to create files and perform read and write operations.
Now what I want is to check if there is a FAT volume...
Hi ,
I'm use TWI scanner in nRF5 SDK v17.0.2 . I want to read the value of BM1383AGLV via TWI.
Now I could read the value in a infinite loop , but it is so fast . So I...
Hi Nordic tech support team,
I am currently testing DFU in my custom board (DWM1001) with secure bootloader and buttonless DFU. I was able to completely test the secure...
Hey,
I have configured 2 Thingy 52s , 2 nrf52840 Dongles and 1 nrf52840 Development Kit in a Mesh using Mesh Android Application
I want to create a Blinky type application...
Hi,
I am trying to do dfu in nrf52832..i made a zip file containing (app+bl and sd).the size of zip packet is 530 kb but the application space in nrf52 is only 328 kb..while...