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...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hi all,
I'm porting a graphics library we used on a Renesas board over to the nRF9161. I'm encountering a secure fault and not really sure how to proceed.
I used the...
Hello,
I am using nRF9161DK, nRF_cloud_rest_cell_location sample. And I get the following error - failing to connect to nRF Cloud:
I double checked device provisioning...
Hi all,
I was wondering if anyone has any recommendations before turning the system off using sys_poweroff (); ? I plan to use this API to turn the system off upon command...
Hello,
I have impelemented a communication ble between two boards nrf52dk. This is correctly working and communication is very fast.
I want to implement a communication...
Hello, I am implementing a radio interface with a master and a slave. the master sends a synchronization frame every 1ms. this way the slave can transmit data for 500us, every...
As far as I know I added CONFIG_GPIO=y to my project. But the errors fill the build terminal window.
How do I see the rest of the log?
Am I missing an include?
Hello Nordic Experts,
I am developing using the nRF52833, using the module BM833 and a custom board with the Nordic SDK. I am running the UART example with some modifications...
The scan delegator functionality has been implemented in Zephyr and the samples\bluetooth\broadcast_audio_sink application uses it. A broadcast Assistant than therefore scan...
HI,
two years ago I started my adventure with the nRF52840 microcontroller. I started using SEGGER Embedded Studio for ARM as my development IDE. I created a peripheral...
I have compiled and run Torbjørn Øvrebekk's ESB MPSL sample ( github.com/.../ncs-esb-ble-mpsl-demo) for the nRF5340, which works great, but the cpunet on the PTX side hard...
I am using VS Code with the NRF Connect extension and NCS v1.9.1 and whenever I use LOG_INF with some simple text, Intellisense gives me the following error:
The actual...
If the legacy USB Driver for J-Link is not installed on Windows, some nRF DK boards do not show up in the device list in the nRF Connect for Desktop tools.
The latest nRF...
Hello,
I hope you are having a nice day. I just updated from nrf Connect SDK v2.4.2 to v2.5.0 when I encountered this bug.
Part of my application is based on the nrfx_prs...
Hi,
I made a DFU procedure with:
nRF52840 DK as Disrtibutor
nRF52840 Dongle as Target
Since composition data of my new firmware was the same of the one allocated on...
Hi, I am developing an application to read the ADXL355 via SPI. I have not been able to read the register of my accelerometer. And I don't know why. I tried reading the register...