Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
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...