Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
I need to calculate radio on time in IoT SDK but IoT softdevice don't provide ble_radio_notification (in sdk components) and nvic functions (don't have nrf_nvic.h in softdavice...
My scenario is I have an android device and 100+ advertising nrf52 devices. Is it possible android to receive/scan advertising packets (small) from 100+ devices which mean...
error occurs in nrf_delay.c of nrf52832
Because there are ASM in nrf_delay.h
nrf_delay.c:
#include <stdio.h>
#include "compiler_abstraction.h"
#include "nrf.h"
...
Hello,
I cannot find an example in the current SDK on how to use APP_UART. I do not want to use app_uart_fifo because it has quite some overhead that I do not need. All...
I am using nRF5_SDK_11.0.0_89a8197 to test esb maximum throughput.
in the macro definition of NRF_ESB_CREATE_PAYLOAD,
#define NRF_ESB_CREATE_PAYLOAD(_pipe, ...)
...
On the nRF51, there are 5 OVERRIDE registers (0-4) in the radio module.
What do those registers do and when should they be used? The FRM was not clear about them.
From what I can see the scenario where you have a serialized app running from a separate CPU and how to do firmware update on that is not discussed anywhere on the Nordic...
ToSendTONordic.zip
Hi,
I am using s130-nrf51822xxa. I tried GPIOTE example and it works fine. I tried ble_uart example and it works.When I try to combine both of them...
As of API level 21 BluetoothGatt#requestMtu can be used to go beyond the limit of 23 bytes GATT_MTU_SIZE_DEFAULT. Will the SDK support such enhancements one day?
In BLE notification i am getting 31 byte data but it comes in two packets 20 byte + 11 bytes continually.How do i get last 11 byte data which comes in 2nd packets after 2s...
Hi,
i want to test the Server feature of the Master Control Panel 3.10.0 together with a nrf51 Dongle. By pressing start under File->Server setup the server starts, but...
Hi I have problem with LFCLK timer. In os_tick_init() in RTX_Conf_CM.c there is a loop and it won't end.
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0)
{
Do nothing.
...