Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hello.
Currently, we are developing based on "multirole_lesc", a BLE multi-role project. The project contains the BLE service “hrm”, but I want to add the “RSCS” service...
Dear Nordic fellows,
I have a Rigado BMD-350 that can transmit correctly bytes to another device via UARTE, but who cannot receive data correctly.
I'm using SDK15.3...
Thank you Nordic team for your precious help. Is by any chance the project sdk_15_gzp_dynamic_pairing_ses_device.zip also available to download? Is there any particular reason...
Hi,
I already read all the forum posts about this buffer order swap problem of the SAADC. Especially this one: https://devzone.nordicsemi.com/f/nordic-q-a/20291/offset-in...
I'm upgrading a big project from SDK 6.0 to SDK 12.3, everything's going well, but I had to comment out a library because in SDK 6.0 the previous developer uses the input...
Hello there
I am trying to program the BL651 wich makes use of nRF52810 chip, however i haven't been able to program it.
The tool im using for the task is the J-Link...
from SDK 3.1 for thread and zigbee in simple coap server
after any time it go to disabled mode and no response
what means the flags? why is it disabled and do not...
Hi,
I want to create my own bootloader for the nrf52810. If i don't want to update my softdevice i just put my bootloader code just after my softdevice.
But it is not...
Hi everyone, I am wondering if there exist any list of Known Issues for SoftDevice S130 v2.0.1. I looked into the release notes published in PDF along with the hex files,...
Hi
I have a question about the new chip nRF52811, it supports AoA direction finding, but it doesn't support Bluetooth mesh?
There's no chip can support both AoA and mesh...
Hello,
I am using the nRF24L01 + circuit on a PCB made according to reference design.
Can I use a 0.5 or 0.6 mm thick PCB? Reference design is made on 1.6mm PCB thick.
I'd like to sniff the BT packets between a remote control and a bed (which is controlled through BT4.2), in order to control the bed through an android application.
Can...
I am using uart to transfer data in a while loop, and it works fine. Now I want CPU to go to sleep mode with sd_app_evt_wait(), and CPU to be waken up via Button then receive...
Hello
I'm working on Smart Remote custom board, which is based on nRF52832.
My Setup is running very well but only when RTT Viewer is connected.(and advertising led is...
I am using the TWI peripheral and want the clock frequency to be 400kHz.
In the data sheet it says for the register setting: 0x06680000 = 400kbps (actual rate 410.256 kps...