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...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
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...
Hi,
I'm trying to use Master Control Panel to communicate with a sensor that we've developped (nRF52 based). I have the nRF51 dongle (PCA10031).
When I start the application...
Hi,
Im using a custom board running a program based on 'ble_app_hids_mouse (pca10028)' project, softdevice S130.
Since there is no 32.768 kHz crystal on my board, the...