I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi. I've developed a PCB with nRF52832 and I'm having problems with the circuit. When I put my hands closelly of P0.00(XL1) and P0.01(XL2) the bahavior of nRF changes... I...
I apologize if this was already answered elsewhere - I didn't find it.
I have been digging in the nRF52840 source code for the serial_nRF52840 SES project to understand...
Hello, I am trying to switch from BLE_GAP_PHY_AUTO to BLE_GAP_PHY_CODED in runtime, and I need to change central event length via sd_ble_cfg_set(). Whether is it possible...
Hi, i am working on servo motor using nrf52840 development kit , i want to run parallely four servo motors , i have merged the ble_app_uart+pwm library example ,
1. As of...
Hi,
I am using an external RCT module to provide 32.768kHz square wave for the nRF52832 instead of an external crystal oscillator. When the system goes to deep sleep mode...
Hello,
I'm aiming for flashing the nrf52832 via SWD via my own SWD implementation.
I'm good so far with the init phase, reading IDCODE writing registers. Long stort short...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I modified ble_app_blinky with below...
I am getting ecg data from max30003 IC which i want to send via BLE to and application. I have the Ble code working on its own and the SPI code to get ecg data working on...
Hi,
I am working on nRF52840 (dongle) using nRF Connect for desktop on windows 7.
I was able to write the "peripheral/blinky" example and was able to see the output...
I am willing to use the uart or uarte driver to be able to have to buffers for the Rx, I have a huge flow of data at high sped arriving to the UART, I have read for few days...
My goal is that disabling the interrupts other than soft device interrupt.
I think that this is achieved by d isabling interrupts below a certain level (in this case, 2...
Hello,
I am using NRF52840 with SDK 16. In my project I need to restart the chip after a successful pairing but I can't find any event that can make me sure about pairing...
Hi,
On zephyr, I am using the cryptocell as my backend to do the following operation:
mbedtls_entropy_context entropy; mbedtls_entropy_init( &entropy );
My memory...