1. Set up the development environment for the nRF52840 chip in VS Code, but encountered an issue where the chip could not be recognized. The development environment consists...
Good morning,
In my application (SDK v 2.8.0) I would like to disable/enable runtime the advertising for the mesh provisioning. The inizialization of the mesh stack works...
Hi,
Our project need 7 seperate PWM outputs, as the nRF52840 have 4 hardware pwm, I decide to use GPIOTE with PPI to create extra 3 pwm outputs to drive Red/Green/Blue...
Hi, last year the name of the Zephyr module "TraceRecorderSource" was changed to "percepio". In January a PR was accepted that updated the SDK's allow-list (west.yml).
We...
Four returned products after sale could not be turned on & charged normally. Preliminary analysis of disassembly showed that the MCU was damaged, and the MCU was cross-verified...
hi support team,
may i ask do we have demo on how to test remote provision in ncs2.9.0?
i assume there are two possiblilities:
1.
For server, we need add below settings...
Hello,
We are using a BLE module based on nRF52832 with a U.FL connector for external antenna connection. One of our automated tests requires we turn off/on the antenna...
Hi all,
we are using nRF52810 and SDK 15.3.0
Project is based on central and peripheral concept .
we are facing issue with the peripheral BLE power consumption.
...
We are building a solution for a large OEM where we have BLE tags on inventory trolleys and employees. When the trolley is empty, the BLE tag on the trolley would send a notification...
Hello,
i am working on nRF52832.
i was successfully build a code for scanning without using FreeRTOS
Now i want to use FreeRTOS with my scanning code
But i am not...
Hi ,
i am using ble ancs profile in my project, i was getting internal error (error no 3) while connecting.
the error is being reported by two of the following event handlers...
I have managed to establish a proper TLS connection with the proper credentials, but it seems that TLS session resumption is missing from my implementation since my device...
Hello:
I am now working with nrf5_SDK_for_Mesh_v3.0.0 and I try to implement OTA for mesh dfu. However, I found that the v4.0.0 has a dfu_no_serial_nrf52832_xxAA_s132_7_0_1...
Hello,
I've just recently started learning to develop on the nrf52 platform after 2 years of frustration trying to learn of how to develop on the Nordic platform I finally...
I am trying to set the Lifecycle state of the cryptocell, but it seems like I am having an issue.
I do
/** Enable crypto cell to configure it **/ NRF_CRYPTOCELL->ENABLE...
Hi,
I have fanstel BM833A modules which is NRF52811.
I am using Segger Embedded Studio.
How can i program the module through segger IDE using ST-LINK?
And also i have...
Multi link ble + zigbee multi-protocol testing is currently underway. The main purpose is to test the packet loss rate and throughput of radio time-division multiplexing zigbee...
We've had so many problem with Bluetooth Smart DFU on nRF52832 that I've decided to write a ticket here and ask for help. We've been reading lots of documentation, following...
We want to change the communication speed for each connected peripheral.
*Environment
Peripheral: nrf52832
Central: nrf52840
*Step 1. After the peripheral connects...
Hi all,
My project will use PPI to control COMP of nRF52832, connect Event of COPM and Task of GPIOTE.
Question 1,
How could I get the address of COMP event and use...