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...
Hello everyone, a pleasure and very grateful to be able to write in this forum.
I am trying to program a Nordic BLE device so that it does not appear in the pairing list...
Hello, I am developing a board using the nRF52840 QFN48 and powering it using a 3.7V single cell LiPo battery. Since the battery voltage is stepped down to 3.3V via an external...
Hi.
I would like con build nrf Connect OT COAP Client and Server on a zephyr 4.0.99 / toolchain: zephyr 0.17.0
I have downloaded nrf sdk 2.9.99
running:
west build...
Testing the RADIO TEXT example on 52811.
1. 52811 is not a supported target - so I must select all targets then the unsupported dts (nrf52840/nrf52811)
2. I add a Build...
Dear Team,
Is it possible to run BIS and PAwR concurrently while using PAST for synchronization? I am using the nRF52840 DK and NCS 2.8.
I managed to start two periodic...
I am working wih \nrf5_sdk_17.1.0_ddde560\examples\802_15_4\wireless_uart\secure\first\
And I want to add app timer to start a peroid works.
unfortunately, this timer...
Hi Q&A
At present, there is no routine found on the Internet about NRF52832 Bluetooth sending more than 6 characters(NKRO)
I used nRF5_SDK_17.1.0, The following is the...
I'm using a Nordic nrf52840 based dongle to sniff the connection to a gamepad. When I bring up Wireshark connect options, it shows dashes in the promiscuous column, which...
Hello.
We would like to experiment with the various Bluetooth IO Capabilities settings with nRF SDK 2.1.3 on an nRF5340. Our project was developed by starting with the nrf...
Hi,
I understand it is possible to profile a battery larger than 3000mAh? That said I've tried to modify profileSettings.json but the nPM PowerUP v1.3.1 seems to ignore...
Hello, on the nrf52840 board,I have been trying to write code to send byte from nrf52840 to my nrf9160. for some reason, the same code works when trying to use uart1, but...
Hi All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...
Hi,
Form the past few days, I've been trying to modify the device tree, but the changes are not reflected in the visual device tree. I’ve tried this on different laptops...
I have the following setup in my overlay file:
relay { compatible = "gpio-relay"; relay1: relay_1 { gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; label = "DC Mtr...