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...
I know I can set the TRACEMUX pins to 0 to enable the GPIO instead of SDO. I do this on the first line of the program.
My problem is that when I click debug, from the time...
hi The serial ports p0.04 and p0.05 on our hardware circuit. We can't communicate with the board with nRFgo studio after modification. The serial port has been closed. Request...
Hello everyone,
In the past few days I have been struggling with the following issue: I have a file on my iPhone, I want to send it to the NRF52840 using BLE (the softdevice...
Hi,
I am running the following setup, both on nRF52840-DK:
1. Central : Always scans , when he finds devices with NUS service -> Initiate a connection
2. Peripheral...
My company has a situation where we have 3+ devices.
A is the provisioner (also an embedded device)
B is a already provisioned device
C is a non-provisioned device...
Hi,
I have made a custom board with u-blox bmd-340-A-R-01 module and trying to erase the flash with PCA10040 DK. I am getting error when I try: nrfjprof -e. Please find...
Serial Example in Mesh SDK allowed embedded system to provision a Mesh network
by interactive_pyaci.py controlling nRF52 with serial example with UART.
But the example...
Hi Nordic
SDK15.2 based application and bootloader running on NRF52840 based UBlox module.
We have the following symptoms happening in the field:
- 2 channels of the...
The customer wants to implement a hid function like the nrf52840 on the nrr9160, and there are no off-the-shelf routines or references to add the hid function.
Hi everyone,
I need your advice regarding the regulator configuration of nRF52840
I am designing my own PCB using Raytac's module MDBT50Q-1MV2 that carries on the nRF52840...
Is this the right cable to program the Thingy 91 using nRF9160-DK?
https://www.digikey.com/products/en/cable-assemblies/rectangular-cable-assemblies/450?k=adafruit%201675...
Hi,
I've developed a custom board with nRF5340-QKAA (see schematic sheet attached). nRF5340's VDD pins are not tied to VDDH pin, then I assume the nRF5340 automatically...
I tried to build the OpenThread CLI sample in nrfConnect SDK 3.1 with the version of Segger as installed by the ToolChain Manager. 4.52 on a nRF52840 DK board.
This is the...
Hi I am now aiming to progress ota with android application. Following the guidelines on ithub, I created a class DfuService, NotificationActivity. The class internal code...
HI All,
I am trying to modify the default spi example code. Here i want to toggle the SS line for every bytes transfer , Please suggest how do i can achieve this ?
If...