Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hi
I had this problem. In my program, I send an archive with various data. I send the data using the notification. The central device is a smartphone with Android OS. If...
Hello,
I want to add another custom BLE service (custom 128 bit UUID) including its 4 characteristics (no separate 128 bit UUID / 20 byte characteristic value length), but...
Will Mesh DFU overwrite the mesh provisioning data on my device? Let's say I have a device that has been provisioned for my mesh network. If I issue Mesh DFU for the Bootloader...
I'm having issues trying to program a custom board with NRF52832_QFAB in DC/DC config. I couldn't reach a complete programming because I'm getting an error in open ocd with...
I'm trying to accomplish two things: 1. Write 2 values to the UICR (2 arrays actually - a serial number and encryption keys). 2. Flash the device in such a way that the information...
Hi,
I was looking at the --help command of nrfutil pkg generate and I noticed that there is an application version string option.
What is the use of this option? I know...
Hi,
I try to run nrfutil from source code but it fails.
I clone the master branch of nrfutil (v5.2) from github, and run it by this command: py -2 .\nordicsemi\__main__...
Hi,
I am looking for ways to reduce the Element count on the nodes that have multiple instances of same model.
I was going through the Mesh specifications and I found...
Hi,
I am using NRF51422 Development kit in my project.Here can you tell me which version of Segger embedded studio want to download for this controller. And also plz let...
Hi,
I have just got my SAADC up and running on my nrf9160, reading a single ended input.
Thanks for the support on this ticket, "ADC on nRF9160 DK - Example code problems...
Hello every one !
I am trying to use the GET_CODE to ask information from one of my device.
I have a ressource called RES1 to which I send a GET request with the following...
Hello,
I need to implement NRF52832 iBeacon Advertising Connectable beacon. Connect with Mobile App change parameter like UUID,Major,minor,Tx power etc via remote configuration...
I am trying to perform the steps from infocenter.nordicsemi.com/.../iot_rpi_kernel.html in order to build a 6LoWPAN boarder router. I followed the steps from Option 1: Cross...