Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
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...
Hello everyone, I'm using the nrf9160-DK and I'm trying to read data from an external sensor over UART and I'm a bit lost. I would appreciate if someone could point me in...
I'm in the process off trying to learn the world of BLE. Currently, I'm using nRF Connect for Desktop (w/USB dongle) as the learning platform. Using 'Server Setup' I configure...
We use the chip product of nRF52810 to do a wireless module design. While in sleep mode, we found some spikes, which are 0.6mV in amplitude and 180ms in period. It is not...
Hi,
we use CC310 (in nRF52840) in a project (working directly with the CRYS API from SDK 15.2.0). When doing a test of ECDSA with secp256r1, following the one given within...
Hello,
I am trying to change the tx power for my nRF52-DK which is having nRF52832 chip. I trying the following code to change the tx power to -40 dB.
int8_t tx_power_level...
Is there any example about the dongle nrf52840 act as a central? Is that possible? In that case for a ble connection between dongle and board a service does to be create on...
Hello,
I need to long WRITE AND long READ from a central/client (android) to a peripheral server (nrf52). when I says long it means longer than the MTU.
LONG READ
I...
At the top of the Nordic home page, there's a link for "Bluetooth Software":
Following that takes us to https://www.nordicsemi.com/Software-and-Tools/Software/Bluetooth...
Hi!
In a Bluetooth mesh, we would like to get a feedback message from a group of nodes, via a reply message, after sending a message to the group.
The Bluetooth blog writes...
Hi. I am trying to get the peer address from of the peripheral my central has connected to within the BLE_GAP_EVT_CONNECTED event.
The following returns the address, however...
Hi folks,
I try to do create timer. Therefore i want to adding some files in blinky project. So here is some screen shot. Thats about debug error. First i used SDK 15...
Hi team,
I was asked by one of my customers, that if they can use nRF51822-QFAC (existing products design) as peripheral while connected by 2 central (Phone & Router)...
Hi I am a fleding embedded system engineer trying new ways to develop a process( Flashing) in my company,
My company's senior software has designed a control box which...
Hi,
I am facing problem while developing code for the application.
I am working on the "ble_app_uart" example code to develop my one of the application, But after making...
I'm using the code from Vidar supplied here . It works well, but shuts off after 3 minutes.
Based on the idle_state_handle brief, " If there is no pending log operation...