Trying to set up a PPK(II) to measure the current in my nRF 52833-DK and preparing my nRF Connect for desktop to do so, I notice that this tool is demanding a V7.94i version...
Hello,
I am working with the NRF5340dk, nrf7002ek, and PPKII. I am unable to get the DK to power up with the PPK. I used a knife to break the trace but for some reason...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hey Guys,
I noticed when I use nrfutil DFU BLE command on the nRF52 DK the nrfutil program a "connectivity firmware" before the perform the DFU BLE to a Target device....
hai
i have tried to store and update some data in flash using pstorage. on storing data data is stored successfully.
#include "mbed.h"
#include "pstorage.h"
#include...
Hi all ,
hi NORDIC team ,
I'm currently developping a multiprotocol adapter LORA/BLE . I'm using the sd130 .
Semtech's third party says that it's "recommended " to have...
52832,SDK12.0.0
I met such a situation:
In the use of JLink burning program or air upgrade, after the completion of the program card died in initialization low-frequency...
If I am programming a BLE Server device, and I configure a characteristic with BLE_GATTS_VLOC_USER and queue a notification with sd_ble_gatts_hvx(), how soon can I update...
We're developing with SDK 10.0, nrf51, softdevice 8.0.0, s110.
We started with the ble_uart_app and added our own functionality, which includes the timeslot functionality...
the code is
nrfjprog -f nrf52 --snr --memwr 0x10001080 --val 0xabcd0102
I am doing the example infocenter.nordicsemi.com/index.jsp
I am able to get everything up to...
Hi,
I am currently going through the GCC and Eclipse tutorial. Now I struggle to compile the project.
I installed the blinky project (nRF5_SDK_11.0.0_blinky_blank_pca10040...
Hi all,
nRF52840 and S140 support bluetooth 5. Bluetooth 5 expands 8.x adv data length. I test it on the ble_app_att_mtu_throughout example and add more 30 bytes data to...
Hi,
I have a question about choosing "correct" soft device. I need only peripheral connection, but I'm bit in doubt for choosing SD110, because compatible sdk ver 10.0...
what is the function of bsp.h header file. if i use my custom product should i also use this header file?
i am tring to make LED blink with custom port pin. (different pin...
HI, i'm trying to perform the following operations with the Core Bluetooth Framework of iOS:
Connection to peripheral
Services Discovery
Characteristics...
Hi
for some reason I cannot connect any PC terminal to my custom board: I would get consistent NRF_UART0->ERRORSRC = 0x000c or 0x0004 indicating break and/or framing issue...
s132 4.0.2, nRF5 SDK 13. In BLE_GAP_EVT_CONNECTED event handler I try to call sd_ble_gap_data_length_update returns NRF_ERROR_RESOURCES.
I have
#define NRF_BLE_GATT_MAX_MTU_SIZE...