NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hi!
With SDK15, I figured that is possible to change the advertisement content on the fly by overwriting the content of `adv_data.adv_data.p_data` and updating `adv_data...
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...
Hello,
I am trying to load ble_app_beacon code provided in nordic sdk to redbear lab's ble nano. I am using sdk version 8.0.0 and soft device(s110) version 6.2.1 .
I am...
If BLE device is sleeping,is link layer connection terminated or the link layer connection is still valid..?
if it is valid..how the master will know about the sleeping periods...
Hi all.
Consumption current increases by about 1.5 mA after a battery check.
uint8_t battery_start(void)
{
// Configure ADC
NRF_ADC->INTENSET = ADC_INTENSET_END_Msk;...
Hi all!
My project is depend on the "ble_app_template",which uses the "scheld structure", I am able to read the data from app but not able to send my data with notification...
I have a question about that code, when I test my code with lightblue, it showed me that there is an service called application notification client service, but it didn't...
I'm using GPIOTE library to check the change of two switch inputs.
Normally it works well, but rarely GPIOTE_IRQHandler become never happen even if the pin level changes...
Hi Nordics!
I am using app_pwm.c file in SDK 8.1, and when I use it with softdevice(advertising or data transfer event), sometimes pwm signal is reversed.
I guess, reversed...
Hi Guys,
I am using a the 350Mhz Analog Oscilloscope HM303-6 www.hameg.com/hm303-6.0.html to measure the voltage utilised by the board when it is transmitting data.
...
Hi,
Once I enter into BLE mode I am not able to read any gpios(nrf_gpio_pin_read) also I am not able to set any gpios (nrf_gpio_pin_set).
Below is my example
uint8_t...
I'm trying to establish a bond in my project and then perform service discovery, however the discovery is returning the BUSY error.
I tried to wait for the events according...
In SDK 8.0 the bare word asm was re-introduced in nrf_delay.h , causing failures in compilations that use strict C/C++ standard conformance flags. This was noted in earlier...
Hello Developers
I have to solve a problem for which I could not find much information about online, so I am hoping you guys can help me.
I am developing a WIN32 application...
Hello, For some reason the Ble App Uart is not working on my PC anymore. I have gone over Nordic tutorial again however, the LED doesnt blink and I cant detec the device on...
Hi,
What are the general causes of SDS assert in nrf51/52 ? Assuming that SW has been tested, is there something that could happen in the code that would cause the assertion...
Hi All,
I'm using "scanForPeripheralsWithServices" of iOS to the BLE devices.
"scanForPeripheralsWithServices" sometimes never return anything.
I have to stop scan or...