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...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Hi,
I am woking on NRF52840.
OS : Windows
SDK version : 15.0
Dev : Keil IDE.
I am using Timer -2, Compare value method to obtain an interrupt.
The interrupt...
The thing I currently try to implement is to combine two 128-bit services in one app - custom and UART.
I arleady made run them separately - one service at app.
Way they...
Hi All
I have started working on BLE mesh network to control lights.
I have following doubts, please clarify.....
1. To implement mesh network, two options are there...
Hello,
I try to receive encrypted BLE PDUs and to decrypt them on the fly using the radio and ccm peripheral. The radio is configured to trigger the DISABLE task when...
I'm using an nrf52832 development board and am trying to implement a simple toggling of an output pin using a timer and PPI. Below is the code I’m using; however, the pin...
The problem applies to both, nRF5 SDK 15.2 as well as to the nRF5 SDK for Thread and Zigbee 2.0.0.
The Nordic UART Service Client (ble_nus_c.h) defines a struct that contains...
Hello ,
I have been using a NRF51 dongle to record data with a software via BLuetooth Low Energy on my computer
I have been experiencing loos of data between my device...
Hey everyone,
1) can you explain me please what is going on by the Link Establishment Process by the Provisioning: do we set up a connection like by the TCP and after...
Hello Developers,
I successfully I made some modifications to the light switch example to transmit a larger payload and I was wondering what changes should I do to have...
Hi all,
I am currently developing on the RIGADO BMD-300 (nRF52832) eval board. I have the following code setup to interrupt on a button press (aim is to have 9 buttons)...
I am working on an application targeting the Fanstel BT840X, which combines nRF52840 and Skyworks SKY66112-11 PA / LNA on a single module.
I am using GPIOTE and PPI to drive...
Hi Nordic devzone...
I want to form a ble mesh network through which a Central can reach any Peripheral in the network, if not directly then through other peripheral. The...
Hi,
I'm following the Border Router Quick Start Guide . In it, it states:
To change the settings, edit the /etc/config/thread_border_router file.
However, that file...