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...
Related to https://devzone.nordicsemi.com/f/nordic-q-a/76545/lpuart-nrf9160---nrf52840 (I can not add reply there).
With ncs v1.6.0 every second AT transaction fails.
...
I'm trying to make a sensor device BLE capable (using a 52832) - and some tutorials I read suggest to use "nRF Connect" for desktop for test and debugging.
I have an Asus...
Hi Nordic Team,
We are working with two nrf52840 chips that communicate with each other via gazell. To change system settings we write characteristics via BLE. Recently...
Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to...
Hello, I'm building a custom app using the nRF Mesh Library for Android.
I'm using a server database in which I'm storing appkeys and netkeys values so that I can use...
Basically, I cannot do continuous TX with nrf_libuarte_async:
Here is simple reproduce:
It only output ===TICK=== and no +++TOCK+++
Here is what I've tried:
...
Hi,
On the nRF52810, is there any limitation on using P0.12 with I2C? I am using MS50SFA module on a custom PCB.
I've also noticed the same issue on a nrf52 DK while using...
i use ncs1.5.0 and nrf5340dk_nrf5340_cpuapp, i disabled uart0 ,enabled uart3, disabled hci_rpmsg out ,and connect uart3 rx pin p0.32 ,tx pin p0.33 to a 232-usb connecting...
hi
I use nrf52 sdk17. i want to change device name .
1. if device name is less 19, more 18 ,it is ok. for example
#define DEVICE_NAME "123456789123456789" . it is OK...
Hi,
I'm trying to catch my NRF packets with nRF Sniffer for Bluetooth and I can't find them (after starting advertising).
On the other hand - I'm able to connect to the...
Hello,
I am stuck on the step of getting the Thingy91 to start working.
I am following this tutorial: https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy...
Hi,
i am working on nrf52dk. i have already implemented dfu with button. i want to implement buttonless dfu. as there is a example provided in ble_peripheral with name ...
I'm more of a programmer than an electronics person so I apologise in advance if I misuse terminology or if the answer to this would be obvious if I had more experience. ...