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...
Hello, in my travels through Nordic development, somehow I am only now creating truly custom characteristics, and I realize I have no idea why there is both an initial and...
Hello, when I run the subject example and connect to it, I see the RX and TX characteristics like I'd expect.
However, I see a descriptor on the TX characteristic which...
Hello! I am trying ZigBee multi_sensor example.
(I had a question here as well. Thank you. "Zigbee multi_sensor example has not connect" https://devzone.nordicsemi.com...
I want to set up a SPI transfer so the transfer itself is triggered by PPI. The PPI is set up working, the chain of events is
Timer CC0 -> Set CS low
Timer CC1 -> Start...
In implementing the --application-version-string with nrfutil I found the help was inconsistent with the application.
The help for this option is:
In the example 2.7...
Hi guys.
I'm trying to merge two projects ble_app_beacon and nrf_crypto_aes_cbc_with_padding.
I used nrf_crypto_aes_cbc_with_padding as base, copied it to another folder...
hi
i want to develop a keyboard that can communicate whith pc by ble and 2.4g . now,the 2.4g's communicate between nrf52840 and nrf24lu1p is achieved by project gzp_desktop_emulator...
I am based in Hong Kong. I purchased NB-IoT sim card with "Three".
When using LTE Link Monitor, (with at_client) I can connect to the NB_IoT network, as Three support told...
Hi! I would like to power the DK through a external power bank. This leads to led5 blinking rapidly for a while and then turning off. I assume this is because of the debugger...
Hi Team,
We are trying to compile the code with my changes, that changes are normal changes only.
But we are getting below errors in "nrf52840.h" . But we didn't do...
I have a nrf51-DK, SDK 9.0, S110, dual-bank bootloader that supports both serial and ble protocols, developed using GCC/Eclipse. I'm able to flash my app/bootloader/softdevice...
We are building a sollution using nRF52832. Using the UART over BLE application example as a base we managed to add DFU capabilities to the application etc.
Right now I...