Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
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...