hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
Many DevZone tickets inquire about programming the nRF9160 modem firmware through the SWD interface using nrfjprog or other command-line tool on a PC. Several of those tickets...
I have set nrfutil to use the v2.5.0 toolchain:
burt@T420s:~$ nrfutil toolchain-manager list Version Toolchain * v2.5.0 /home/burt/ncs/toolchains/7795df4459 v2.7.0 /home...
I'm currently porting an existing NRF SDK code base to NRF Connect SDK (Zephyr)..
Our existing code used NRF_ATFIFO to communicate events from interrupts and multiple...
I'm working in an workspace application. The application was forked from the example application at version 2.5.2 and later updated to 2.7. I've been developing for several...
I'm currently porting an existing NRF SDK code base to NRF Connect SDK (Zephyr)..
Our existing code used ble_link_ctx_manager to maintain per connection state in a common...
I would like to get the events offered by the mfd driver for VBUS detect but for some reason my callback is never triggered. I'm doing this atm:
Devicetree:
Loosely...
HI there, I'm a bit confused with how the Data Mode would work for receiving data.
Our setup / situation:
UART connection with the nRF9160
Regular AT commands work...
Is there a way of detecting if NFC antenna is connected.
My thought process is, set as GPIOs, one as input and one as output set high to measure the continuity. Am I able...
I believe I'm having a similar issue to this ticket
I'm trying to connect to AWS IoT Core with an nRF7002DK by basing my work on the AWS IoT sample. I'm building the project...
Software version : v4.1.1
Hardware procured in month of June 2024.
Please suggest if any setting needs to be optimised to filter out the inital current.
Load current...
Hi Nordic,
We are planning to port our project from the nRF5 SDK to NCS v2.7.
Currently, we are using NCS v2.7 to build the firmware for our existing custom board based...
Hello,
I'm trying to use a SPIS peripheral from the NRFX library in a nRF Connect SDK 2.7.0 project. The reason for using the NRFX library is to clear a GPIO pin in the...
Hello,
I made a firmware that uses the IPC from the net core to the app core on the nrf700DK board.
I can read the events that generate callback on the receiver core ...
Hi, we are interested in the possibility of using CODED and non-coded (1MB or 2MB) PHYs simultaneously. Our design has an nRF52833 that will be used for connection from a...
Hi,
I need to fully take over the function HardFault_Handler
1. I overwrote the function: HardFault_Handler debug but did not stop in the function HardFault_Handler while...