Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hello, a few days ago I was having trouble with RF performance on a custom PCB using the NRF51822. I posted here to get feedback and figure out where the design went wrong...
sdk : v8.1.0
os : ios
tool : nrf tool uart
use the ble_app_uart, it worked normaly. and add duf fuction in the application by the notice
[http://developer.nordicsemi...
Dear all
I found that the frontline BPA sniffer can't catch the connection data between Android5.1 or ISO and BLE device. Does this normal? How can I use the sniffer to...
Hello, I have to implement infrared sending and receiving of a modulated signal in pre-existing code.
I have managed to implement infrared sending thanks to the ble_app_uart_IR...
Hi!
I have creat two timer with app_timer_init.
start the first timer trigger every 4 ms, every 125 times(approximately 0.5 sec) to start the second timer which trigger...
I am having issues using the correct definition for the clock config:
for
nrf_clock_lf_cfg_t clock_lf_cfg = NRF_CLOCK_LFCLKSRC; SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL...
Hi,
I have very trivial question. I open the template program which is attached in SDK 11.0. In application timers start function I wrote the following code. The result...
I am only sending the local name in the BLE advertisement packet. Do I need to send the manufacture Id as well, even if there is no manufacture specific data that I need to...
Hi,
We are using the Experimental Bootloader example from nordic SDK 10. The project is a good example on how to check for authenticity and integrity of the update package...
Hi.
I'm doing a project of wireless sensor network. It is a small network of less than 6 elements, so I'll use piconet. I have ble_app_hrs working perfectly. But only with...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
In section 7.5.2 of the nRF24L01 Datasheet it states:
PTX enters RX mode and waits a time period for an ACK packet each time a packet is transmitted.
During this...
Not really a question, but I found a potential issue with the Battery Service module in ble_bas_battery_level_update() . This is in both SDK v10 and SDK v12.
The problem...
Up to this, we've been prototyping with MDBT40 module in our prototypes. We want to move to a completely custom PCB using the nRF51822 SoC for a number of reasons (space and...