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...
Greetings,
we are wowing on integrating release assistance into our product to decrease total power consumption by reducing network traffic. In our actual application we...
Hi,
I am trying to run range test on nrf5340 DK and have some trouble with that. I flashed uc with hci_uart from sample folder and tried to run dtm (from nrf connect)...
Hi,
I am trying to develop an application on nRF52840 development kit board. When I am trying to build I am getting below error "nrfx.h: No such file or directory".
Unable...
I want to make custom ble service on nrf52840 dongle, i am in intial stage of making it .
I refreng to https://github.com/bjornspockeli/custom_ble_service_example this but...
Hi,
We are currently using the Proxy Mesh SDK (V 2.2.0) for our application along with nRF52 15.0.0 SDK. We need to migrate it to the latest Proxy Mesh SDK and NRF52 SDK...
Hi,
I want to make the slave disconnect with the master in a minute automatically.
However, It's failure when I have motified the codes like below:
Whatever I change...
Hi All,
I would like to export all project files to an archive. Since the Nordic SDK files are all over the place that does not seem to be that easy.
Is there an "export...
I would like to make the nRF sleep as much as possible. In the FreeRTOS application idle hook I first process any scheduled events ( app_sched_execute() ), i can confirm this...
Hello,
We are trying to set up communication between nrf52840 and Arduino UNO over I2C.
The challenge is we don't know the slave address of the Arduino.
Anyone...
It appears that when publishing AGPS data to nRF Cloud, the map does not appear as it did back in July. Is there any extra end-device configuration that needs to be done to...
I want to use the SPI sample code provided by this website ( https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi )to build my own project...
Hi
I'm trying to add bonding in nus example, I'd like to add my peripheral in ble table in my android phone with a password, for example 123123
I've changed the security...
Hello,
Im trying to add WDT functions to my FreeRTOS/BLE project.
I set
Also added nrfx_wdt.c and .h files to path, but still doesnt help.
SDK15.3
What Im I...