I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
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...