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...
Hi,
I've just downloaded SDK 15.3 and compiled BLE peripheral HRS app. After flashing SD 332 and the app and starting it, it seems to hang on disconnection. I.e. It starts...
I developed an application using nRF5 SDK for Thread and Zigbee v2.0.0 but I'm having problems when I want to send a broadcast from the Coordinator to all Sleepy End Devices...
Hi,
I wanted to know about gps of nRF9160. How much is the accuracy of this device ?
Anybody has worked on gps feature of nRF9160 module ?
Regards,
Archana
Hi,
I need some clarification about how to differentiate the normal press and long press detect for a single button to assign awake and sleep mode.
I am using nRF52832...
Hello,
First of all, here is my setup :
- SoC : nRF52832
- Board : BLE nano v2
- SDK : 12.3.0 version
- SD_Version : s132_nRF52_3.0.0
- Compiler : GCC
- Smartphone...
I found strange slowdown in SEGGER_RTT_printf() output which I use for reporting RSSI value at t BLE_GAP_EVT_RSSI_CHANGED event.
My sample code for nRF52832 is based on...
Hello,
I am using two nrf52840 DK boards, I tried to run TWI scanner example on one of the boards of SDK 15.0 example. I'm not getting the other device address it is giving...
Hello,
I'm working on a new project I just got passed on to me, and I just realized that the project uses indications instead of notifications for no good reason.
Then...
Hi all,
I'm testing serial_uartes example (from SDK v.15.3.0) on nRF52840 in order to adapt it to my own project.
I need to receive and send large amount of data (up to...
I am trying to add DFU service to my custom application, I have taken ble_app_hrs_s132 with DFU as a reference and added all the required files and made required changes in...
I have a Dongle and the Voltage of VDD OUT pin measures 0 VOlts usin multimeter and SEGGER j-link EDU (Results below)
it the chip (or the regulator on-chip) destroyed...
Hi,
I want to add mqtt to at_client sample. I tried to merge the files but I need to add few projects becuase there is dependencies..
I didn't find a way to add new dependencies...