Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
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...
Hello support,
Currently i'm working with one application using NRF52832.
in which i have to fetch data from coming from PIC controller to NRF52832 over UART communication...
Hello, I owe a nRF9160 DK version 0.8.2. The ERRATA 0.7 document says that for this version the GPS antenna does not work well. I need to use GPS for extracting PPS signal...
Hi all, I've been recently working on PSM for my device, and I've not found any resources that answer my query or provide the knowledge I need. From my reading in this article...
Hello whenever I am calling sd_power_system_off(), it gives me the following error- implicit declaration of function 'sd_power_system_off'.
What shall be the optimum solution...
I use a 3.3V battery as VDD on an nRF52832 device.
Along the line this battery might do down from 3.3V to 1.8V. Will the Internal Reference Voltage be consistent at 1.8V...
Hi,
In apply_old_config.h ,here is the code:
for example:
If I set SYSTICK_ENABLED =0 in sdk_config,here will overwrite the macro define because #if defined(SYSTICK_ENABLED...
As per the datasheet of nrf52840 any peripheral like SPI/UART/... can be configured to any of the GPIOs so is the QSPI also.
But at Pin details QSPI pins are recommended...
Hello,
We are working on machine health monitoring system. For that we are using nRF52840 SOC as Central and nRF52833 SOC as end node. We had used single Central node and...
Hello.
I'm beginner on Nordic product and checking the examples with nRF5_SDK_17.0.0_9d13099 on nRF52833 DK Board.
I tested ble_app_uart and it works. Now checking ble_app_hrs...
Hello, I am
I'm a Beginner at developing NRF 51822 My Development Environment sdk : 12.3 IDE: KEIL v5 SoftDevices : s130
Recently, I've been experiencing a lot of...
Hi,
I'm trying to find a way to power down and on again a RAM section, but I haven't had any luck finding.
In the SDK examples, there's a RAM retention example only, but...
Hi! I am using nrf52832 with icm20948 (SPI) and I want to put nrf52 in sleep and wake up if there's any motion detected. I am unable to put my device on sleep by the function...
I use nrf_libuarte_async from nRF5 SDK v16.0.0, without softdevice on nrf52840. The idle power consumption of my board is several tens of uA. I call:
and then the idle...
nRF52840, SDK16.0.0, S140v7.0.1
We use SoftDevice (RTC0) and app_timer (RTC1). I'm trying to configure RTC2 and TIMER0 to do PPI-driven crystal timing as described in...
I'm using the empty_app_core project for the APP CPU and my NET CPU binary does not start. I suspect the NETWORK.FORCEOFF is holding the NET CPU in reset upon startup. I tried...