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...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hello,
I was wondering whether or not it's possible to achieve a data rate of 160Kbps using BLE4.2. According to what I have read on this nordic blog it should be feasable...
Hello!
I hope this question has not been asked before - at least I can't find it.
I do have an application with two vender specific services (128bit UUID's) and I want...
Hi,
i am doing ble_app_beacon code on nrf 52832 with sdk 11 and s132. the packet, its advertising should only be received by the device whose bluetooth address we are providing...
main.c ble_uart.hex
Hello,
I use nRF5_SDK_11.0.0_89a8197 and s130_nrf51_2.0.0_softdevice configuration to test the ble_uart program.
i use nrfgo Studio to load the...
Hi Nordic team,
I try to use SDK for Thread v0.10.0 cli example and run diag command, but it is disable as below
Could you tell me how to enable diagnostics module...
Hi,
I'm using nRF52840. I would use data length extension and set the MTU size to 247 when it works as peripheral. However,there would be some problem when it connect to...
Hi guys,
I want to know whether the provisioning beacon can relay by the relay node or not?
If not, when the unprovisioned device's radio is not in the range of the...
Hi Sir,
I'm studying the nRF52840-PDK, and i found there are two debug connector. One is Debug in connector (P18) and another is Trace connector (P25).
As check the...
Hi!
I am fully aware on how Eddystone works. Or at least I believe so. Sadly there is some weirdnesses when I am trying to broadcast using the Nordic SDK.
So what am...
Hello , ebery one
Please let me have a question about PCA 10040.
When you connect a USB cable, it acts as a virtual drive and if you copy hex format (such as Hart rate...
I'm trying to determine DFU_APP_DATA_RESERVED and FDS_VIRTUAL_PAGES.
According to this Q&A, DFU_APP_DATA_RESERVED must be the same FDS_VIRTUAL_PAGES, if FDS_VIRTUAL_PAGE_SIZE...
Hello,
I am using pca10040 and sdk 12.2.2. I want that my pca10040 should advertise for 10 sec then it should go to system off mode then it should wake up after 20 sec. My...