This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
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...
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...