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 -...
Hello.
I would like to use any of bonded {IRK, LTK, ediv, rand}info to validate public MAC[6], to be sure that it's valid. Seems that such validation functions are only...
There is a bug in the nrf_libuarte_async.c file :
The first argument to the macro is "m_ppi_channels[PPI_CH_RXRDY_CLEAR]". The macro itself is defined as:
As...
Hello
I USE SDK15.2 ble_app_gls。
The mobile phone continuously pops up 3 windows to ask whether to pair and a password input window when the mobile phone app is connected...
Hi there,
On my custom hardware, I am running out of I/O pins and I want to leave the SPI slave active like if csn_pin were enabled/connected to an SPI master, is it possible...
We are working on a device that communicates with the mobile device. There is a button in the device to wakeup. But this button does not wake up the device. On debugging we...
Hi I want to connect the system with random passkey, i modified the code like below the central is giving the passkey and i entering the passkey at device but not able to...
Hi,
first of all: Thank you very much for providing such a great tools as the nRF Connect Desktop tool!
I've installed the tool today and discovered, that the nRF Connect...
I'm trying to update firmware of nRF9160 DK, but fails.
I downloaded nRF9160 Modem Firmware and Modem DFU Tool from this page; https://www.nordicsemi.com/Products/Low-power...
DFU has worked fine until just recently.
Our custom hardware is using the nRF51822 and softdevice 8. We are using non-secure DFU.
We are using the latest nrFConnect. We...
Hi,
I'm trying to flash my device. Until yesterday, this command ran just fine and I was able to flashing my nRF51 chip. But I'm unable to do so anymore and can't figure...
Hello everyone,
I write this post because I haven't been able to find a solution to a problem I'm having to implement a parallel to serial converter. I am employing the...
Hi,
I am using the NRF52840, softdevice: s140, example: ble_app_uart from nRF5_SDK_15.2.0_9412b96.
short description of my application: i am developing an application...