Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
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,
the default board of the homekit SDK is PCA10040.
I want to run ble_hk_doorlock_static demo on board PCA10056 , What changes should I need to do?
tool-chain :...
I am currently trying to minimize radio noise when collecting data via the ADC, on a custom board powered by a battery (when the radio fires, it introduces a lot of noise...
Hi team,
My customer wants to apply Serial DFU in their product, but when they are developing with SDK13, they find our release notes with:
** DFU ** - Added support...
Hi I'm porting an existing project from nrf51 to nrf52810 and trying to configure the UARTE EasyDMA to handle serial reception.
We have serial messages of variable length...
Hi DevZone,
Is there an example implementation in SDK15 using Crypto-Frontend and Soft-Device together? I have been trying for days to merge two examples (tried to import...
Please tell me the setting range of the following parameters
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection interval (20 ms...
Hi
I am running saadc battery measurement using the refernce code.
When I run the adc_configure() I have about 500uA consumption
then According to this thread I run...
Hi,
we are using BL600-SA in project,we want to configure ADC input Channel,In datasheet not able find the which channel number assigned to pins cleary,if we want to configure...
Hello everyone,
I'm facing difficulties trying to make SPI List work on the nRF52840. I'm using SPI1, clocked at 1M. START task is triggered via a GPIOTE event with PPI...
Hello,
I had a look at the brand new mesh 2.0 SDK, this looks very promising. I've been looking for some protocol description for the GATT connection to do the provisioning...
is there an expected release date for the soft device that supports the full bluetooth 5 specification including extended advertising beacons using a coded PHY with S=8(125...
When using nrf scanner to detect my beacon why BLE device name shown is 'N/A' , that field is designed for what? How can I change use ubuntu 'bluez' library? Thanks!
Hi, we are looking into the throughput example provided in the SDK 15.0.0 for evaluating Long range, and want to send simple strings between two devices. Are there anyway...
Hi,
I'm trying to debug the Thingy52 by using the nRF52840DK as a debugger and using Segger Embedded Studio as an IDE on Windows 10.
I have two issues.
1. I have tried...
Hi!
I'm trying to access app_uart.h and i added the file into project but still it is saying app_uart.h not found as shown in below image. Do i need to add path any where...