I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Dear Nordic :
Our mass-produced smart trainer( 16M external oscillator, 20PPM ) supports ANT+ FEC and ANT+ Bicycle Power , so there are two channels alive wtih 4Hz frequency...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
I am making a BLE device that uses 7 ADC inputs. Most of the inputs need to read at 1hz or so. Two of these inputs are of interest
The first is a heart-rate signal that...
Hi,
I want to measure ADC for 3.3V
Using formula
RESULT = [V(P) – V(N) ] * GAIN/REFERENCE * 2 (RESOLUTION - m)
Rearranging eqn:
Vin = ( RESULT*REFERENCE)/(2 (RESOLUTION...
Hi,
Does every nrf9160 chip have its unique chip ID? if yes, is it the one which can be read by the AT command AT+CGSN ? and can it be used as the board serial number? ...
Hi,
I used nRF52840 dongle device to run BLE multi-link Central and nrf52832 to run BLE Blinky example to test the communication of 20 nodes. How can I set and verify that...
We are using nRf52840 chip with Nordic SDK 15.0 version using SES IDE. When we use debug mode in build configurations program is not working or not debugging got error as...
Hello All,
We are trying to use nrf52810 with S112 soft device and 14.2 SDK.
We have problems with random disconnection with error number 8. This happens when central...
Hello,
I am attempting to run the Nordic-Thingy52-mesh-demo using nRF Mesh v 1.1.0 for Android but the nRF Mesh app's scanner cannot see my DKs. I can see the mesh from...
Hello All,
We are attempting to instrument our software and yours. The desired output is data for a call-graph list and time stamps for each entry and exit into a function...
Why does the pushing a button located at GPIO_9 not call the interrupt handler and therefore print the statement to RTT?
#include "GPIO.h"
#include "app_error.h"
#include...
We are currently using nRF51822-CEAA rev2 on the production boards. As this part is obsolete, I was made aware of nRF51822-CEAA rev3 as a replacement . So I have some questions...
Hello,
I have a nrf51822 application which is communicating with iOS (iphone) via BLE HID service. It's only purpose is to send a screen lock HID code to iPhone. The bad...