Hi,
NRF52805 custom board.
I want to preserve HF clock state in my code (adding custom function to the bootloader) but found datasheet a bit confusing.
My simple question...
Hi,
NRF52805 custom board.
I want to preserve HF clock state in my code (adding custom function to the bootloader) but found datasheet a bit confusing.
My simple question...
Hello forum ,
Here i tried to write and read from flash qspi w25q64 but read and write both are failed ..i m using nrf52840 kindly pls help me for read and write
Hi! We're evaluating the nRF7002 with its DK. As part of that I'm trying to run the sample in ncs/sdk/v3.0.2/nrf/samples/wifi/raw_tx_packet. I build it with: `west build ...
Hello everybody,
now, I am solving problem with switching off Wi-Fi interface on nrf7002-DK. I am runnig SoftAP example on my nrf7002-DK board. So my board behaves like...
Hello everyone! I'm currently working on a custom PCB designed specifically for drone communication . In my design, I'm using the nRF52820 as the main microcontroller and...
I checked the nrf52832 manual and found that both XC1 and CX2 are analog input pins for the 32Mhz clock pin configuration. The reference design for both uses 32Mhz crystals...
When the Softdevice is not enabled, can the nrf_nvic_ functions be used? When I never enable Softdevice but call err_code = sd_nvic_ClearPendingIRQ(RADIO_IRQn) I get error...
I am working with the DK-52 and SDK 14.2. I am generating two PWM signals using the pwm driver.
Everything works as expected on PINS 11 and 12.
If I change pins to 5...
I'm using nRF52832 SDK board with softdevice s132_nrf52_5.0.0 and SDK 14.2.
The program compile without an error. I tested the led and timer separately and these work.
...
Hey all,
I tried to build my project in the Keil µVision IDE.
But everytime I get the same error and I can't figure out where the problem should be.
I searched for the...
I would like to call sd_power_system_off in my error handler. The product is at a stage where occasional errors still occur as the devices are deployed "in the field" for...
We have a custom board solution with an BLE module from Laird, that uses nrf51822 IC, as a gateway. Code was written in Keil and we used SDK v 8.1.0. Originally we didn't...
According to BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part G page 2248
Exchange MTU procedure is initiated by the Cilent, and only be initiated once.
But by looking...
Hi,
I'm trying to add the peer manager to my project, following the guidelines at infocenter.nordicsemi.com/index.jsp
I've copied the peer_manager_init() function exactly...
The pm_evt_handler routine handles the event PM_EVT_CONN_SEC_FAILED and lists the following text as comments:
case PM_EVT_CONN_SEC_FAILED:
{
/* Often, when securing...
Hi Community,
I have nrf51822 module and use it's ADC. I had 2 AAAA batterys to supply power. But found 3V regulator consumption over 100ua. It's too much with sleep mode...
Hi,
We are trying to learn how to use the python bindings with the nrf51 dongle on an application for a windows PC.
We got as far as installing the pc_ble_driver_py, but...
Hi,
I am trying to run the light switch example of the nRF5-SDK-for-Mesh-v1.0.1 on total 2 boards(1-client (own nrf52832 board) and 1-servers (dev kit nrf52832 with pca10040...