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 have three Pins which are used as Port event interrupt source.(low-accuracy)
In some cases If I generate some interrupts (maybe 2 every second but random on at least...
Hi Nordic,
I want to know about the boot procedure of nrf52832-dk.
Where in the official documentation can I find what the boot order/proedure is for the nRF52832?
...
hi,
I use sdk17. 1 , protocol stack version 7.2.I have some questions. I want to get the mobile phone confirmation event in nrf52833
after the mobile phone confirms the...
Hi,
I used to be able to configure a console (SHELL) to run over a UART over USB connection (USB CDC ACM device) on Zephyr 2.5.0. With the latest version of nRF Connect...
Hi,
We developing a fitness machine about cycle bike sensor. We create a FTM service include a control point characteristic and We use some VR app(Zwift/Rouvy) to test it...
I've been stuck for days trying to get I2C working on a NRF51822 board by Holyiot. Through scanning, or using the sample project (samples/sensor/lps22hb) I am unable to detect...
Hello,
I have a project where I need to develop an application for GATT Client. The GATT client will need to:
read the value of a characteristic of a GATT server ...
It would be nice if there was a North American mirror for the Nordic Infocenter documentation pages. Given how many connections back-and-forth something from https://infocenter...
I want to use a sensor with nrf52 dev kit. for the same purpose I am first scanning sensor using twi_scanner example but it does not detect. configuration used for nrf_drv_twi_config_t...
I've been experimenting with dynamically changing advertising data, but whenever I call bt_le_adv_update_data I'm consistently running into the following error.
[00:00:04...
Hello i am new to Nordic. I found intresting examples like central_uart and peripherial_uart in nRF Connect SDK 1.7.0. These examples work well, but i need multilink central...
I thought it might be of interest to note that in the Keil compiler (which for me is code size limited because I do not have $$$ or Euros at my disposal) generates a code...
As said in the title. I can see on this page , under "nRF9160 SiP modem firmware"
that: "It can be used for nRF9160 SiP Revision 1, but only for testing and development...
Using nRF52832 and nRF52840
nRF5 SKD 17.1.0
I have bonding running, and have bonded initially (first run with bonding enabled), and Buttonless DFU upgraded once (using...
I've search DevZone, read the header info in ble_advdata.h, but don't understand when using ble_advdata_encode() is required. (I looked for Hung Bui's blog about advertising...