I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I am wondering what to do to fix the error I have been getting while trying to debug my project. I am using app_trace for logging. I would often get an error on the...
I have a custom PCB with nRF51822. I have copied the "QFAA QFN48 with internal LDO setup" schematic from Product Specification v3.1. However, I have not copied the PCB layout...
Hello,
I am using a custom PCB with ISP130301 BLE module based on nRF51822. The PCB layout for the module is designed based on the recommended PCB land pattern and solder...
Hello,
yesterday i ordered th nrf52 Development Kit an just had a look in the Errata infocenter.nordicsemi.com/index.jsp So if i get my Development Board, will all this...
Hi,
I've read posts showing programming the Beacon with nRF51-DK using the debug-out port. As the nRF52-DK is available right now, does anyone have any idea if I can use...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.8.0.7
I need to check if notifications have been enabled by the central - if they have I then want to notify...
I wanted to test nrf51-ble-driver_linux_0.5.0 in the latest Ubuntu, but got this problem:
...
OSError: libboost_thread.so.1.54.0: cannot open shared object file: No such...
Is this even possible? I have a BLE connection with an interval of 7.5 ms. I've set up a radio notification with a distance of 2680us in order to be able to transmit 4 BLE...
Hi,
I want to know how sd_ble_gap_authenticate api works.After executing this api, what are the events invoked at peripheral end. Is there any event that blocks CPU or...
We are designing product based on nrf2401A
The problem that we encountered was that the nrf2401A forgeted configuration data, was it possible ?
we use our product in highly...
Hi,
I am using the nrf51822 in an intermittent high-current application where if the battery is close to dead, will sometimes cause the chip to reset because the voltage...
I am using SDK 8.1.0 and Eclipse on a Mac. I am having difficulty flashing my app that uses the nRF51 sdk onto nRF51. I am using JLink
I assume I need to flash two things...
Hi nrf51 developers,
I'm developing multiprotocol application by combining BLE and a proprietary protocol. I'm using concurrent multiprotocol timeslots API. Started with...