Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I have my nrf52 DK. I would like to advertise as Beacon and be BLE (which I can connect to via iOS app) device at the same time. Do you know any examples of this kind...
Why does the macro CHECK_RAM_START_ADDR only check for C_LINK_CNT and P_LINK_CNT and not the SEC_COUNT? It is always set to 0 in the macro.
I have increased the central_sec_count...
Hi ,
I use timer to handle pwm signal,
1.when calling button by phone is pressed,
Timer starts,(function:on_key_trig_speaker_event())
2.pwm signal run (speaker_meas_timeout_handler...
Hello,
My name is krishna,
I have couple of NRF24L01+ modules,
I am trying to implement MultiCeiver in the NRF module.
The problem is i am able to receive or transmit...
Hi,
I am trying to compile the ANT Broadcast Tx Example from the latest nRF5 SDK v12.1.0 (../examples/ant/ant_broadcast/tx), but I get the following 3 error messages with...
Hi,all
I use nrf51822 connect with ios device,it will automatically disconnect when links more than 90 seconds.
device connection parameter as follow:
#define MIN_CONN_INTERVAL...
Hi I'm using the Jlink to program nRF52832_XXAA, by using nRF command V9.0.0 nrfjprog
I success in erase , but I can't program correctly,I tried Jlink version 5.12g and 6...
initially we developed code for arduino mega board but now we want to use the nRF51822 soc,so how i can utilize my arduino code for nRF51822 ....i have gone through the some...
Hi,
I'm trying to load the secure_debug bootloader for the nrf52 with the SD 132 3.0 and an aplication.
But when I load the aplication the bootloader gets erased or overwritten...
I've got a problem to change polling method to interrupt notification on open-mesh with freertos project.
The example "BLE_Gateway" of open-mesh as flow:
if (rbc_mesh_event_get...
Hi i have to use this accelerometer and connect it through i2c
www.analog.com/.../EVAL-ADXL345Z.pdf
This is my connection:
VIO --> 3.3V
GND --> GND
CS --> 3.3V...
I am using nRF51822 and the Software device is S130. The application is based on ble_uart_app. I can declare it as a Bluetooth 4.2 device for lab approval. Right?
I know that Nordic has published a reference antenna design with the nRF52DK. However, I would like to develop a much smaller module with minimal antenna PCB trace or antenna...
I would need more pwm channels, than there is possible with pwm library on nrf51822 (That is 16 channels).
I would like to do it in a fashion, similar to this , using a prescaler...