Are there any samples for proprietary radio based on connect SDK?
https://www.nordicsemi.com/Products/Wireless/2-4-GHz-proprietary
I am not interested in gazelle and wanted...
Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hello,
I'm here again because this time I need to autoconfigure (configuring from inside program, no use of any nrf app) heartbeat destination node and source node.
For...
We have developed an application which uses the nRF9160 together with the same GPS and Ethertronics/Kyocera/AVX antennas as that of the nRF9160-DK . For the LTE antenna, we...
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...