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...
I have try to midify:
// <s> NRF_DFU_BLE_ADV_NAME - Default advertising name. #ifndef NRF_DFU_BLE_ADV_NAME #define NRF_DFU_BLE_ADV_NAME "User Name" #endif
but it does...
For flash memory, 10000 write/erase life is specified in the documents. is that means 10000 lifetimes for writing only and 10000 only for erasing? I have to delete the page...
Hi,
I'm trying to flash my network kernel code to the nRF5340-PDK network core over JTAG. It's a custom research OS called Tock that you can look at here . The code is fairly...
Hi everyone!
I want to send data (with nRF52832 chip) on a mobile phone every 1 ms, is it possible knowing that the minimum connection interval between a peripheral and...
Hi,
I am have programmed my Thingy 91 device with lte_ble_gateway program to collect data from 5 bluetooth devices and send them to the cloud. This program runs fine,...
Hi all,
I've a custom board in which I'm trying to interface SD card with nRF52840 chip.
I've checked connections with multimeter for connectivity and added pins accordingly...
I'm new to the NCS/Zephyr environment. In the past I got the nRF52832 working with the VL53L0x. I ported arduino code of the VL53L0x and got it working well. But now I'm trying...
I have never seen documentation this opaque. How on earth am I supposed to use this documentation to write C code? I can't find any macros, static variables, nothing to get...
Application blinky example hangs when connecting with android app. I get 0x4001 error in app_error_fault_handler().
It is strange that when i use blinky app on android it...
It was my first time working with the Segger embedded IDE
SEGGER Embedded Studio for ARM Release 5.42 Build 2021031901.45616
and NRF52840-DK.
PCA10056
2.0.0
2020...
I have a problem with printk/LOG in one program (samples/sensor/bmi160). All my programs, except this one, gives me serial output from both logging (LOG_INF etc) and printf...
I bought the PCA10056 board. I want to develop my own application over the ble_app_template example. How do I create a ble service? how do i create uuid? I'm confused. could...
Hello,
I tried to setup the UART example provided at this link: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160
I open two COM ports...