Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi,
I was at the webinar today where they talked about SDK 3.0.0. They mentioned that the QSPI examples were "JESD216 flash" and "JEDEC SPI-NOR flash". I don't see either...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
Hi,
I've done a fair amount with the NRF51822 and Keil on Windows but decided it was time to switch to my native Mac instead of the VM!
Reading all the guides around...
Hello everyone,
I'm a beginner and i'm trying to debug a nRF51422 BLE project.
The SoC is supposed to wait for commands from a STM32 in order to execute some functions...
Hello,
I'm a newbie in this area, and I'm trying to program NRF51822 QFAA on a custom board according to the given tutorial for a dual bank bootloader ( devzone.nordicsemi...
Hello,
Since I am still a little confused, could anyone tell me what S110 and SDK I should use for nRF51822 QFAA? ( infocenter.nordicsemi.com/.../nRF51_Series_Compatibility_Matrix_v2...
i am going to buy nRF51822beacon but i do not know what to buy with it ?
i will buy nRF51 DK but i also want to use a segger programmer with nRF51822beacon.
what confusing...
I was wondering if you could advise me on the best way of adding in BLE functionality to an existing ANT application. Is it simpler to have both transmitting at the same time...
Peripheral receives 4 bytes from central in order to set color of 5 LEDs (1 byte command type + 3 bytes RGB data). There's an iOS app with color picker where user can select...
hi every one.
I need to load softdevice to nRF52 preview DK before execute this app follow it, but i don't know exactly how to do it.
This is my solution:
open...
Hi,
When I reset my nrf51822 beacon firmware using nrfgo, it works just fine. When I try to reset the firmware using jlink, I end up having problems. There are no errors...
Hello, I have downloaded the nRF_MDK_7_2_1, and open \Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_beacon\arm\ble_app_beacon with Keil_v5.
I set IROM1...
Teaching myself the Nordic libraries and API for nRF51 - going smoothly.
Keil uV5 and Dongle and SDK 9.0.0
Wanted to send my own data in the characteristic for HRM service...
The workaround for nRF51822 PAN#73 specifies setting an undocumented register at offset 0x0C0C of the timer peripheral to 1 prior to TASKS_START , and clearing it after TASKS_STOP...
Hi
I am trying to flash a new firmware into my device through DFU via the programming python script.
I use SDK7.2.0, and do:
ipy main.py -f c:\myproject.hex -a XXXXXXXXXXXX...
We are using the Nordic UART service for our product. Should we just use the standard UUID that the Nordic Uart uses or just generate our own for the product?
Thanks