Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
I was able to write some I2C code to successfully work with the TCS34725 by porting a library from Arduino without fully understanding what was going on. Now I have to port...
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...