I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external...
Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
I'm adding CONFIG_NET_CORE_MONITOR in both application and network config per https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/others/network_core_monitor...
Hi,
I'm trying to run the Lesson 4 Exercise 2 solution from the Nordic DevAcademy BLE Fudamentals course (origin/v2.9.0-v2.7.0) run on a nRF54L15 PDK board.
I'm currently...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi All.
I am trying to measure the consumption of the SoCs inside the nRF52840DK and the nRF52833DK using a PPK(II), both running the same code to make comparisons.
First...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Hello,
So — in just trying to get the blink example working, I've come across all kinds of toolchain weirdness. I'm using CrossWorks, because it's on OSX and it's way cheaper...
Hi all
Is possible from softdevice or from program application edit the GAP service? I know this service is mandatory but what about edit the structure which is shown on...
Please give me a professor.
In the nRF 52832 sample project, there is an NRF_LOG_INFO function, is this the ability to output a debug string to the UART?
If so, how can...
I have custom service, where I have declared 2 handles inside BLE Service structure, one for button action and the other for custom battery ADC measurement, each identified...
Hi,
I have seen similar questions to this, but I could not make it work.
I am trying to upload a new code using DFU by means of a smartphone (using nRF Connect) or PC...
Hi. I just noticed this bombshell in the release notes for v13.0.0-1.alpha:
Dropped support for nRF51 Series devices.
Although this is preceded by:
...
Hello ! I am trying to implement a write request but for unknown reason it doesn't transmit back the gatt_status. I have setup the wr_auth = 1. GPIO number 19 si actually...
Hi, I want to add DFU to ANCS example.
I use SAMSUNG GALAXY Note5, nRFToolbox, SDK 11, nRF52832, softdevice 2.0.1.
Bootloader project I use is : nRF5_SDK_11.0.0_89a8197...
Hello,
I am working on ota ble_secure project. I have created a zip file which is the last step and copied this file to my smart phone so that I can upload it using nrf toolbox...
Apparently you need to set the CCCD handle of your target characteristic to enable notification. Problem is, how do you do that? I now know at least 2 ways to do that, one...
Hello!
I am using application that support ANT+ and BLE, so i am using s332 softdevice.
now I want to add BLE bootloader feature. (send .bin via BLE). but in SDK v12.2.0...
I am using the nrf52 development board, when I try to connect to one of its pins a signal from a sensor that generates an interrupt signal every 1ms the programs stops or...
Hi,
I have relay board which is attached to the SoC module nRF9E5 and also microchip serial SPI EEPROM 25AA320 is also attached.
I have the EEPROM programmer and I am...