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...
Hi
using nrfConnect SDK 2.9 I try to use the non-blocking SPIM example and the nRF52840DK as starting point for my application.
I encountered an error:
CMake Error at...
Hi,
Happy New Year! I hope this year brings fewer bugs than the last.
SDK Version: 2.7.0 Board: Seeed Studio XIAO nRF52840 Sense
System Description: I have a setup...
Hello.
The chip of Nordic, nRF21540: https://www.nordicsemi.com/Products/nRF21540 Is it possible to use it as a RF amplifier (PA + LNA) for a ESP32-S3 chip, which is 2.4GHz...
I am trying to transferring 9 16-bit floating point data(acceleratometer, gyro, magnetometer * x, y, z) fetched from icm20948 sensor by BLE Mesh, using nrf54l15dk. I changed...
Hi
We plan to use the nPM1100 for charging a LiPo battery and provide power to an nRF52810 processor and subsystem. The battery is very small and has no PCM.
Questions...
This is the example:
https://raw.githubusercontent.com/IRNAS/ppk2-api-python/refs/heads/master/example.py
Anything related to ampere meter mode does not seem to work,...
HI,
I am working on a NRF54L15 with NCS 2.9. I have a service my_service created with BT_GATT_SERVICE_DEFINE, with two characteristics, "Protected" and "Password". "Protected...
Hi
I am looking a simple way to synchronise multiple devices which might be in connected state(and streaming data) or not(storing data on flash).
I need an sync accuracy...
Hello,
I’m having trouble understanding Apple’s requirements for the advertising interval.
https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf
...
Hi
in NRF connect SDK is it possible to do the following:
recive one byte from PC via USB to a dev board. Immediately or with a delay less than 200 micro second send a...
I have a linux driver that uses nRF7002 am able to have both STA+AP. The issue I'm running into is that when I have STA up, AP MUST be the same channel, and vice versa. I...
Hello,
This is my first time taking a crack at embedded wifi, and I'm currently creating multiple wireless devices to pair with a usb dongle. The Antenna prototype is being...
Hello,
I am experiencing delays when sending data over a TCP connection on an LTE network. The issue seems to be related to the size of the data being sent – larger payloads...
Currently i am trying to implement NUS service in ble_app_hrs_rscs_relay example. what is i am trying to do: currently i am use nrf52832 custom board, nrfSDK version 17.0...