I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello,
I am trying to change the MAC address of my device nRF52, by using NRF_FICR->DEVICEADDR[0], NRF_FICR->DEVICEADDR[1], I am able to see the device address.
But...
Hi I am using SDK 12.0.0.0 in nRF52832 in this code when I am using __enable_irq(); function for enable the interrupt then controller is getting reset can anyone help me regarding...
Hi,
I was trying to plot incoming ADC variables using Keil Logic Analyzer function inside the IDE.
So far no success; I am able to use it when using STM32 board.
...
I am getting confused when using nrf_gpio_cfg_input(PIN_12,NRF_GPIO_PIN_PULLDOWN)
should i keep it as NRF_GPIO_PIN_PULLDOWN,PULLUP or should i use NRF_GPIO_PIN_SENSE_HIGH...
Hi!
Using the out of the box ANT shared channel demo with a NRF52-DK board and the iOS demo app everything compiles and installs nicely, using the Android-based app nRF...
I'm working on a proximity beacon application using the nRF51 DK and a Nordic Beacon. The application basically has the nRF51 DK connect to the Beacon and monitor the RSSI...
Hi All,
Just want to ask if there is a better or recommended way to manage priority interrupt.
My application uses 3 interfaces:
SPI as master to interact with...
Hello,
I have an BLE application were I want, for security reasons, to allow a connection only if a button is pushed or if the devices already have bonded before. The Button...
Hello lovely Nordic Semiconductor staff (and everyone else reading this),
I have recently been working on exploring the use of BLE via Nordic chips in my employer's products...
Hi,
How to store two application image in nrf51822 flash each image size is 60kb. I have enough space
To store images but I don't know how to store. Please guide me to...
How can i reaed 32bits word using spi ?
I don't find the function to configure the SPI to read 32bit word ?
And how top start reading ? Is this function"uint8_t nrf_spi_rxd_get...
I am seriously stuck on a project. Expert help is needed.
The goal is to create a modified dfu ble bootloader with the following properties:
Target: NRF51DK (nrf51822...
I want to add nRF24L01 for nRF52832,but nRF24L01 needs to use software to ctrl TX and RX,I hope it auto.
nRF51822 can connect to PIN30(VDD_PA) ,and nRF52832 I need to connect...
I'd like to sample the SAADC at 1280Hz. The app_timer minimum seems to be 1ms (1000Hz).
If I use continuous sampling by setting SAMPLERATE then the minimum rate seems to...
Hi all,
I am trying to port the nfc_text_record to the example experimentral_central_ble_app_blinky after I am able to compile I am getting the following message on my...