Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
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...
Dear All, I am trying to run a simple program that beacons, prints a message to the UART and toggles a pin on a custom nRF52833 based board. I am using softdevice s113 and...
my nrf51822 QFABC1 not working BLE , i used sdk 12.3.0 and uploaded softdevice is s130, and also I upload
I attached my schematics diagram also
please support any mistake...
Hi,
We are writing an application for nrf5340 similar to rpmsg sample with zephyr. We see that the application encounters stack overflow issue when flashed on target...
Hi,
We are trying to synchronize time across 3 nrf5340, where one will be master and the other 2 nrf5340 will have to synchronize their time with the master.
1. All...
I had raised ticket " https://devzone.nordicsemi.com/f/nordic-q-a/63754/nordic-sdk-qspi-driver-call" .
Wanted help for using qspi driver with non blocking mode. I have modified...
Hello, does anyone tried terminated vs unterminated RF switch in AoA / AoD application? According to forum, some people use terminated switch, some don't.
Also, there should...
I've a prototype board which I need to externally program. The prototype board supplies it's own 3v supply to the chip (working fine) via a 5v supply which is current limited...
Hi,
I am using NRF52832 with SDK 17.0.0.
I wanna try to connect multiple devices with only one Android phone.
When I try demo on Samsung galaxy S8, I can connect with...
I am using SDK 14.01 and ble_app_beacon example in that, I want to send updated sensor data in advertising. Using ble_advdata_set() I am able to send the updated data in advertising...
SDK14.0+NRF52832: firstly I init the passkey in the function gap_params_init as above.I want to change the passkey and can save the new passkey to flash, but when I input...
Dear all, I want to measure the current consumption of my application on a nRF52833 DK. On top of that I want to be able to power the device using the VDDH and set the VDD...
Hello,
I am trying to run the A-GPS sample program but am encountering a bit of difficulty with the SUPL code.
I had to modify the LTE connection code to allow access...
Hello,
I am using nRF51422 DK running on SDK v12.3.0. I am migrating the project examples/ble_central/ble_app_uart project from Keil uVision to Segger Embedded Studio using...
Hi,
I am trying to toggle one pin via PPI when receiving event on another pin - code snippet below:
#include <stdbool.h> #include <stdint.h> #include "nrf.h" #include...
Hi,
What is the fast way to stream data from NRF52840
1) Using USB interface and virtual com (CDC)
2) Using UART interface and extenal converter as DTFI
Please Advise...