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,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
dear all
When I use QSPI to operate external flash and mount a FatFs file system, when I use RC = FS_ open(&file, fname, FS_ O_ CREATE | FS_ O_ WRITE); When creating a file...
Hello DevZone,
For my project I have a number of pins generating interrupts from different sensors.
I've read that GPIOTE IN events consume a bit more current than the...
nrf_mesh_config_app.h at the generic level mesh example contains constants like DEVICE_COMPANY_ID, DEVICE_PRODUCT_ID and DEVICE_VERSION_ID . I've expected those values to...
I try to build your an example Smart Remote 3 nRF52 v1.2 in Keil v5.34 and I have some errors.
In the case of nRF52832_xxAA (Target: PCA63519-SR3_nRF52832_Shield) I have...
Hi,
I'm a beginner trying to understand BLE extended advertising. I have modified the peripheral/ble_app_beacon example to broadcast extended advertising packets with PHY...
Hi,
I am transmiting extended advertising packets and I want to set the flags on the extended header as specified on the bluetooth core specification (v5.3) page 2691 (photo...
I am following the Getting Started directions here: https://www.nordicsemi.com/Products/Development-hardware/nrf52-dk/getting-started#infotabs
Steps 6 and 7 do not work...
I am currently using the power profiler kit ll to see if it is suitable to run power consumption tests in our automatic test system. I am using the python API from https:...
Dear community,
I'm using BM833A chips which contains a nRF52811 nordic chipset. I use a S140 softdevice, for both, beacon sender and central.
I have configured both to...
Dear Sirs,
SDK: NCS version 1.6.0
Board: nrf5340 DK
IDE: SES Nordic Edition V5.50c
Compiled in application core cpuappns
I am a beginner with nrf programming...
Hi all,
we use nRF Connect for Desktop Programmer tool for flashing nRF5340 at production plant. Our Regulatory Affairs & Quality Assurance dept. is asking for a validation...
Sometimes the Power Profiler App does not display the average current and charge values for the Window (see screen capture, below). The values are displayed while the capture...
I'm working on a program using the ble_peripheral/ble_aapp_uart project. While testing the program, it was confirmed that the connection was disconnected after 1 minute 35...
Hi ,
I tried to use the sample code of central and peripheral project "ble_app_hrs_rscs_relay" , to add a new service to connect with light and button peripheral by "lbs_c_init...
Hello,
we are developing a PCB with a nRF52840 in normal power mode. I know that VDD and VDDH have to be shorted in the normal power mode, but due to a layout error we have...