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...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
In our application we need to have the NFC pins configured for GPIO and APPROTECT enabled.
As an additional safety feature I verify the UICR content inside my application...
Or any general how-to documents when the users want to set up any peripheral using the direct register access? I try not to use SDK for simplify and minimize the code side...
Hello,
I'm trying to implement the Gazell protocol for one of my tasks. I understand there is CRC for the data sent from the device to the host. I cannot however find anywhere...
Dear Sir
I'd like to develop the Window APP for Mesh (like nRF Mesh).
And I've face a problem. The ECDHSecret key of the Windows side didn't match the device side(Thingy...
Hi everybody!
I am new to programming with Nordic SDK and have some questions regarding writing applications with secure and buttonless DFU via BLE.
I have looked through...
I am using NRF52840DK with SDK15.2 to test the DFU.
I use Segger Embedded Studio to compile both the secure_bootloader project and ble_app_buttonless_dfu project.
Then...
Hello,
Is there any development board like an Arduino mini for the nrF52840. It need to fit a in very small enclosure
Ideally, I would like to test/develop some sensors...
Hi,
I am working with hid keyboard example on my Windows machine.
Problem 1 : After flashing the code, I make bluetooth connection and the code works properly. Then I...
Hi,
I am reading the Product Specification v1.3 of the nRF52832 SoC.
On page 23 the RAM0 block section 1 address is given as 0x21001000.
From the context I believe, this...
As per one of my discussions with , on another thread here , I can send a GenericOnOffGet from my android activity and I will get the status of the light in GenericOnOffStatus...
Again!!! I have a lot of problems to navigate on the Nordic products.
I follow the links and went to the start52840dongle and downloaded the SDK.
I find only stuff regarding...
Hi,
In looking down the road for product enhancements and migration to the 5.0 Bluetooth specification. I am interested and wondering if any discussion about chipset production...
Hi there,
one quick one:
when configured as SYSTEM RESET, Does P0.18 acts as an Input/Output? i.e. will be asserted Low by the NRF52840 while the MCU is in reset?
...
Hi all,
I'm using ble_app_multirole_lesc example to develop my application, it connect to android phone as peripheral role and now I need it to connect to another nrf52832...