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...
In the Nordic Connect app, firmware uploads keep running even if the app goes in the background or the device goes to sleep. What should I do to run the DFU library with the...
I'm starting with BLE Mesh SDK and have some doubts about their examples.
What's the difference between Light_Switch Client/Server version and Proxy_Client/Server and Provisioning...
Hello,
First time posting, Here are the details of my setup, I would greatly appreciate any help from anyone at this point. I have purchased 2 nrf52 development kits with...
Dear Sir:
I use ble_app_uart example , i want use pwm to driver the FR Port ,Peripheral load. the Peripheral load is pulled up to battery.
when driver the load ,the...
Hi All;
Just a major concern of mine is that SES IDE is so inconsistent;
I can build a solution get errors and warnings...
Without editing anything and rebuilding the...
I have an issue with my board. It resets occassionally itself. When the board is starting by debugger and when it resets itself I can read 0xD in RESETREAS register. What...
hi,
I tried to provision the light example using the nRF Mesh app.
So far, I succedded in provisionning the device but i couldn't set the publish suscribed addresses,...
Hi, I'm using a modified version of the light_switch example to control a RGB led on Mesh SDK 2.0.1. I already managed to control the led by using 3 variables for each color...
I'm designing a Printed Circuit Board (PCB) for and embedded system currently in development. I am using a BL652 DVK from Laird and using SWD programming with Keil uVision...
My project is using QT program and nRF52DK borad.
I want to UART communication with QT and nRF52DK.
#1. If i write "hello" in qt program like below...
===========...
I saw this post for SDK v12.2:
The FDS requires data to be word-aligned
devzone.nordicsemi.com/.../how-to-force-word-alignment-for-fds
Is that still true for...
Hi,
My target is to update the application firmware running on the nRF module using serial wire connection.
I currently do experience the issue, that DFU process completes...
I am in the initial phases of porting an arduino project using the NRF52832 to the Nordic SDK (14.2 for the moment) and am running into issues when using TWIM and an event...
Hello
Im trying to figure out where the health model client sends the health messages. Ive tried doing prints in all of the send methods in health_model_client.c but not...