Hi Noridc expert ,
I am trying to configure using nsib + mcuboot on nrf52840,
I need to build the image with only public key avaliable , and sign the image else where...
Currently the Matter code generation process is a bit confusing to me. Part of the code needs to be generated before building, using west zap-generate. Another part of the...
Using NCS 3.0.2 I have multiple build variants of my project, based on the same custom PCB but with different parts fitted, and different functionality. So I have create different...
Hello,
We are working with Onomondo in integrating their software SIM. We have it working and sending and receiving data, but am having some issues figuring out what is...
Hi,
so, If I take the WiFi scan sample from the nrf/samples/wifi/scan folder, and flash it to my board, I can reliably see my created hotspots, no matter if they're 2.4GHz...
I am trying to go through this document to see fesiability of different bootloader variation
Enabling a bootloader chain using sysbuild
using nRFConnect v3.0.1 on nRF52840...
Hi,
Can we use nRF in vehicle to vehicle communication V2V ? And how max nodes can we have ?
As I know, the nRF don't need authentication when we send data, is it true...
Hi Nordic,
Device: nRF51422. Protocol: ANT+. Softdevice: S210
We want to do the EMC test of our custom board and we would like to know at least an approximation of what...
Hi all,
I'm using nRF5 SDK V12.2 to do the OTA for nRF52832 . In general, it's ok. However, if I close the bluetooth function on the phone or close the DFU app from the...
Hi there,
I'm using the PPK (v1.1.0) to measure my nRF52 DK (v1.1.1). My sample programm is very simple: set up the LFXO, RTC with 8s CC-periode and the BSP_LEDs:
const...
I have another longer question regarding an SPI led driver I’m working with that has some strict timings, but I wanted to ask a more succinct question here since I think I...
In my project I need two UART's. One UART will be used for UART over BLE communication and another one will be for Connecting other modules with nRF52 board. So is it possible...
I built and downloaded the softdevice and app to the nRF52 board. Then I used nRF Connect Android app to connect to it. It seems to be connected as the LED1 is steady. But...
Hi guys,
I installed the latest nRF Sniffer software and use Wire Shark 1.10.14. My JLink driver is 6.12A (I'm not able to access any of the earlier drivers). The command...
We have received few nRF52840 preview DK. And one among them has a white sticker label which says 2016.49 and all others have 2017.14.
Should we be using the ones with...
hi, i was just wondering whether the app_timer works like a function or like a thread.
e.g. lets say i got my mainloop
while(1)
{
start_timer(...);
//DO SOMETHING...