Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...