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...
Hello, I am having an Assertion failure like this:
My nrf/ext/lib/bin/supl/CMakeLists.txt looks like this:
Line 9 is already changed to if(CONFIG_FPU), as per the...
What is the default data rate of Nordic BLE, and when is it set in the Thingy code? I can't find any reference in the code to what I assume would be NRF_RADIO->MODE!
Why ram and flash size in a board configuration in Zephyr OS for nRF5340PDK doesn't match with declared on your site? According to your product specification, application...
nRF52840DK devicetree describes both uart0 and uart1 explicitly in nrf52840dk_nrf52840.dts file: https://github.com/nrfconnect/sdk-zephyr/blob/v2.3.0-rc1-ncs1/boards/arm/nrf52840dk_nrf52840...
Hello,
NRF52832 - SDK16 - sd132 7.0.1
I have an issue with ble_db_discovery_start() that return NRF_ERROR_NO_MEM, when I followed the functions call I found the error...
Hi,
I started with the Blinky example and have added peer_manager to the project by referencing the hrs example. Everything is building, but on init() I am getting a hard...
I have two custom pcbs containing the nrf52832 chip with the EXACT same hardware and software.
When I program and run the old pcb,
The old pcb runs OK. It returns from...
I use SDK 15.3 and SD S340 v 6.1.1. Bootloader is designed to do custom update through GSM; code based on secure bootloader ble example from SDK. I have used code that previously...
Hi,
Greetings!
We are using following setup
nRF52832 DK
SDK16.0.0
Mesh SDK 4.0.0
Light Switch Server and Client
Here we would like to understand below things...
HI,
I set RTS,CTS to disconnect in the overlay file.
(Toolchain Manager.0.6.1/NCS1.3.0)
&uart0 { rts-pin = <0xFFFFFFFF>; cts-pin = <0xFFFFFFFF>;
};
warnings occur...
Below are the details of my setup configuration:
SDK Version: 11.0.0 (with changes corresponding to hardware)
Soft-device: s130_nrf51_2.0.0
Boot-loader: nrf51422_xxac_s130...
Hi, I am Working on nRF52840 and using nRF52840-DK.
Below is my working environment SDK - nRF5_SDK_16.0.0_98a08e2 ,
IDE - Segger Embedded studio (windows 10 - 64 Bit)...
Hello! I gonna buy a NRF52-DK. The seller says the following about kit version :" Hello, original imported. The latest version of 2020. 2.1.0 version". Is it correct? I can...
Hi
In my application, I use nrf52811 to relay data to make the data go further. If data is sent from point A to point B, point B receives the data and then forwards to...