Hi
I have one nordic nRF54L15 DK using as peripheral, I want to know the power of it. Thus, I use PPK2 to be a 1.8 voltage source and connect VOUT to P6 pin 1 and GND to...
How do I produce a signed file to flash to the network core for firmware update? I am using a child image/parent concept with the \nrf\samples\ipc\ipc_service\ project, When...
Hi,
I’m working with the Wi-Fi station example on the nRF54H20 using SDK v3.0.0, and I’m encountering a critical issue when trying to bring up the nRF7002EK Wi-Fi module...
Hi Nordic team,
I'm trying to configure the GPIOs to operate at 3.3V using the nRF Connect for Desktop's Board Configurator tool (v0.3.10). The tool works as expected...
Hi,
I succeeded in implementing Channel sounding for multiple devices (based on previous samples). But now there is a little difference in how the data gets collected (buffer...
I have a project using BLE as a central on an nRF5340 to connect to several devices. For factory test I am being asked to implement something that can be used in the factory...
When the nRF52 micro-controller is programmed through batch file i.e. nrfjprog utility, the flash fds fails to initialize.
Every time, flash fds initialization fails, I have...
Hello,
I am new to BLE as a technology and have a question regarding how Peer Manager handles bonding.
As I currently understand, the function of bonding is to enable...
I want to turn on the LED in Thingy:52 in a particular color if a particular condition is satisfied. How can I address the LED and turn the LED on in the desired color in...
Hi,
I am using the UART exmaple as a skeleton code to get RSSI from a peripheral nRF52 DK. I am working with the SDK V14 and I want to integrate my code with an arduino...
Hello, Nordic engineers. Thank you so much for spending your time solving my problem.
Currently, a custom board is made with the Nordic nRF52832 chip. As I have studied...
Refer to this post , I did the same job to change simple_on_off model into generic OnOff Model , and I could control the LED state with nRF Mesh application as well.
I have...
Hi sir,
we used nRF 52832 ESB protocol ,
use
NRF_ESB_PROTOCOL_ESB_DPL
#define NRF_ESB_MAX_PAYLOAD_LENGTH 128
bitrate = NRF_ESB_BITRATE_2MBPS
so how can I config...
My app (S130 SDK12.3; BLE with multiprotocol support where the radio session is opened before advertising) registers function sys_evt_dispatch() as per
but sys_evt_dispatch...
Hi,
I am not yet familiar with NFC and have a question about using NFC with the nRF52.
If I understood it correctly the nRF52 is a "listening device" i.e. it cannot...
Hi Nordic,
I am trying to do a time critical data acquisition in a BLE based application.
Earlier I was using software timers. But, since the software timers are not accurate...
Hi all, I have some question for ask :
I add NUS service into light switch proxy server example. And I only run nus service part (Don't run Mesh part)
when I use IOS to...
Hello All, Please help me. I have nrf52840 and added json parser which is large and nested. Json_parse fails , is there anyway to enlarge heap size?
Any feedback must be...
Hello,
I'm trying to flash wt51822-s4at using nrf52dk ( https://4tronix.co.uk/picobot2/WT51822-S4AT.pdf)
It has nrf51822 chip on board
The firmware goes through without...
Hi,
Does FDS event handler run within interrupt context ?
Can another FDS api be called from within the event handler (i.e. - calling garbage collector from within event...
I am using a three axis mems sensor and will need to computer trig functions.
If I use the math.h in the Segger Embedded Studio will it use the floating point hardware in...