I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
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...