Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
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...
Hello, I am looking for a way to debug firmware that includes MCUBOOT. There seem to be quite some questions in regards to same problem with no real resolution. I am using...
Hi,
I am new to the NRF boards and I want to include the cJSON library into my project code. I am going to get some data from another device using in the cJSON format and...
Hi,
I have used nRF Connect for very long time, and have just upgraded to v5.0.1. The software seems to use a sandbox tech and restores nrfutil.exe to its default version...
Hi
I want to update the ble advertising data in my program. In nrf5340 the bt_le_adv_start() command should run only once in the main program.
Is it possible to change...
Hello,
In our project we are using FLASH 2GBIT SPI/QUAD W25N02KVZEIR external flash together with nrf5340. I have made the flash definitions on v2.6.0\zephyr\boards\arm...
Hello,
I am trying to bring up a MBN52832 Bluetooth Low Energy Module supplied by Murata that uses the nRF52832 chip. The BT module is connected to the MCU(STM32F427) via...
Hi,
We are working on nrf5340 board with NS and TF-M setup and we have SDK v2.7.0
We need to have a flash partition to store the some secure data may be a size of 4KB...
The sidebar does not load, this is version v2024.7.13.
I uninstalled it and installed it again as an admin, but it still did not load.
Sometimes it loads for a split second...
I am using a custom board with a nRF52832 (inside a BMD-300 from ublox) that I can't seem to get to a lower power state. The lowest I've been able to get is 2.2mA even using...
Hi,
I'm developing an application on the nRF9160DK with custom firmware for both the nRF52840 as well as the nRF9160 on the board, using VSCode with the nRF Connect extension...
Hi,
I am working on an application with ncs 2.5.0 that is based on a combination of the central_uart example and the hci_lpuart as I'm trying to pass data around between...
Hello,
My goal is to read out UICR address 0x10001080UL from command line / MCUMGR.
How to acheive that?
I have tried and successfully compiled ran these mcumgr handler...
I am useing NCS v2.6.0. Setting "CONFIG_LOG_MODE_OVERFLOW=y", will always print "1 messages droppend" after a period of RTT printing. CONFIG_LOG_MODE_OVERFLOW =n will no longer...