Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
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...
Hi
Whitelist function is in ANCS sample code.
Does it require in ANCS?
Can I disable whitelist?
If yes, how many pairing times between Device & Apple OS?
It cannot connect...
I'm new to use nordic and I would like to add a new custom service (2320EE58-8654-4132-95F7-0A872AC0958F) with a custom characteristic(23200000-8654-4132-95F7-0A872AC0958F...
Hi DevZone
I am trying to measure the battery voltage using the bas service. I got some hints from the ble_app_proximity example.
My problem is that no matter what the...