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...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hello,
I am working with the newest revision of the nRF52 Development Kit and the app_beacon example.
I try to change the clock source for the following code:
nrf_clock_lf_cfg_t...
On SDK 11.0.0 only ( NOT the alpha release )
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort...
On SDK 10.0 only
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort to main the quality of the release...
I am testing nrf5 IoT tcp client example. (in \nrf5_iot\examples\iot\tcp\client)
DK side:
IP:2004::213:ddff:fe4c:6032
run as client.
2.6lowpan border router...
I'm using the ble_app_template of SDK11. but I dont have an external oscillator, so the run time freeze at ble_stack_init
in this answer , the solution is to relace NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I have a NRF52DK (Chip Label: PCA10040; V0.9.0; 2015.44; 682646724) and when i try to start the DK as described in the getting startet page, Step 5 failed as LED1 is...
Hi,
I am planning to make a program so that when a beacon goes far away a specific distance (around 5m) then the led should light up.
I have taken some measurements...
Hi,
I have a couple of eval boards that were created for software and hardware development. We have two versions of the nRF52832 on these development boards. I know that...
I am using nrf51822 powered by a 3.3V regulator in a li-ion powered application. We have a high current load that we're controlling with PWM at 20kHz. Radio performance is...
I want to bond with an peripheral, which has static passkey hardcoded in it. If I want to bond with it with MCP, I get an request for passkey, I can then bond and encrypt...
My environment for this is
Ubuntu 14.04
ecipse Mars2
ble_app_uart project of Nordic SDK11(makefile project)
armgcc
nRF52 PCA10040 Nordic board
ERROR...
I am trying to figure out how to exit a loop of my program using a button press on the nRF Toolbox UART app. Say it's button 4 for sake of giving it a value. I am using an...
Hello,
I've been trying to use nRF Connect 1.0.0 on OSX 10.11.6 with a nRF51822-powered board ( this one, to be precise ). Whilst nRF Connect finds the serial port and...
Hi,
I'm complete nordic newbie and asking you for some help.
I have 2x 81522 ICs, one is QFAAC0 and the other one is QFAAH1, both QFN48 packaged.
(1) looking at infocenter...
Hello I'm trying to learn your API using nrf5-ble-tutorial-advertising example. Over all the example is much help and API documentation is quite good. But part of API code...