The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
Hi everyone,
I was wondering how GAP calls and events are synchronized within the SoftDevice.
Example:
// conn_handle is updated in the CONNECTED and DISCONNECTED...
The Android Master Control Panel app has an option to remove bond information (which works). But the API for it is hidden .
I'm just wondering if you use reflection to...
We are trying to replace an existing solution that uses a custom Service with 4 Characteristics. Unfortunately none of those share the same base UUID.
Basically the Service...
Ok - I'm trying to get my arms around this bootloader process.
I am using the nRF5_SDK_11.0.0_89a8197 SDK along with the PCA10040 develeopment kit.
I also am using IAR...
I'm trying the run the smart remote 3 v1.1 firmware built using IAR.
The firmware fails to init the touchpad and enters a forever loop.
The program only builds with optimization...
Hi,
I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0. In my application i plan to use RFX2411N PA/LNA module. In datasheet of RFX2411N, I found that it can be used in...
Trying to qualify our design with Bluetooth SIG.
NRF51422 QFN48 nRF51 SDK v10.0.0 SD 310
When I use QDID 62791 to generate a test suite for PTS on the SIG website, the...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
Hello,
I am working with the nRF52 DK, SDK 11 and especially with the ESB protocoll. I started with the provided example esb_low_power_ptx/prx.
In the documentation...
Hi,
I wish to encrypt my application to protect my code. I've tried running my hex file through openssl
openssl enc -aes-128-ofb -nopad -nosalt -e -K XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX...
There are an example which based on Nordic's implementation of BSD Socket API (the client-side).
Also, I have seen the lwIP Socket API in nRF5 IoT SDK, but, there no app...
Hi,
I am new to nrf51-dk and I am using nRF5 SDK v11.0.0 and S130. I wanted to perform the task below.
I have a couple of nRF Beacons and want to program one of it...
Hi.
We just received few new nrf52 boards. They are same PCA10040 v1.1.0 as previous ones, but these have date of 2016.21 stamped on them instead of 2016.09. Problem is...
Right now I'm trying to interface an nRF51822 set up as a central to an ESP8266 module. The module is controlled by AT commands, and usually issues a response.
I'm struggling...