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'm new to using the Nordic products and I wanted to be able to power my Thingy 91 device without the use if the USB and with a separate external power supply. On the...
Hi there,
Currently we are developing our own system to drive WS2812B LED's using the NRFX pwm library. And the coloring and signaling works fine when it is in a bare metal...
Hi,
I am using nrf52840 and SDK17.1.0.
I need to calculate CRC16 for communication with an another module. I found that we have an API for that. I would like to know what...
We are planning to develop an Matter door lock which includes NFC/RFID, Audio, keypad and BLE functionalities used separately. I am considering using either the nRF52840 or...
I tried setting the VDD voltage in the 9161 DK to 3,3 V, but it remains at ~1,76 V.
I'm able to enable/disable the GPIO extender just fine, so at least reading & writing...
I have had great success developing a project based on the peripheral_uart sample. Now I am trying to add DFU over UART to that project. Specifically, I would like to add...
Hi,
I have the following minimal example:
main.c
proj.conf:
Now, when setting CONFIG_SERIAL=n my nRF52840DK drains about 3-4 µA, when setting CONFIG_SERIAL=y it...
I am attempting to use the automatic WiFi connection feature described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/wifi_mgmt_ext...
Hello,
I'm trying to merge together a couple of sample projects to make a prototype (in particular, the LTE-BLE gateway, and AWS-IoT samples) - to run on the nRF 9160DK...
I used nRF52840 board with SDK 17_1_0 ,
VL53L5CX driver I want to transfer large amount of data on I2C but when i try to write it then first time nRF52840 restart and after...
Hi,
What is the correct way to build an application (say asset_tracker_v2) included in a newer SDK (2.6.1 for example), using a nRF9160 DK without on-board SPI flash device...
Hi,
I have a bunch of openthread routers and TTM shows one as in some error state.
RLOC is 0x9400, but no ext address is shown.
Also a child connected to this router...
Hi everyone,
I am planning to use the cadence/publish interval property within a mesh network. I can not find any examples on how to use it. I know I can set it in the nrf...
I'm developing a BTLE sniffer app to run on a headless raspberry pi 4 with html/php/js access. The application runs well on the development platform - Ubuntu 22.04.
On the...
We have some custom hardware that utilises an NRF52832. Up until recently, all our firmware was built on NCS V2.2.0, which I believe used Zephyr V3.2.99. We have implemented...