Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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...
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...
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...