Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi,
If I have a custom board with the NRF51822 operating at VDD=2.4V, would it be possible to program the part using Segger JLINK Lite programmer that comes with the dev...
I am attempting to update the firmware on a DFU V1 device using javascript inside of a cordova app. Due to the time it takes to roundtrip the write response it is going to...
Hello again,
Edit:
I am now only getting these 4 errors after enabling the clock in the nrf_drv_config.h file
I may be able to track down the problem myself if someone...
Hi,
I'm trying to get NFC working on a PCA10040 dev board. Using the nfc/record_url hex file it works fine, so the hardware is obviously ok.
However, when I use the...
I need to save data to flash on an nRF51422. I already have same basic thing working on an nRF52, so I figured the same API calls would work, but they don't. My main symptom...
I have an application that bonds to mobile devices and encrypts the connection on both Android and iOS. What I am noticing though, is that after each time I use the DFU to...
I want to stop advertising for 8 hours
but when I use
sd_ble_gap_adv_stop();
sd_ble_gap_connect_cancel();
It starts advertising after 1 or 2 secends again.
I think...
Hi,
I followed the tutorials shown below:
infocenter.nordicsemi.com/index.jsp
I downloaded SDK v11.0 and loaded S130 SoftDevice on my nRF51 DK. I use Keil uVision 5...
I am working on a bootloader for a client. I’ve been looking at the DFU example that Nordic has. The BLE version of the DFU needs to have the special format using the “nrfutil...
hi:
I use bootloader example of sdk 9.0.0 ,most cases worked fine, but I got gatt error sometime when I begin DFU. I had changed the dual_bank_ble_s110 into sigle_bank_ble_s110...
The nRF51 reference manual says that GPIO PIN_CNF registers are retained registers and that "a retained register is a register that will retain its value in system OFF mode...
Hi,
I'm trying to add second service on the fly, while SD running. After adding it, I'm trying to send service changed notification, but it don't work. Below is code used...
Hello.
I test nrf51822 central and peripheral.
I want to change radio channel frequency about nrf51822.
I test source code as below.
nRF51_SDK_10.0.0_dc26b5e\examples...
there is an error on softdevice on src\ll_adv.c on line of 659 . what is the reason?
this is my adv init
#define DEVICE_NAME "navid" /**< Name of device. Will be included...