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...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hi Team
Our valued customer - Magene is evaluating the use of nRF9160/nRF9151 on electric vehicle trackers, the products are mainly sold in Europe and North America, the...
Hey everyone,
I am new to the development of Nordic chips so I might get some things wronog here or there.
I am using windows 11 and am trying to flash a nRF54l15 DK board...
I have tried to install latest version of toolchain and SDK (2.9.0) using VSCode.
Toolchain works, but SDK gives me HTTP errors on 'west update' (see log file with extension...
I am using nRF sniffer for 802.15.4 (see https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-802154 & https://github.com/NordicSemiconductor/nRF-Sniffer...
Good day.
I am currently verifying BT of nRF5340 on a custom board using nrf7002 with nrf5340. My custom board is based on the nRF7002DK, and the pin connections are based...
Hi, I am trying establish connection between SPI MASTER and SPI SLAVE on two boards nRF52 DK. I am using example "ncs-spi-master-slave-example" SPI Master/Slave example
...
Hello!
I threw away the Sparkfun board and replaced it with a nRF9151DK board; I'm hoping to get it work now, after trying for a year.
I'm using SDK 2.6.1 and 2.8.0; the...
Hi Nordic team,
We are developing a LE Audio project and the 2.4G private protocol audio with the NRF5340.
Could you tell me which version of the LE SDK is suitable...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
this works well with an Apple 11-13, but on 14+ Apple has removed the second antenna from the phone, so it cannot do ranging natively.
the AR approach does not work for...
I don't know why sample code is not easily compiled.
I have to add many feature such as CONFIG_SERIAL=y on prj.conf
This is not a sample.....
Anyway,
I cannot run...
Hi
I'm using the pawr_sync and pawr_adv samples as references in my project. I have implemented them so that the sync node scans for new syncs for n secs at a specified...
Hello,
I'm using an nRF52832 and an accelerometer/gyro to record data and send it over Bluetooth. My end goal is to store this data in large chunks, and then send it all...
With the recent release of SDK 2.8.0 enabling tracing with Segger Systemview locks up the system.
The offending issue is buf = net_buf_alloc(&hci_cmd_pool, K_FOREVER); which...
Hi,
My customer asked about using nRF Cloud for device firmware updates and maybe more, and I'm trying to figure out if this is possible and how difficult it would be to...