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 am working in company for medical devices. And we test the embOS RTOS to use in the product. Reason: the device must be compliance to Medical Safety standard.
I...
hello Support team,
When customer to compile Nordic CHIP demo code(connectedhomeip\examples\lighting-app\nrfconnect. compiling error was attached.
tje
the code is from...
Hello,
We are making device using NRF52832 and SDK 16.0 .
In our solution we required to pair and bond , between phone and device and hence we are using the peer manager...
Hi,
Instead of an nRF9160, we are trying to expand the functionality of our older nRF52840 board with AT modem on it.
I would like to implement similar support for this...
Hello Everyone,
I am using a Thingy52 to take environmental readings, which are used to programmatically respond to changes. I have noticed that the blue bluetooth led flashes...
Good evening everyone,
i'm starting to program with the nRF52832 development board and i am testing the example programs. I started with the project:
- ble_app_hts_pca...
Hello,
I receive measurement data from 12 peripherals (custom PCBs) with a nRF52840DK. But I need a little more range.
Quick fix I am hoping for: Attaching an external...
I have the nRF5_SDK_15.0.0_a54641a files but I cannot for the life of me interpret the examples such that I can Frankenstein working code.
I am attempting to write integers...
Hi,
I have a question about PSM mode of nRF9160.
As I know, PSM mode is supported after 3GPP release 12.
But I found out that some network operator doesn't support...
I have a question about ADC configuration。 If an ADC input is multiplexed in different ADC channels , is the ADC data still dependable?
for example, the init code is as...
Hey,
I am facing a common issue in which I have seen multiple users. When I try to connect Gatt Server I got disconnection with Error code 133(0x85). and also we also have...
Hello, I need an application with a Bluetooth stack and FreeRTOS to handle different tasks (like button reading, sensor reading, ADC, etc.). So I try to implement the BLE...
Hello,
I'm using nRF52840 devboards and am running the NUS-examples on two devboards (peripheral and central) with SoftDevice S140 (SDK 17.0.2).
I want to synchronize...
Hello again,
I have merged two projects as described here:
https://devzone.nordicsemi.com/f/nordic-q-a/67575/serial-communication-usb-with-ble-hid
https://devzone...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
I used as a reference the ble_app_interactive...