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...
Hi,
We are currently trying to design a system using one of the nrf5 bluetooth chips. However, we are still in the process of designing a functional antenna and need to...
Hi, I am trying to implement an example that support multiple peripherals (HRS & UART). When I get a connection (from either) I get the BLE_GAP_EVT_CONNECTED. How can I differentiate...
What is exact difference between heartbeat and health models?
I know heartbeat can be used to detect node outage, but so can be health message?
So, which one should be...
When starting up the device with the nRF5 SDK 3.2.0 for mesh, even though the model and subscription list state is loaded from flash, it is stored again right afterwards....
To the kind attention of Nordic support team,
I was reading this blog https://www.ericsson.com/en/blog/2017/12/wake-up-radio--a-key-component-of-iot
May I ask if Nordic...
After Downgrade protection in the NRF9160 has been set with AT%XPRODDONE=1, switching it off with AT %XPRODDONE=0 returns ERROR. Is there a way to disable downgrade protection...
Hello DevZone,
Is there a way for hardware to update the timer capture register?
I want to create different frequencies using a single timer. Next to the timer, Bluetooth...
I am using Nordic proprietary RF receiver and transmitter. I want to display the received data on my serial terminal using UART pins (any 2 pins as Rx-Tx) .
When I tried...
Hello,
i'm writing a code for NRF9160DK where i plan to send a HTTP POST request to a test server when i push BUTTON1 on DK. To achieve this result i studied separately...
Hello,
I have an issue since today. Indeed I worked for a few weeks on the nRF52840 and everything was alright. I used a dock to connect the nRF52840 by serial port with...
Hi,
I have an application where an nRF52840 DK(1.1.0) is configured to work as both central and peripheral. I want to set a lesser duration for advertising with whitelisting...
I have added lbs_service from ble_app_blinky service within ble_app_glucose example. I made changes in main.c and EMPROJECT File accordingly. I have added ble_lbs.c file in...
I need help in implementing Monitor Mode Debugging (MMD) using Segger Embedded Studio development. Can you please provide detailed help and explanation please?
Hi Devzone:
After searching through the forum I found out that nrf_fstorage_write can only make 1 to 0. So each write needs an erase operation preceding it.
But erase...
Baseline: CLI example on the 52832 with SDK v15.3
I assume the issue will be some more undocumented fix.
sdk_config.h
main.c from the CLI example (UART backend...