Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...