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...
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...
Hi, I'm using NRF21540-DK board to test hci_pwr_ctrl example. My FEM module can boost upto +21 dBm. How to correlate the tx power of radio peripheral(NRF52) and fem module...
Potential TLDR:
The nRF52 and possibly nRF53 are unusable at 100kHz with targets that require clock stretching and enforce a reasonable minimum clock period. This covers...
v2.8.0,nrf54l15,hello world demo (Add CONFIG_SERIAL =n to pri. conf),The normal compilation is 3uA, then add sysbuild.conf and write SB_CONFIG_BOOTLOADER_MCUBOOT =y
, and...
Hello,
We are currently looking to implement an RFID tag reader in a project I am working on and I am wondering if the NFCT module can be used to read an RFID tag such as...
Hi
Hope someone can help me with the following:
I am using SDK 17.1.0 and SES (Release 5.68). I have copied the entire SDK and all project files to a cloud-based disk...
My Nordic device (nRF52833, using SDK 2.1.2) is a peripheral. I need to periodically transfer to it large amount of data from central device over connectable Nordic UART Service...
Hello,
I am working on Find my implementation . In my project , I don't have prj.conf but prj_ZDebug.cnfg and prj_ZRelease.cnfg are there.
I want to update few configuration...
Hi,
I'm trying to create a custom board definition for our project. So far, I used the nRF5340DK's board definition, removing unwanted definitions and aliases from the DK...
I am receiving the error "qspi_nor JEDEC id [ff ff ff] expect [c2 28 17]" on device bootup. I am using the nRF52840. I have the qspi disabled in my device overlay.
This...
I just move code from main.c to other files for it is too chaos to lay them together in main.c.
I got this error forever after trying what I can image,except delete "static...
Prior to moving to sysbuild, we were dynamically settings a CONFIG_ variable in our `CMakeLists.txt` based on the board passed to west. And this was working fine.
if...
I've had trouble getting the MCUboot to compile for our application which runs on the nRF7002DK board, and I have similar trouble with the Lesson 8 examples on the nRF7002DK...
I have searched this website,there is only 1 post,but that is not my scenario.
I think this is a normal use case:
There is a struct:
I want to allocate a queue for...