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 SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello.
I'm reading the documentation of the radio peripheral of nRF52832 but I can't find any information about the S0 and S1 fields.
What are those fields? What do they...
Hi, guys. I'm using the PCA10056 and the SDK 15.3's BLE UART peripheral example. I'm working on a PWM controller using the mobile app.
I need to create a delayed PWM signal...
My current project is to build a simple BLE LED controller. The goals of this project are to familiarize myself with lower level modules and to practice designing/building...
Hello,
I'm trying to create a project from scratch and write my own drivers. I have strong background in C but unfortunately I don't know anything about assembly. I could...
Very strange, I have lots of nRF52x experience, but this one has me stumped.
Successfully updated our custom board/application from nRF5_SDK_15.0.0 to latest as indicated...
Hi all, I apologise for this very basic question, but I don't understand how to add/enable RTT debugging to my code. I want to practice writing basic code for the NRF5 SDK...
Could you please advise me regarding BLE security?
For security purposes, UUID data shouldn't be included in the advertising data package?
If we don' t put UUID in the...
Hello
My custom board has only 1 button and I'm trying to detect 3 button clicks. The first click is waking up the device and the other 2 are configured as BSP_EVENT_KEY_0...
I have a setup similar to this
When the callback is executed, the execution will enter the inbuilt_key function and then the output will stop and the execution will halt...
I'm using v1.2.0 for the nrf project and I am fairly confident I am using modem firmware 1.1.1 (though I don't know how to verify that).
I'm basing my project on "cloud_client...
Hi,
I am evaluating the ble_app_hrs_pca10056_s140 project with nRF5SDK160098a08e2 Dev kit and nRF82540 dev board.
I have put a breakpoint in line:
*p_erase_bonds = ...
Goodmorning,
what is the maxium current output for SPI pins on the nRF24LU1? The datasheet say "IVDD External load current" of 2mA, is this refered to the internal regulator...
In the documentation of the nRF SDK for Mesh v4.1.0 is written: "The following figure demonstrates how the data packets flow between mesh nodes and their layers within the...
Hello
Beacon using timeslot API
I am trying to implementing a beacon functionality using your timeslot API.
The beacon shall run in parallel to the normal SoftDevice...
Hi all,
In our application we have a piconet master (acting as GATT client) and several piconet slaves (acting as GATT servers). We have only limited time on the channel...