I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hi Nodic:
I use the PCA10028 V1.2.0 board , and use "nRF51_SDK_9.0.0_2e23562" SDK, ..nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart\pca10028\s110\arm5_no_packs...
Hi,
In SDK11 I was able to update advertised device name without restart, just handled write on the characteristic and update advertising data (through a second call to...
I'm going through pin_change_int example and can't understand how we tell controller where locate the function for our event.
Probably it occures in channel_port_alloc that...
I'm trying to communicate with an EEPROM chip using SPI. When I run under the debugger, the EEPROM doesn't respond; without the debugger running, it seems to work fine.
...
Hi everyone
I am working with nrf51822 sd 110 v.7.1
If I change from XXAA to XXAC, do I have to change the IRAM settings? If yes, which are the correct settings?
...
Hi ,
I have 2 nrf51 dongle compiled with a code which can scan and advertise ibeacon constantly. Whenever receive advertisement packet from each other , they are able to...
I think similar to but not exactly this question: devzone.nordicsemi.com/.../
Can I get a quick clarification here....
I'd like to encrypt the zip data / application...
Hi everyone,
Somebody knows if its possible and how to configure a Pin code to establish the connection between the nRF51 peripheral and a phone as a central?
Something...
Hello,
The nRF51824 was announced over 3 months ago, is there a datasheet/product spec available anywhere?
My main curiosity is whether the power efficiency has changed...
Hi,
I'm trying to compile a boot loader for the nrf51822. I've downloaded the SDK from the website, and looked at the boot loader example. However I don't see an arm gcc...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
Through a few days of studying, I now decided that: (please correct any statements I said wrong below)
The BLE is more friendly to object oriented programming
...
I've been a little out of the loop. Can someone explain how this "drag and drop" DFU is working? And in what method iTunes is being used!?
Best I can figure iTunes is being...
Hello everyone. I am having problems using the interrups when a bootloader is programmed on the chip. My test program works fine when there is no bootloader. With the bootloader...