Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
Dear nordic,
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart...
Hi,
I am using nrfutil to generate a bootloader ota package for NRF52832 soic. The command I am using is
I measure on my ubuntu pc, when this command is...
When I was running the heart rate example, I would report this error below, someone tell me what caused this error, which causes the driver to fail to recognize now. But I...
Hello,
The project I'm working in will be using the nrf52840-devkit to create an application which utilizes the on board radio for communication. We will be using nrf connect...
Hi
Hopefully a quick question. I want to send a set of bytes 'shtpData' between to routines but only one byte is being sent:
Sending 'unit8_t *dataPacket' of 5 bytes....
Hello?
There is a problem opening the SPM example.
I think it's because can't find the west.exe file. it's not in the Python37 folder, but in the Python38 folder. How...
Additional Information:
1. SDK: v15.3
2. Softdevice: v6.1.1
3. IDE: IAR v7.80.1
Problem Statement:
Is there a way I could enforce Secure connections just works...
SDK 16.0.0, Keil has a problem in development. FamilyPack 8.27.0 related issues. FamilyPack was changed to 8.27.1, 8.29.0, but another problem occurred. ("nrf_erratas.h" problem...
Hi,
I am trying to create a custom NDEF message to write to a NFC tag type 2 using the example code provided here.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
I have a Nordic 52840 hardware, which comes with the bootloader. Learned that the register GPREGRET address is 0x4000051C. The app is written in rust language, and the address...
I use the HID (HOGP) profile for some features of this product. Before the product enters sleep mode, I attempt to update the connection parameters to reduce power consumption...
Hi,
I'm encountering a strange problem with the nRF52832 when it works as Central with two bonded Peripherals connection.
In particular I'm able to secure the connection...
I am interested in transferring large data (>255) over SPIS.
My application requires that the nrf52840 is operated in SPI slave mode. To manage such transaction I have SPI...