Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hi,
I am using Segger Embedded Studio and SDK version 15.2 for NRF52840 based module. NRF_LOG_INFO() works from main.c but not from custom drivers for sensors. Is there...
I have two of the nrf52840 boards and want one to implement a cascade reconciliation between them. That is device A and B have similar secret keys but need to make them match...
Dear nordic,
I tested simple coap thread examples. it's work fine. I want to know some details regarding this.
1. Is it possible to find IP address of all node in one...
Hi.
I am using NRF51822 and SDK is 12.3.0. I know that NRF51822 has random delay(0ms~10ms).
However, there must be no delay to complete the development of the board...
Hello!
I am a master student at NTNU Trondheim working on modelling the energy consumption of NB-IoT for IoT application simulations in cooperation with the NTNU IME IoT...
Hi Team,
I am new to nrf and using Nrf52832 and SDK 14.2.0 for development I am facing a problem, I want to select only Port0 pins as GPIO pins. how to make it. I gone through...
I use the following settings to communicate with the nRF24L. But there is no connection. What's wrong? NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_0dBm << RADIO_TXPOWER_TXPOWER_Pos...
Hi, i'm starting to develop on the nrf52840DK and trying to understand the Nordic SDK (using the lastest version at the time 15.3). Just edited the blinky example to read...
Hi,
I am developing a product using nRF2840 which performs periodic sensor readings.
Due to the nature of the sensor I'm reading from ( sensitive to noises and placement...
Does the current example code for CTS work with an iPhone, by this I mean that the CTS example code is able to retrieve the current time from an iPhone? I have an iPhone X...
Hello,
We am using nrf52840.The SDK is 15.2.0.I successfully combined usb example code with buttonless dfu. I could update more than once and it worked fine.
Depending...
Hi,
I have a working system based on NRF52832, SD132 and SDK 15.0. I am working with with the default MTU as my data requirement is low and everything is working great....
Hi i am using SDK15.2 nrf52832.
What is peer id? Which function is adding device mac address to whitelist? how does the whitelisting process implemented in HID example code...