Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
(nRF51 SDK v12.3.0)
The function gcm_init() in gatt_cache_manager.c (BLE Peer Manager Lib) calls ble_conn_state_user_flag_acquire() part of the BLE Connection State Lib...
Dear Nordic,
I bought three nrf52840 dongle.
How i test the mesh i am totally confused how its programmed and how mesh tested with this nrf52840 dongle can you help me...
We are trying to do final optimization of the load capacitors connected to the 32MHz crystal on the nRF52840. A value of 13pF for both capacitors results in a frequency that...
Hi,
Using SDK 15.0 via legacy nrf_drv_power, the nrf_drv_power_sleepevt_init causes fault:
It calls nrfx_power_sleepevt_enable but never calls nrfx_power_sleepevt_init...
I am working with Thread on the nRF52840 and have setup a few nodes and a Border Router 1.0.0 as described in the documentation using Raspberry Pi 3B+.
My sdk is nRF5_SDK_for_Thread_and_Zigbee_v1...
Hi
I was wondering if it's possible to scan for both 1MBPS and CODED at the same time, or should I initiate 2 different scans.
using this configuration initiates error...
Hello,
we developed our electronics with your chip nRF52840, but we have problem with communication throught BLE. We tried our firmware on dev kit with this chip. It was...
Hello,
I am looking for wireless communication solution between two devices with a maximum distance of 5-10m for controlling a speed of the electric-assisted vehicle (basically...
Hi,
I use SDK 12.3.0 with PCA10040 board, and try running experimental_ble_app_buttonless_dfu. It works fine when I use Keil to compile, but doesn't when use GNU. I open...
Hi,
I've tried connecting to the nRF52840 Dongle using nRF connect as explained in : ://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.tools%2Fdita%2Ftools...
Hi, I've been trying to build a custom characteristic and so far I can display a single digit number on my BLE app. My update value function looks like this:
And my add...
I am using SEGGER Embedded Studio to program the nRF51822 module. When I was going through the manual for setting up the environment for SEGGER Embedded studio, I found that...
I want to use a buzzer on my board.
The environment in use is below. · SDK15 · Nrf 52 · Nrf 52832_xxaa · S132_nrf52_6.0.0_softdevice.hex
My start is "nRF5_SDK_15.0.0_a53641a...