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 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...
We are trying to configure our device, which is custom based on nrf7002dk for interface certificate testing. The requirements for testing are
Ensure correct Internet Header...
Hello,
Im trying to flash my dev board but im keep getting following error:
Error: One or more batch tasks failed: * 1057707318: [Probe] Emulator error: Failed executing...
Currently, in the early stage of code development with NCS 2.8.0, I'm getting some errors when configuring I2C (TWIM) for a sensor device in a custom board.
The overlay...
On the NRF7001 module there is a "Determine the trim value" section in the documentation. I have followed the "Receive-based approach" to determine the CALIB_XO value. This...
Hi,
I have several deployed devices that have been running for a while, using the nRF Cloud A-GNSS system with the nRF Location library. These devices were successfully...
hi I have recently been developing ncs on vs code. However, I encountered a strange problem. After I clicked build configuration, there was no output in the terminal, except...
Hello all,
I have this problem: when I add support for OTA my bonding information are canceled after power on. Without ota all is perfect.
Example: - Turn on the device;...
Hey there!
I am currently trying to upload a .hex file onto the board to flash it using the nRF connect programmer. But while flashing i get this error:
11:10:10.496...
Hello,
I am currently working on the Exercise 3 – Interfacing with ADC using nrfx drivers and TIMER/PPI sample. I have it operating, however I am wondering what is the proper...
Using NCS 2.6.2
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/pm_static.yml) in the CMakeLists.txt works well to use static partitions for a appl+mcuboot...
Hi
I have been using the nrf52840 development kit. In the sdk examples I am running the radio test example of pca10056, but in the retarget.c file I am getting this error...
Hi,
I'm working on a testbench to flash product with nRF5340 and nRF52840 chips.
In order to erase/flash both I'm using JLink Base compact and nrfutils CLI. But I have...
I've been trying to build the BLE Audio Broadcast source to run on my nRF5340 Audio DKs using the line in as the audio source. I've been developing on nRF52 for a while using...