Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
As I create my first 'profile document', it would be nice to read over some examples. My only knowledge of this document comes from nAN-36, section 2.2.2.5 :
A profile...
Hi
in the SDK 7.1 examples, there are examples about how to use the hardware peripherals, and examples on how to use the BTLE stack, but nothing combined.
How do I combine...
Hello, I've started bluetooth development with nRF51 DK since yesterday.
My devlopment platform is KEIL-MDK(v5)
Yesterday, I just tested my board, download the blink...
I have an nrf51 dev board which i can currently connect to an android phone and read data from. I would like this board to be able to scan for other BLE devices and send data...
While attempting to understand why my S120 v 1.0.1 application aborted in:
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, assertion_handler);
producing:
ASSERT...
In regard to the following functions
uint32_t sd_nvic_critical_region_enter ( uint8_t * p_is_nested_critical_region )
uint32_t sd_nvic_critical_region_exit ( uint8_t...
Hello, from looking at the GCC linker files I take it that S120 softdevice doesn't support using the full 32KB RAM of the new nrf51422-xxac devices. Is this something that...
Hi, I have written a simple program to calculate the number of retries with nRF24L01+.
On transmitter side, maximum number of allowed retries is set at 1. The transmitter...
Hi all,
I am a beginner with nRF24LE1, when I want to code some examples using GPIOs, I find that it's difficult to understand the PxCON register function. Whether I configure...
I am using the usb port to download an example project to the NRF development kit board, with Keil4. Somehow it keep telling that "No jlink device found", in Keil, the project...
I'm designing my own pcb with a IMU and nRF51422 but i confused,
What's the best choice, LDO, DC-DC or external regulator configuration if I'll use a cell coin?
Someone...
Hi,
We bought new some new nrf51822 beacon boards to get latest revision HW. Then upgraded Keil uVision to latest 5.13 and installed SDK 7.2. However I can't get anything...
I would like to use a network of nine nRF24L01+ nodes {n0, n1, ... n8} in following topology:
n0 has bi-directional links with n1, n2, n3 and n4;
n1 receives from...
Hello,
i'm using nrf51422 with gazell protocol.
Here is my interrupt on success code
void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info...
Hi,
I'm using two STM32F407 discovery kits with one nrf24L01+ module attached to each kit.
Here is my common init code (common for both Tx and Rx):
RF_Init(); /*...