Hi everyone,
We're using the "Manufacturer Specific Data" field within its advertising packets to send the firmware version to a phone application. It requires the company_indentifier...
Hi, I am using ncs 3.0.2 and an looking at adding extra .conf files during production. For the app it works fine using --extra-conf, but I can't figure out how to add one...
Hi All, I am trying to write to "adafruit e-link 2.13 Featherwing colour dispaly" from nRF54L15DK running zephyr. With ESP32 i am able to write to the display. But with nRF54L15DK...
Hi, i am looking for basic start up parameters for a 24L01.
I do all my programm in assembler (sorry i am old).
what i aim to do is simple TX-RX, like a small remote...
We are using this manual screen to generate JITP certificates, but we need to automate for speed. I am trying to automate with this url but I get a 404 error
https:/...
Hi nordic:
Project MCU: NRF54L05; Development Platform Version: NCS 2.9.0. The APP occupies 220KB of space. adding MCUBOOT and Create an pm_static.yml file in the project...
We are currently using Zigbee Firmware built with nRF Connect SDK v2.7.0 on the nRF5340.
We plan to upgrade the nRF Connect SDK to v2.9.2 and use the Zigbee Firmware built...
hi team,
i am using nrf52840. some examples in sdk14.1. the program is compiling but i cant flash it to the device. i had compiled usbd_audio and temperature example. i got...
Hi,
I'm using SDK 13.1 and SD 4.0.5 and I add to my code the WDT example of the SDK, but the code doesn't work, and when I debug, the code is stucked in HardFault_Handler...
Can NRF52 gpiote detects pulse width nearly 250ns? We use a AFE sensor that notifies MCU it's data by sending a low to high pulse. The pulse width is about 250ns which is...
Hi all,
I'm trying to measure the transmit power of nRF51 development kit with a spectrum analyzer and I am facing the following issue:
It is specified in the user guide...
hi,
i am using nrf52840. i have downloaded code for mpu-6050 in github but it is available for nrf52832. so i made all the changes in the code to work in nrf52840. but atlast...
Now I want to access the RAM of nrf52832 with pdm digital microphone, I need to put the RAM data to the RF data buffer,is there any good way to slove the problem?
Accroding...
Hi,
I'm retreiving data from my Running Speed and Cadence BLE device to my Android smartphone. The BLE device is the Polar Stride .
The problem I have is that the data...
Hi,
So I just started programming with the SES IDE and I'd like to import some libraries from the SDK and external sources to the blinky example(for example didn't even...
Hello,
I want to transfer and particular size image from mobile phone to nrf51822 Board.
can anyone know the application which can transfer an jpeg image file from phone...
When I study the ANT example, ANT Advanced Burst, in SDK document, I see this:
The transmission rate, along with optional features such as frequency hopping, is negotiated...
dear nordic employee
when I send the data with 131 length by function sd_ble_gatts_hvx
some times it return NRF_SUCCESS,but some times It return 19error
I cannot...
Hi.
I'm in the process of migrating an application from the nRF51822 and SDK 12.2.0 to the nRF52832 and SDK 13.0.0. My code now compiles but doesn't link. Here's the make...
Hi,
I tried using ble_notification interrupt to 'warn' me before the start of radio activity so that I can get around the CPU blocking issue. But, for some reason, for 1...
I am working on blinky example and want to modify service/characteristic uuid. I do
that in ble_lbs.h as follows:
//#define LBS_UUID_SERVICE 0x1523
#define LBS_UUID_SERVICE...
I had the following setup, two app_timers triggering blocking SAADC reads in the callback functions
app_timer 1000ms triggering 1 Blocking SAADC read (For battery service...