Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi everybody,
This is my set-up : nRF5_SDK_13.0.0_04a0bfd, Eclipse 2019 03 IDE, NRF52832_xxAA, s132_nrf52_4.0.2_softdevice, windows 64 bits, NRFConnect 4.22.3, JLINK RTT...
Hello,
we have to integrate the nrf9160 into our own company internal build system / eco-system (freeRTOS based), e.g. not using the complete nordic sdk. As a starting point...
hello,
Now i want to adv only with 37 channel, i want to use SDK15.0.
i add m_adv_params.channel_mask[x] in advertising_init() as:
static void advertising_init(void...
Dear Sir:
I have met a strange problem when using ble_uart example code on SDK 10
1. SDK Version is SDK 10
2. Chipset is Nrf51802
3. the board with no external 32...
Hello Nordic Team, We are using nRF52840 ble chip with S140 nordic stack and SDK 15.2.0 on the SEGGER IDE installed on the Windows OS. We want nRF52840 chip to detect surrounding...
Hi,
I'm working on a project where I need to use an RNG.
I worked with the nrf_drv_rng function with previous SDK but in the latest SDK (15.3) the is nrfx and nrf drivers...
I've been chasing my tail trying to figure this out, and thought I'd have better luck making a post instead. I could REALLY use your help! If you can merely point me in the...
Hi, Considering the new Bluetooth spec. 5.1 and in particular the direction finding feature in the AoA architecture I am wondering if both the devices: the LE transmitter...
Hi, I want to create one system. When master writes data of Nordic, I receive callback with BLE_GATTS_EVT_WRITE case. Here I want to write return to master with success/ failure...
I have just started developing my first bluetooth application and came across an hardfault during softdevice handles the Radio Interrupt. Since I'm fairly new to bluetooth...
Hi Support Team,
In new PS v1.1, two more capacitors are drawn in reference circuitry, Why are they needed? And how to tune these four capacitors (CT1, CT2, CT3 and CT4...
Hi everyone, I have two PCA10056 and I would like to use one as sniffer but the nRF-sniffer-V2 doesn't support this board. The subject has already been treat in this post...
Hello
System:
Windows 10
nRF Connect v2.6.0 and Bluetooth Low Energy v2.2.0
Python 2.7.13
After some research I didn't find any examples of bonding with pc-ble...