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...
Hi:
What's the marking on the nRF24-LU1+?
Marking exactly "nRF24-LU1+" or any chance marked as "nRF24-LU1" instead? Your big assistance & prompt feedback is much appreciated...
I am using NRF52810 in : In advertising mode not able to erase or write to flash sd_flash_page_erase. hungs up via processing commands from nrfx_twis_state_machine
Hi,
I'm developing a custom application starting from ble_hrm_freertos application. When NRF_LOG is enabled there is no way let the chip in low power consumption. I found...
Dear Technical Support,
I have faced a problem debugging firmware on our custom board based on Nrf52811. We use j-link EDU and Segger Embedded Studio as development tools...
Hello Nordicsemi community,
1) manual build of mcuboot - When trying to build the mcuboot for nrf5340 via the mcuboot/samples/zephyr via the west build command, the build...
HI , nrf52832 with SDK v16 on that using this nus example location below mentioned
examples\ble_peripheral\ble_app_uart\pca10040\s132
in this example, didn't change...
Hello,
I have recently received the nrf5340 development kit as part of the Hackster contest.
I followed the webinar and to get started
1. Connected board via micro USB...
I started a new ticket since I got a solution to not connecting to the cellular network. Apparently the iBasis sim is not working so I acquired a Hologram sim. I now can connect...
the code yesterday when debug can pop out voltage ,i do not chang anything today ,the code can not run the location ,i make three breakpoints in code and debug ,the code only...
First day using the new dev kit nRF52833-DK. Connected it up following the instructions on nordicsemi.com/start52833dk - computer won't mount the JLINK removable disk so I...
Hello, i have complied and run this https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial program, so in on_write function am copying data from receiving buffer...
I am using nrf connect SDK version 1.4.2 and the AWS_IOT api to send data to an AWS IOT mqtt broker.
When our device boots, it correctly connects to AWS. However, when trying...
Hi,
I want to use some of the nrf9160 DK pin as feedback or notification out for other microcontroller.
So when i am using gpio.h Library it was showing error. I am...
Hi Team
From what I learned, the BPROT or ACL can protect the bootloader can not be modified by the application.
But is there any way to protect the chip from erased with...
Greetings!
I have a central that's writing BLE messages to a peripheral. The characteristic on the peripheral is a 32-byte array, and my experiment is to write 32 bytes...