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 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...
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...
Hi,
I am trying to do a GPIO operation every one second repeated in 51822. I am using app timer to get this work done. The current average consumption is 45uA/H. The handler...
The blinky_freertos example in the nRF5 SDK 11.0.0, built for the nRF52 (PCA10040) with GCC, appears to work fine right out of the box. However, when I added -DDEBUG_NRF to...
Hi,
Is it possible to communicate directly between nrf51dk(peripheral) and PC(master)?
With UART communication, I need to connect a board to the PC via USB. But I want...
We are using the nrf51822 with softdevice 7.0.0 and BLE.
We have noticed cases where sd_temp_get never returns and the processor resets due to watchdog timeout.
Under...
Hi Sirs,
I have 2 modules in Mass Production by using nRF51822QFAA & nRF52832QFAA.
Customer asking us to support Apple Home Kit.
Can get your advise for :
How to...
Hi Nordic Tech Support!!!
Greetings of the Day!!!
I'm Dinesh Katkar, we team working on wearable IoT design and we need to interface 4 RGB LED-SMLP34RGB2W3 from nRF52832...
Hi:
1: NRF52832 How to set up the TX transmission power.
ble_app_hrs :didn't see set TX transmission powe
2、NRF52832 :How much is NRF52 maximum rate, how to set
THS...
What are the certifications required for Australia? My device has FCC and CE certifications, are these enough to allow someone to import my device? We are both really unsure...
I'm using the nRF51822 DK + SDK10.0.0 + s110. I'm going to create a system where I do an SPI read from two sensors every 6ms. From these sensors I will get 20B each over SPI...
I'm writing a program sending die temperature data through BLE. I'm trying to combine the nrf51822 Heart Rate Monitor example and the nrf6310 Temperature example. Both examples...