Hello!
I am working to design and build a custom PCB using the nRF7002 chip and came across this callout on the schematic diagram and wanted some clarification about it...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello,
In my application, I need to activate BLE during startup only if some conditions are met otherwise I put the nRF52 in SystemOff mode. BLE should not be activated...
Hi,
I have been receiving the error: undeclared identifier "TWI0_USE_EASY_DMA". I researched and found that the solution was to include "nrf_drv_config.h" and add #define...
Hi, I have problem with discover services in advertising mode on NRF51822-BEACON. There is default firmware in this beacon. I using Xamarin on Visual Studio 2015. It is connected...
I have integrated IAR code into my company system.
with the Jlink_monitor.c, jlink_monitor.h , jlink_monitor_ISR_ISR.s and enableMonitorMode.mac.
Step 1: I loaded code...
Hi,
I am trying to use the nrf_drv_twi class but I cannot define a nrf_drv_twi_t instance. When I write the code
`nrf_drv_twi_t twi = NRF_DRV_TWI_INSTANCE(0);
I get...
Hi,
It is indicated on page 59 of the datasheet (rev1.0), concerning the register nr.8 OBSERVE_TX, that "the counter PLOS_CNT is reset by writing to RF_CH . See page 75...
I am working with SDK12.2.0. I see that transports seem to be registered as section variables with the identifier dfu_trans
I have added a section definition in flash to...
Not sure if this is a typo in the function comments or a small bug, but thought you'd probably want to address it either way. I'm on the most recent NRF5-SDK (12.2.0) and...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Gentlemen,
I'm trying to develop a Health profile solution that works with Win 8.1
I'm using SDK 6.0 and S110 v 7
Win 8.1
I found the Win 8.1 sample app...
I am looking at the Master Emulator examples ProximityDemo and HealthThermoDemo. I can use both to connect to one device that I have (Device A). I try to use ProximityDemo...
Hi,
I want to achieve DFU OTA nRF51 using NRF52832.Is it any example,or data transfer message sequence charts documentation? Could you give me some suggestions?
Thanks...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi,
I hope you are doing well. I am working on nrf51822 project. I want the nrf51822 to advertise for 5 secs and then sleep for say 30 mins or an hour and then wake up...