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...
We use nRF9160 on our own board. The firmware "Serial lte modem" is installed on the chip with connection to an external MCU. We connect to the broker through the MQTT command...
Hi,
I'm trying to compile Zigbee examples nRF5-SDK-for-Thread-and-Zigbee in Keil but faced some errors.
This is the error I got. This is the exact location of the project...
Hello,
I'm designing a device based on nRF52840 SoC that receives a configuration (set of 50 parameters) from an app which downloads the configuration in JSON format from...
Hi, I tried to run an adc example ( https://github.com/haakonsh/NCS_SAADC_example/tree/master . ) for nrf5340 in another post ( how-to-configure-the-dma-in-adc-and-how-to...
Hej!
Upgrading from SDK16.0.0 to SDK17.1.0, concerning sdk_config.h in my application: I worry that some new options could have been introduced while some old ones might...
Dear support,
I tried to follow the video here for adding service to https://webinars.nordicsemi.com/developing-bluetooth-low-energy-6 ,
Read and notification works fine...
I think I may have found errata. Using the combination in the title I can enable output, verified at the pin using OUTSET. Once the softdevice is enabled the same command...
Hey,
Currently using a nRF9160 DK with an iBasis eSIM (connected to AWS/Azure)
Any good input on using the eSIM as an root of trust? Implementing it as a security layer...
I have been working with the Azure iot hub sample appilcation since version 1.5.0 and use an SD card to store the authentication certificates and other information to connect...
We are having trouble getting the NRF52833 to operate in a low power mode. It always seems to be drawing 1-2mAmps.
Application: Nrf52833, Central host, scans 100ms every...
Hello,
I am using nRF52840 DK board and nRF5SDK17.0.2.
I am trying to code to print data on UART so I have added below folder path into user include directories:
...
I want to add iBeacon frame in eddystone.
nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_eddystone
in this along with eddystone advertising i want that ibeacon...
Hello,
I am new to Nordic. I was trying to find a sample code that has implemented NVS / EEPROM (I don't want to use external EEPROM). But I did not find any example that...
Hi,
I have the SLM application running in a custom board with uses the NRF9160. The SLM is driven an external microprocessor within the same board. Everything seems to work...