Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
The test code:
#include "nrf51.h"
int main(void) {
NRF_CLOCK->LFCLKSRC = 0UL; // Internal 32kHz RC
// Start the 32 kHz clock, and wait for the start up to complete...
Hi,
I have downloaded "mastercontrolpanel.3.7.1.8567.x86.msi" and try to install on windows xp of my intel core2 laptap. But it failed with prompt like "not a valid windows...
This question devzone.nordicsemi.com/.../ reports the fact that the driver cannot be used twice without manually pin reseting teh BLE dongle.
But there is another problem...
Hi Team,
I am using nRF51 DK as packet sniffer to sniff packets between Mobile and other device.
Why it captures only advertising related packets?
After successful connection...
Hi there,
If I try to store a global variable in flash I can't store it. But when I declare this variable in the main function I can store it in flash. Can someone tell...
Hello all,
I saw their was a new update for the nRF518-SDK and I was wondering how I should update this in Keil. Is this just a simple replace folder? Replacing:
...
I inherited an ANT/BLE nRF51422 project a couple of weeks ago.
It used SDK v6.1.0 and S310 SoftDevice v1.0.0
At the time, I'm sure that the SoftDevice download said...
I'm attempting to troubleshoot problems between dev teams. One team is having some issues & I notice that their binary is slightly larger when built from exactly the same...
I am trying to use the laird BL620 module not for the smartBasic, but to run my own firmware.
I have just set it up, connected to my old segger JLink debugger.
In Keil I...
Press the Connect button on the Smart ponaep NRF Uart V2.0 recognizes the page reongil signal
Disconnect state, allow to boil for your smartphone to wait about 20 minutes...
I am pretty new to the nRF51822 in the firmware side. I have been doing hardware design for many years but need a little help getting started with firmware.
Does anyone...
When the bootloader in SDK 8.0.0 checks whether the application is valid, it only computes the CRC for the application if the CRC in the bootloader settings for that bank...
Hi,
I try to make characteristic broadcasting through advertisement data packets.
Added these codes below, but no yet work. Is there any example for this work ?
char_md...
SDK v8 release notes specifically state that there is no S310 support. Are there plans to support the S310 soft device in future SDK releases or are you discontinuing the...