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, in these days I want use the new feature of C++11 in nrf52 project, so I rename the "main.c" file to "main.cpp"(ble_app_blinky project), select the C++11 compiler in project...
Hello ,
I ’ m trying use nrf-blue-image-transfer-demo with nRF52840-DK.
https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo/tree/master/pca10056
I use...
Hi,
I have a problem with the mlme_start_req:
I have defined the following structure for mlme_start_req_t:
#define SUPERFRAME_ORDER 15u
#define BEACON_ORDER 15u
...
Hi.
I was wondering if there are any options in the pipeline for the nRF91 series. Any pin-compatible variations of the SoC, like a device without GPS or BLE or other...
I using the nRF mesh SDK v2.2.0
I do the below steps:
- Provisioning the light node by the interactive PyACI
- Configure the light node
- Can the node with PyACI using...
My simple BSD socket example does little more than send/recv a message to a server over LTE (it's adapted from Rallare's tcp sample). It works, however the recv() call does...
Hi,
I am developing firmware for a custom NRF52840 based board. I am using softdevice 6.0.0 with SDK 15.0 and the SES environment.
I am trying to use three application...
Hello, My name is Rafiul Islam, and I am a part of a Capstone Engineering team at Simon Fraser University (Vancouver, Canada). For our capstone project, we are expected to...
Hi,
I have the simplest of SAADC sampling scenarios whereby I'm sampling a voltage in a one-off manner, nrf_drv_saadc_init, nrf_drv_saadc_channel_init, nrf_drv_saadc_sample_convert...
Hello,
I am using NRF52832 and nRF5_SDK_15.2.0 for the our device.
I am using FreeRTOS also.
I have some issue about sleep mode with FreeRTOS.
I refer to some suggestion...
Hello,
I'm having a weird issue that I'm not sure how to debug. I have an app that I know works fine if programmed just with the softdevice. However, when I also program...
Hi,
I want to implement the tap sensing in my product. for that i have BMI160 accelerometer for tap detection interrupt.
during wake up time i need to read the accelerometer...
Hello,
I am interfacing some chips + sensors to wirelessly communicate to an nRF24L01 connected to an arduino nano which is pluged via USB to a computer.
This nRF24L01...
Hello,
I'm trying to work with ADC on nRF9160DK and I'm using 3V for VDD IO;
With below configuration
I'm getting full scale reading at 640mV
When I've switch to...