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...
Hi,
As far as I understand from this page [https://openthread.io/platforms Host / 802.15.4 Controller section] it is possible to have Dongle running thread attached to PC...
Hi, everyone,
We develope project on nRF52832 Chip. It has one UART port and we need to make it working as RS485. For this purpose we connected to TX/RX pins the required...
I am trying to send hundreds bytes to peripheral, the best tool that I can find, is still nrfConnec. But the data only be typed one by one. Is there any way let it load a...
I am using a nrf52832 with SDK 15.2 and softdevice s132 v6.1
My peripharal should transmit an iBeacon to wake up an application on the smartphone and also transmit a connectable...
Hello,
For a new project I am using the Decawave module DWM1001. This module is equipped with an NRF52832. I have already used the nrf52832 for previous project and I face...
Hi there,
Is there a specific sequence needed to power-up the NRF52840?
Let me get into the details:
My design uses configuration #5 from the datasheet (see below...
Hi, I'm using the serial example from the nRF5 SDK for Mesh (version 2.2.0) and after running it for extended time with data being received from nodes every few seconds, it...
I have a small app_usbd demo which works fine on the nrf52 dongle, but not on the larger nrf52840-dk.
I am running SDK 15.0 with the errata fix mentioned on several other...
ATT MTU THROUGHTPUT EXAMPLE FOR nRF52810 on KEIL using S132 v5.1.0 PLEASE >>>>>>>>>>>>>
Tried this : https://devzone.nordicsemi.com/b/blog/posts/the-s132-v5-1-0-is-now...
Hi!
I am currently developing product containing Thread mesh and BLE peripheral service. I am using Thread SDK v2 in my software. My application has to support writing to...
Is there any NRF51822 DFU guide under following conditions:
a. NRF51822
b. SDK11.0.0
c. Dual Bank BLE DFU(\examples\dfu\bootloader\pca10028\dual_bank_ble_s130\)
I...
Hello i am working with light switch proxy client server sdk example.i make provision light and switch using nrf mesh application.i have three nrf52832 dk board.i flashed...
Hi.
I work with PCA10040 and SKD_14.2.
I use UARTE with easy DMA. I see big enough delay between sending nrf_drv_uart_rx_abort and entering to UART event hanler. What...