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...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Folks,
Have a very puzzling problem (which means I must have done something really silly :-)
Built a prototype in which the nRF52 section is a clone of the one in the...
Hi,
My team has created a custom board with NRF 52 and were able to flash the blinky sample successfully. The LED connected to P.20 is glowing on the custom board after...
Hello! I need to start a sequence of 26 pulses after getting low level signal on gpiote pin.
I can do it in gpiote event handler but I need it most of the time so I want...
I've been developing an application using the NRF52 DK and everything has been going as planned. I then made my own PCB which would take these modules by Rigado. The BMD-300...
Hi,
I am creating an application based on ble_app_hrs_c (central role). I have a few questions on this.
o I do not understand whitelist_load(). It first gets a list...
Good morning Nordic team,
I was measuring the nRF52832 chip in DC/DC mode. Everything went just as expected.
Now I was looking at the current consumption when the radio...
Hi guys. I have a EVK_NINA_B1 board which is based on nrf52832 and SDK12. I am trying to run the ble_peripheral/ble_app_uart/ from examples. I can send message through "nrf...
Hello,
I use SDK 11 with nRF52, softdevice s132.
I am able to successfully use the bootloader in serial mode (with UART) to upgrade the application, but an error occurred...
hi nordic,
After i received this kit from Mouser Electronic, when i got it check the board which some question,
we examined its outward appearance and found that this...
Hi,
I have my nrf52 DK. I would like to advertise as Beacon and be BLE (which I can connect to via iOS app) device at the same time. Do you know any examples of this kind...
Why does the macro CHECK_RAM_START_ADDR only check for C_LINK_CNT and P_LINK_CNT and not the SEC_COUNT? It is always set to 0 in the macro.
I have increased the central_sec_count...
Hi ,
I use timer to handle pwm signal,
1.when calling button by phone is pressed,
Timer starts,(function:on_key_trig_speaker_event())
2.pwm signal run (speaker_meas_timeout_handler...
Hello,
My name is krishna,
I have couple of NRF24L01+ modules,
I am trying to implement MultiCeiver in the NRF module.
The problem is i am able to receive or transmit...