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...
I want to disable and enable UART at runtime. I don't use DMA and interrupt.
I read this thread. https://devzone.nordicsemi.com/f/nordic-q-a/52496/nrf9160-uart-pull-up-and...
Hi.
I need to program for a set of NRF52832 with serial number from 403898368 to 403941418.
I am trying with nrfjprog --family NRF52 --memwr 0x10001080 --val %% --verify...
I am in the process of evaluating different BLE solutions for a project. The project consists of a pair of BLE-enabled devices which need to be able to go into dual-role mode...
Hi everyone
I don't really understand what the physical cell ID is. Is it a randomly generated ID created by the nRF9160 chip or a set ID within the cell?
As far as I...
Hello,
I am facing a really annoying issue when updating my SPI settings from the old nrf_drv_ towards the newer one nrfx , in SDK15. I am following the recommendtations...
Project context: -------------------- Server BLE for home trainer diy Target (Bluetooth server) : Bluefruit nRF52 The feather Library : BluefruitBLE Client : nRF Connect ...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) If I enable “Just works” and without...
I have a project where one device will be both a peripheral and a central. In the central role the device will connect to a sensor. It will act based on the sensor data. In...
Hi,
I am using nRF52840 Preview DK with SDK v15.3.0 and SoftDevice API v6.1.1
I want to set a filter in the ble scan to connect only to the specified MAC address,
...
I have been searching for hours on how to get past this. Can anyone help? This is my first time on here and I am new to SES, I am just trying to re-create a blinky example...
Hello,
Is it possible to use wireshark with the UBLOX evaluation board (EVK-NINA-B302)?
I tried but couldn't make it work. As I don't have a nordic evaluation board...
HIi
I am using the pc-driver-ble_py library to build a central in order to test a peripheral. At this point, I am interested in starting a LE ping and I saw that I should...