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...
Using the nRF9160 on the Verizon network we are having some issues with eDRX. Specifically sending data to the device from our MQTT server.
We have configured a eDRX interval...
Hi,
I am working on nrf52 msc example. I am required to use internal flash for msc. In example there is support for ram, sd card and spi flash. I am required to use internal...
Hello,
I'm currently trying to sniff the DH Key Exchange as specified in Spec 5.1 p.2446. I'm using the nRF51 Dongle as sniffer, the nRF52 DK as slave and the nRF52840...
Hi,
I am using two nRF52840 DK in which one of the board is flashed with light switch client and other one is flashed with light server and a nRF mesh app is used for provisioning...
Hi,
I see Nordic has recently released an updated software to do direct test mode (without the use of python or the old nRFGo studio). I am able to run the test code on...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
1) While upgrading over serial interface using DFU, whether UART needs...
Hi,
If you are interested I would to contribute to https://github.com/NordicSemiconductor/nRF-Sniffer-for-802.15.4 repository. On the python driver part. You could allow...
Hello
I'm doing a test that if it's possible to start ibeacon function when BLE is connected in nRF52840. so I merge ibeacon into HRM demo code and as you can in the following...
Hello ...
Our BLE peripheral product (nRF52810, SDK 15.3.0, SD 112 6.1.1) is relatively simple. iOS device (central) connects to peripheral. Data is exchanged between the...
Hi, i'm new to Nordic devices and i hope this topic hasn't already been treated. I'm triyng to debug an example application; after the first breakpoint, i loose the control...
Hi,
I try to set the TX power of the NRF52833 to the maximum possible power level, but somehow nothing seems to affect it.
I first tried to change it in the sdk_config...
In spec, 9160's PSM current is 4uA/3.7V.
However, When I use a same PSM code.
On our product. We measured is 4.5uA/3.7V and 5.5uA/3.7V. And on 9160DK, the consumption...
HI,
I'm trying to add some functions to my code, and the buttons interaction is one of them. I saw some posts and I think I did exactly like that but I can't get interaction...
So I was following the documentation. Installed everything successfully. And now I am trying to send the program to the nrf52840. However when I do ninja flash<program> I...
I've been trying to create a simple SPI to UART bridge starting with the peripheral template example from the nRF5 SDK 16. I want to read 5 bytes from uart, send them via...