Hello,
I am looking to use multiple PPK2 to measure current across 2+ voltage rails at the same time. Is there a way to connect 2+ PPK2 and synchronize the data from the...
I am trying to run the debugger from the nrfconnect extention for viual studio code. for some reason It doesnt work, It seems to flash the app fine, but then this message...
Hi,
I believe the default application on Thingy91x uses LTE-m to connect, which is working fine. How do we make it use only nB-IoT?
For Thingy91, there is a guide
Getting...
I am using 2 nRF528400DK boards. Each board has a unique BLE Mesh sample loaded. The samples were made by modifying the default mesh sample provided by zephyr. One sample...
Hello
I'm using the settings partition to store user configuration data. I know that the BLE stack also uses it — particularly for storing bonding information — but I don...
Hello.
I have a setup in which two nrf52840_dk boards are communicating through BLE. I'm using Zephyr 4.1.99.
Under heavy traffic. the board which holds the 'central'...
How do I map the build codes noted in the Rev Errata to the stamps on our ICs? I have two versions with QFAAAB and QFAABB stamped on them but the documentation says QFAA-B00...
Hello everyone,
now i'm working with nRF52840 PDK( Engineering B ) and i migrate my project from SDK 14.1 to SDK 15. My starting point is ble_app_template and i want to...
Hi,
We're using SR3 v1.1 for several BLE R/C,and migrating our code from SR3 v1.1 to v1.2 now for mass-production.
last week ,one of our product, set top box updated to...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have solved my previous...
We are using Nordic nRF24L01+ RF module. The RF library software is "nRF24L01P-EK" ( nRF24L01+ Evaluation kit files) obtained from the official Nordic website. RF module is...
Hi, I tried to implement ble uart service in an existing project but when ble is connected the original bsp buttons functions stopped working. After some debugging i found...
Hi,
I have some problems changing from the legacy driver to the new nrfx driver structure.
I have done the following:
1) Opened pwm example in SDK 15.0.
2) Renamed...
Hello Nordic team,
I am working on nRF52832 chip. My device goes in power_manage mode. Device wakeUp on pin interrupt but when pin interrupt occur device first reset and...
Hi,
I init the bsp for button, but there is no callback in handler when press on button.
The board is NRF52810, and there are so many problems when I test this borad....
Hi Everyone,
Pardon me if i write some illogical stuff. Complete beginner to this microcontroller.
I started using nrf52832 with Zephyr OS . I was trying to configure...
Hi,
I wished to test multiprotocol with one software but I was wondering if it was possible to compile an application which could switch between zigbee and Thread (and...
I'm using arm-none-eabi-gcc 7.2.1 with nRF5_SDK_15.0.0_a53641a with soft device s140_nrf52_6.0.0_softdevice.hex I'm trying to modify one of the bluetooth examples to add a...
Dear Sir,
I use nrf5_SDK_for_Mesh_v2.0.1_src.zip and test proxy server project,
I scanned the device nRF5x Mesh Light (0x1827 Service), I click "Discover services",...
Hi guys
I am trying to program a nrf51822 module but it is not recognized by the development kit.
These are the pins that I am using:
I can not see the...
Hi,
I am using nrf SDK version 12.2.0
The following code fails to produce event for twi transfer complete const nrf_drv_twi_config_t config = { .scl = I2C2_SCL_PIN,...