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...
Thanks in advanced. Platform is: nrf52832-qfaa, SDK_17.0.2, use V6.88a JFflash. I design custom board with cp2102n and nrf52832 to act as a usb receiver. All these boards...
Hi, I have flashed the nRF52840 dongle on macos (11.4) and ubuntu (20.04.20) using nRF Connect for Desktop (3.61) following the guide ( https://infocenter.nordicsemi.com/index...
Hi, I'm trying to run my app on a custom board, I keep getting the error "stopped by vector catch" before any of my code runs. I've tried sample programs for the equivalent...
Hello,
I am using one nrf52840 based SOC with nRF5_SDK_17.0.2_d674dde SDK for one of our project. I am trying to utilize internal 1MB of flash for storing some data. For...
Hello everyone,
I am working on a project using FDS. I am using the nRF52832 with the s132 SoftDevice.
As far as I can tell, the code I've written to store data records...
We are building a consumer electronic device which uses: HW Version : nRF52833 on our PCB.
We need mesh to be implemented as we large number of devices connected a single...
Hello,
I am using a central with SDK 14 & nRF52832; my goal is to read the RSSI & MAC from a connected peripheral device. During the BLE_GAP_EVT_RSSI_CHANGED event what...
Hi All,
I am working on nRF52840 and using SDK 3.0. A developing product that uses a thermostat cluster.
I want to add a few custom ID's to the thermostat "enum zb_zcl_thermostat_attr_e...
Hello All,
I am getting an assertion as below,
<error> app: ASSERTION FAILED at ..\nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde/components/libraries/pwr_mgmt/nrf_pwr_mgmt...
Hello,
We are trying to use `nrf_modem_lib_shutdown` to turn off the modem before entering system OFF mode. We are using LTE link control, with the following LTE settings...
I am using the nrf52832 with softdevice s112
is the app_timer library still limited to the max period of RTC1 as explained in this post https://devzone.nordicsemi.com/f...
I seem to have this issue on this page in the info center https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/group__nrfx__saadc__v2.html
when I click on "API description...
Hi, Dear Nordic & all:
I just want load and run the “serial_lte_modem” example about NCS 1.5.0's project in SEGGER(no file modified) on nRF9160 DK,but there is something...