Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Hi,
I'm having an issue with using nrfutil to generate a bootloader settings image for loading onto an nRF52840 MCU. The resulting image appears to have the wrong starting...
The SERIAL_OPCODE_CMD_CONFIG_TX_POWER_SET (0x44) is not supported in mesh SDK v4.0.0, so I added the following in the file serial_handler_config.c
#include "core_tx.h" #include...
Hi,
I have an application that needs 256kB of RAM however when I try to compile the code for the application processor it complains that there is only 64kB available....
Hi, I've created a custom service for my application. However, is there any way to give a name to the corresponding UUID? I want the custom UUDI to be appearing for example...
Hi,
I updated Segger Embedded Studio to the latest version, 4.50, after that it asked me to update JLINKv6.62a firmware update, but there after I had problems with the board...
Cortex M33 applications on the Thingy-91 - are we able to write any application program that would normally run on a standard M33 ARM processor (off the shelf) - or are there...
Hi I m new to Nordic products and I m just evaluating the nrf5340-PDK.
is it possible to enter in SYSTEM OFF and wake up the CPU with RTC0 or RTC1 interrupt?
How To do...
Hello to all. Is it possible to send and receive data between 52840 dongles using ZigBee? I need a simple program which records data in one dongle and sends to another. Thanks...
Hi :
Our project(SDK15.2) use the uart DFU to transfer the firmware , usually when the firmware has been transfered ,it can jump to app successfull .But Sometimes,bootloader...
My goal is based on SDK16.0.0 and s132_7.0.1 softdevice to achieve BLE DFU (requires binding) and UART DFU work at the same time, I have combined the 'secure_bootloader_uart...
I am having an issue using the DTM app in nRF Connect. It is the latest version of the app (v3.3.0 as of this writing). The issue is that if I disconnect the debug lines ...
#define FIRST_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(20000) //20s
/**< Time from initiating event (connect or start of notification) to first time sd_ble_gap_conn_param_update...
Hi,
So I am currently trying to connect my nrf52840 DK to aws cloud using an LTE modem. My aim is to be able to store responses from the modem and parse them appropriately...
I have a simple question.
I am successfully reading an external ICM module and I am trying to print is identity (value 0xEA).
NRF_LOG_INFO work perfectly well on the...
Hi ,
Have a problem,pls help
Software: nRF5_SDK_15.3.0 (ble_app_hrs_freertos)
Hardware: nRF52832
In the User Appication Code,Using CRITICAL_REGION_ENTER()/EXIT(...