Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
Hi.
I'm currently developing Android application using Kotlin. App connects with Glucose meter via BLE (for that I'm using this lib: https://github.com/weliem/blessed-kotlin...
Dear community,
I am using the nRF9160 chip, and I have the issue of occasionally unreliable positioning. Depending on the network, positioning happens quickly and is...
Hi,
I'd like to set log level within the app but without success. I am browsing through https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/services/logging/index.html...
Hi,
is it possible to write data to external spi flash using nrfjprog? This would be on a custom board, which has nRF9160 with extra external SPI flash (not QSPI)?
...
Hi,
There is a bug in ncs\v2.7.99-cs2\nrf\cmake\version_app.cmake
add_custom_command( OUTPUT ${PROJECT_BINARY_DIR}/include/generated/app_commit.h COMMAND ${CMAKE_COMMAND...
I am using nRF Connect fro Desktop Bluetooth Low Energy Standalone v4.0.4 with a Dongle USB nRF52840.
I can see my device when Legacy Advertising is enabled, but if I only...
Hi,
First of all, let me confess, I am new to VS Code - NRF SDK environment.
I have a VS Code setup with NRF extensions enabled and due to some reason, the error squiggles...
Hi , I 'm trying to send and receive on a websocket. Sending works fine and is received on the backend, but when I try to receive I just get garbage in my buffer.
I sanity...
Hi,
I'm currently trying to add MCUBoot in my project.
The project was built successfully by adding these lines to prj.conf.
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
I'm looking into using command line builds for nRF Connect SDK again due to issues I've been running into with vscode.
The instructions on this page ( https://docs.nordicsemi...
I have tried zephyr/sample/bluetooth/periodic_sync_conn in nrfsdk v2.7 and test on nrf5340 audio dk, and doens't work. the output is:
*** Using Zephyr OS v3.6.99-100befc70c74...
Hi,
How to solve the problem of writing data to flash using the write_data_flash function in save_stack_data function
1.1. I tried to add the function save_stack_data...
Hi! Background (feel free to skip) --------------------------------------- We have 3 nRF52840 boards, connected via ble/NUS as follows:
B also advertises bluetooth HID...
Hi, we are using the nRF9160 in conjunction with the nPM1300. To power off the device, we call lte_lc_power_off() which sends the AT+CFUN=0 command to the modem and waits...