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...
Hello,
I am using th PCA10040 board, and I can build my project without problems. But when I debug it, 'stopped by vector catch' error appears. I have been reading possible...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i have an issue with not responding pin interrupt so i try to run zephyr example to see how...
nRF9160 DK NCS v1.6.0, SLM with:
CONFIG_SLM_GPIO_WAKEUP =y
CONFIG_SLM_INTERFACE_PIN =24
Sometimes after at#xsleep=0 and several pulses on pin 24 SLM wakeups with...
Hi. I'm testing the multi-image DFU in nRF Connect SDK 1.7.0. I'm seeing an issue with the firmware images not getting reverted when it should.
Here's what I'm doing:
...
Hello!
I am having unexpected issues in setting TX power using Softdevice call to SD_BLE_GAP_TX_POWER_SET via sd_ble_gap_tx_power_set. Please see the code below.
The...
I am developing with 52840.
We checked button-related problems while using the source that checked the behavior on the DK board on the adafruit-circuit-playground-bluefruit...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i have an issue with not responding pin interrupt on an input pin
this is my trigger pin...
The following code works perfectly fine every single time if i use NCS 1.5.1..we decided to move to 1.6.1 recently, and while we were able to get everything else working,...
Hello I'm making a custom usb device class with 1 IN & OUT Bulk endpoints running on a nrf52840 with 340. The device reads the data correctly that are being sent by the host...
Just no clue on including the proper files, initialization and how to use API in main or handler. My intent is once a led is on trigged by a button pressed up from the other...
I am trying to develop a peripheral targeted for mobile devices that can either behave as a touchscreen (several simultaneous contact points, useful for performing gestures...
Hello
I wanted to use the MQTT simple example (which works great) and add timer, so that MQTT will be send every 20 seconds:
on main I added:
struct k_timer my_timer;...
Good day!
This function in scheduler server compares timestamps only between each other and if scheduler stores settings after reset and set new time (without bt_mesh_scheduler_srv_time_update...
Hello,
I am struggle with an issue. When I enable the BLE on an nrf52833 and try to write on the internal flash with LittleFS, my flash get corrupted. I try without enable...