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 am using a custom board that contains a nRF52832 device. The board has the SWDIO and SWDCK lines connected, which I have successfully been using to flash and debug...
I'm migrating to the new 13.0.0 SDK and I'm wondering what are the benefits of using nrf_serial over app_uart (if any) and what steps I would need to take to switch over if...
I have successfully manged to achieve serial communication between my PC (Windows) and nRF52 board by using the pc-ble-library and the pc-ble-library-js .
I can run without...
Hi, I updated nrfutil to use in new sdk 13, but when I type "nrfutil pkg generate --help" I can't see the code for Softdevice S132 v4.0.2 (0x98) as indicated in this guide...
I have done erase all thing.
But in the second step, I am getting following error.
nrfjprog --program s132_nrf52_3.0.0_softdevice.hex
ERROR: The --family option given...
Hello,
I'm following the steps listed in the nRF5_IoT_SDK documentation and would like to connect the nRF52 to my Raspberry Pi 3 router. I have the RPi3 enabled for 6LowPan...
Hi,
I have exactly the same problem as in question devzone.nordicsemi.com/.../
but I can't find the solution.
When I erase all from memory, debugging works. If I flash...
Hi
We have been able to set LE authenticated payload timeout via the following functions:-
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout.conn_handle = ValidHandle;...
Hi there,
I am currently using nRF52832 to communicate with a digital sensor ship. The sensor chip generates an interrupt every time when data is ready to read via SPI...
Hi,
I would like to comment that your documents and files are not arrange in the proper order. Kindly please give attention in order to arrange the documents and files...
Hi,
My NRF52832 runs into the hardfault handler when the sd_ble_gap_conn_param_update() function is called.
I copied the BLE code from the ble_app_template_pca10 project...
Hello,
The Infocenter SDK documentation provides the memory layout used by different SoftDevices: infocenter.nordicsemi.com/.../lib_bootloader.html
Is it possible to use...
Can i process coap and adc data on nrf51 board , so that, based on that system will take decision like turning on/off fan or light etc?,if yes then what is the code and can...
I am confused about the lack of softdevice information for the Gazell examples. I am looking at SDK 10 now having first tried SDK12 before deciding to stay with 10.
As...