Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
I have a problem.
For example, I am using UART, and I had trouble printing everything when I used "app_uart_put ()" continuously.
My source is simple.
int...
Currently i am running a BLE project on the SDK 14.0.0_3bcc1f7.
And i would like to deploy the Nordic Mesh into it.
The Mesh that i am using is from the Tutorial, which...
MS76SF2_SCH_V12.pdf Hi,
I am using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM, NULL); for ble_Stack_init() because the off the shelf board (not from Nordic...
my company already have firmware with nRF51 and SDK11
recently, we made new Firmware
watchdog timer feature
so we modified application and bootloader
...
Howdy!
Before I break out the Segger JTAG, I thought I would try nRF Connect DFU upload. As I had a failure on OTA update there was not issue about being in DFU mode. However...
In this file: components/libraries/cli/uart/nrf_cli_uart.c
The function as defined:
static void uart_error_handle(app_uart_evt_t * p_event)
{
if (p_event->evt_type...
I have been trying to find a document referenced here 1 .
The reference reads as follows:
For more information on both modes, see sd_app_evt_wait and the nRF5 Series...
Hello there,
Finally received my 2 DK's after developing my other 2 custom PCBs and not knowing how to program them without the arduino IDE and now I'm struggling to program...
There seems to be a bit over a bug with the freeRTOS example. If you add the Scheduler to the BLE thread, Scheduler events will always be one event behind as there are only...
I am attempting to create a packet sniffer for an openthread application. I intend for it to run by sitting on the network and processing all packets with the coap_deafult_handler...
Hello there,
my goal is to wake up via NFC from POWER_OFF Mode (sd_power_system_off). Then right after the nfc wake up sending some information (e.g. UUID) via the NFC...
As a I2C master, I need to be able to read some data from a slave device the length of which I do not know beforehand. First byte I receive from slave is a packet type and...
Hi,
I want to estimate the battery life of my nRF52 device operating on a battery of capacity 800mAh. Device will advertise once in every 10sec with an advertising interval...
I print every 500ms. Here are the last few
timers:INFO:millis 510500, cnt 16728087
timers:INFO:millis 511000, cnt 16744474
timers:INFO:millis 511501, cnt 16760868
timers...