Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
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.
...