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...
I am using the latest SDK 15.2
I am trying to build a network of "nodes" these nodes both scan and advertise and will connect with each other.
i currently have 7 NRF dev...
I had some trouble using Visual GDB, it seems their board support packages for nordic are not well updated. I really wanted to use VS studio for this project so I can organize...
I find that nrf5SDKforMeshv300src does not contain some documents, such as how_to_build_cmake.md, how_to_build_cmake_generating.md, how_to_build_cmake_generating_customization...
I have a project that generally operates as a typical peripheral, but occassionally sends advertising packets of type BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hello Nordic Experts,
I am developing the pairing in a central. I am working on nRF52840 DK with nRF5_SDK_15.2.0_9412b96 as the cnetral and I have an iOS app as the peripheral...
We are using the nRF52832 with S332 v2.0 of the stack. We have recently been testing concurrent operation of a BLE peripheral connection and an ANT bidirectional master. The...
Hi all,
I'm using nRF52840 Development Kit and Nordic SDK v15.2.0 with soft device v6.1.0
I'm using ECDSA Cryptographic libraries for a BLE related project. I want to...
Hello,
I am working on Low power and Ultra Low power.
I am using the nrf52832 chip as well as the breakout board. In SYSTEM-ON mode power consumption around 6 mA and in...
How do I calculate round trip delay (time taken for packet to travel from peripheral to central(PC) to peripheral again)? Is the existing time calculation in the example code...
Hi,
I have some troubles using TWI easy DMA. I set EASY_DMA flag to 1, but I can't see any results in my performance tests. Can anyone explain me the required steps? ...
I am looking at the android version of the Blinky application and was trying to make some modifications to enable the LED3 on multiple boards (peripherals) to turn on from...
Hi,
In a peripheral, a notification is sent to the central every 10ms. (payload less than 20 bytes)
I use : radio_notification_init(6,NRF_RADIO_NOTIFICATION_TYPE_INT_ON_ACTIVE...
i want to read the temperature ..... my temperature data is executing from 0 degree temperature ...is there any way to execute only actual data instead of starting from 0...
I'm probably not using the good terminology here... let me explain my application.
I have an existing board which has all the logic implemented in an STM32 MCU. I now need...
Using Softdevice 132 version 6.1.0 I issue the request for scanning by calling sd_ble_gap_scan_start() with: ble_gap_scan_params_t scan_params = { { .extended = 0, .report_incomplete_evts...