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...
Hi,
I'm trying to get the actual connection interval used between my nRF51822 device and iOS device.
I have read this article , but I cannot get it worked.
I used sd_ble_gap_ppcp_get...
Hi,
I want to disable the softdevice (S110) in order to use the "flash_page_erase" and "flash_word_write" functions. But, when the sd_softdevice_disable() is called I get...
Hidden in the guts of this answer is:
Please be noted that not all central
stack have full support to
automatically discovery secondary
services (e.g S120 stack)...
In the code for the bootloader in dfu_dual_bank.c and the function dfu_init , I currently get an error code on timer start: 4 ( NRF_ERROR_NO_MEM ).
err_code = app_timer_start...
The device name is set in the usual way at the start of gap_params_init():
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,...
Hello,
I am new to BLE profile development. I searched in web but could not find out a useful guide for this in terms of actual implementation(coding). It is seen that all...
Why is the "old" EK "not recommended for new designs"? Will the old EK work with the IOT SDK?
(Maybe it is chip rev dependent? I don't have the my EK on hand so I don't...
Hello,
I have purchased a Intel Galileo Gen2 (x86 Arduino) and RedBear BLE shield v2.0. The Arduino IDE I use is Intel's version. I have imported the corresponding libraries...
The application uses bsp_button_is_pressed() but this device has no buttons. This results in err_code set to NRF_ERROR_INVALID_PARAM and subsequently a system reset during...
As previously reported for SDK 7.0.1 here , the documentation for SDK 7.1.0 in:
API Reference/nRF51 SDK/Peripheral Drivers/GPIO and GPIOTE
is missing all info about...
I can't find documentation for the HAL functions in the latest 7.0.1 SDK
Specifically the functions in nrf_gpiote.h
C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Drivers...
Hi,
We are in the process of creating our 2nd pass boards with following components to achieve good RF range>20 meters.
JOHANSON 2450BM14E0003 and SMD Chip Antenna 2450AT18B100...
I have met a problem in communicating with nrf8001.
After reset nrf8001, RDYN is low which means it has something to send. Then I pull low of REQN and start receiving data...
Hi,Nordic:
I use an STM32 to communication with nRF51822 through SPI, and i set the STM32 to master,the nRF51822 to SPI slave, 51822 works as SPIS.
When STM32 send a...
Hello,
I'm working on a custom board based on nRF51822, with keil 5.12 and a segger jlink. I'm trying to setup an SPI connection with the an accelerometer, starting from...