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 all.
I'm having some problems with compiling the bootloader_secure project:
I downloaded SDK zip from http://www.nordicsemi.com/eng/Products/Nordic-Thingy-52 and...
Hi, I would like to detect the presence of a particular device in an environment where there are many devices advertising. The advertising packets are received by a scanner...
I want to send the continuous data over the BLE which is received by the UART of my nRF52 Evaluation kit. The BLE connection is getting disconnected while sending bulk of...
Hello Everyone,
I am new to BLE world.
Currently using MDBT40 which has nrf51822 as core: www.raytac.com/.../MDBT40-ANT-D.pdf
I am following this repo: github.com/...
I want to use nRF51822 Bluefruit LE Friend device (blue board) as BLE Sniffer. My OS is Windows 7 64-bits.
I installed ble-sniffer_win_1.0.1, v1.0: FTDI Driver Requirements...
According to another question here:
devzone.nordicsemi.com/.../
I'm stuck with waiting for the LFCLK to boot forever.
Normally, keil has a .s startup file that dictates...
Hi,I use the SDK 12.2.0, I want to add the peripheral RTC example to the ble_app_uart.I find the softdevice have used the RTC1 ,so I want to use the RTC0,but when I added...
Hello,
I am seeing something strange wrt to reassigning the NFC pins (9,10) on my Rigado BMD-300-EVAL using nRF SDK12.1 and gcc to build. I have two SPI based sensors on...
test_ble_mouse_wo_bootloader.pcapng Nordic_Mouse.pcapng connect_to_phone.pcapng test_ble_mouse_1.pcapng test_ble_mouse.pcapng Hoping someone here can help. The setup is a...
My problem seems to be related to this unsolved question.
I've making a central application to connect to my peripheral but I'm having a hard time getting the service discovery...
Hi friends..!
I am trying to print data on UART but only just after when TIMEOUT (180 sec) occurs in the project BLE.zip .
Is there something BLE stack event has to be used...
I have BP device, It has start button. When we click the start button then it start monitoring the BP. Need to start/stop the device to monitoring the BP from the iOS App...
Hello,
I am working with the nRF52 DK and the PPK (Power Profiler Kit), however I can only program the DK when the PPK is connected. Once I disconnect the PPK the message...
Hi,
We are developing weareble with nrf52832 and already made 6 test modules. Everythink works fine except 1 module. This wonderful piece is visible only on PC Win 10 ...
Hi,
I am designing a BLE Device based on nRF51822, which broadcast three services : one home made service, the Battery Service, and the DFU service for the OTA update....