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...
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 Nordic
Asking this question to Nordic AI (right-down window), below was the answer.
The nRF9160 is a cellular IoT device, and its MTU size depends on the protocol...
I am programming a RAK4631 Board, which is of course based on the nrf52840 SoC. The BaseLine Device tree has no detail in the ADC Node so I have created an overlay. The RAK4631...
Toolchain v2.70, SDK v2.7.0, VS Code, Windows
The design has an eSIM and a regular SIM, with a switch driven by a GPIO line. We default to the regular SIM, but if the library...
Hello,
How can I check which crystal oscillator is configured for the nRF52832 DK from the firmware side? Is there a specific configuration file or parameter that defines...
Hello,
I have a Python script that analyses some sensor data. If a condition is met I want to send a trigger via ESB to a peripheral board (ESB chosen for its low latency...
Hello, I'm having issues when building the peripheral_nfc_pairing and central_nfc_pairing samples from ncs 2.2.0 in VSCode. I've build before and haven't gotten any errors...
Hi,
I’m currently working on a Zephyr project using the nRF Connect SDK, and I am looking for a way to setup the toolchain for my terminal emulator (specifically using zsh...
Hi
I'm new on zephyr and nRF9160.
In the nrfx source are lots of NRFX_ASSERT() macros.
This macro checks a condition and thrown a exception.
Normaly we use asserts...
Hello everyone,
We are using the NUS service to transmit some data. To comply with certain CEM tests and regulations, we need the ability to configure BLE to publish on...
Hi,
I'm working with the nRF21540 Development Bundle (DB) , which includes the nRF21540 DK and nRF21540 EK . I need to use the FEM module with the GPIO+SPI interface to...
As title says, I have a clean install of Xubuntu 23.10, latest nrfutil and toolchain-manager package
My shell is zsh, however "nrfutil toolchain-manager launch --shell zsh...
Hello, I'm trying to get FOTA over BLE (SoC & external Flash) working on NCS 2.9.0. The sysbuild and MCUboot configurations and overlays seem to be fine. The application builds...
Hi,
I've started working with the nRF52-DK for developing a new product based on the nRF52832. I'll be using custom services so I took as a starting point the projects provided...