At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hi!
In my project i am using a motion sensor that uses a custom protocol. This has resulted in needing to implement bitbanging for it to work. The issue with this is that...
Hi,
I want to obtain the nrf52833‘s’ temperature with the SoftDevice enabled, and I have designed the code with reference to the example project. However, once the temperature...
Hi there,
I am trying to get nRFConnect working in VSCode, but when i click on things in the welcome screen it only shows "activating extensions..." in the bottom bar. I...
1) On p. 55 of nRF52805_PS_v1.4.pdf, section "5.3.8 Reset behavior" shows that a pin reset will reset GPIO, so will a pin reset active low also reset PSELRESET registers,...
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...
Hi,
I have built and run the MQTT sample for an nRF7002-DK and had it work as expected (connect, publish messages to test.mosquitto.org).
Now I'm trying to get that sample...
I created a new application using the "Create a new application" > "Copy a sample" > "zephyr/samples/basic/blinky" option in vscode. And I added a new build configuration...
Hi Nordic community,
I'm currently working on a project where I'm aiming to implement FOTA updates on the nRF52840 DK, with the application images stored on the MX25R64...
Both a colleague and I discovered that the default Device Provider, nrfutil, is not working in the current versions of VS Code and nRF Connect for VS Code extension. nrfjprog...
Toolchain v2.6.1 installed. Attempt to Manage SDKs fails.
[13:12:52] nRF Command Line Tools 10.24.2 are up to date Command failed: git ls-remote --tags --heads github.com...
First attempt to use the Power Profiler II on Windows 10 didn't work. I was getting [sdfu] No deviceInfo available for the device, code: Argument. Message: Operation device...
I would like to perform a test to confirm the receiving characteristics of the nRF52840. When I looked at the RF Performance Test Guidelines White Paper, I believe it said...
Hi,
We were testing MCUboot uisng nRF52 Dev Kit and ran into an issue that updated firmware in slot1 couldn't be booted:
Since we don't need bootloader upgradability,...