Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
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...
Hi,
I need to sample ultrasonic signal with PDM microphone. I would like to use NRF52840 PDM module and configure it for sampling frequency of 96KHz. Is it possible? Also...
Hi,
I have used BMD301 BLE chip. I have connected one wifi chip "ESP02" with BMD301 chip via UART.
I am using nRF5_SDK_15.3.0_59ac345 for my ble application firmware...
Hi,
we have a nRF52 DK getting sensor values from a Sensor connected as SPI-Slave. Everytime there is a new Sensor Value (~20 ms) the sensor generates an Interrupt and pulls...
Hi,
While upmerging our project from SDK 15.3.0 to 17.0.0 we faced an issue in the sdc_handler due to usage of a NULL pointer.
In the case SDC_EVT_INIT if the p_event...
Hello,
I am experimenting with PWM for time, I have a setup where I am using three sensor which gives analogue output.
I am using a mux which has two control pins, so...
Hi all
I have just started doing some work with the nRF52840- DONGLE (and hence nRF52840-DK) and am new to Nordic devices, tools, BLE, etc.
Basically for my first application...
I'm attempting to increase the size of the TX Queue in an effort to increase notification performance.
I'm using nRF52840 with an S140 soft device. I use Segger Embedded...
Hi,
I have two nRF9160DKs and I noticed that the SHA-256 digest of the credentials looks very strange
Questions:
1, Why are the digest so repeating? I have installed...
I'm implementing the door lock cluster on the server side (the door lock device), and needs to send event commands to the client (door lock controller/gateway) . According...
Hi Team,
We are using the NRF52832 for our application and we have enabled the crypto libraries for that.
For,
1. AES-ECB,CFG,CBC modules we are using the "mbed TLS...
Hello,
We are using nRF52840 with SDK 15.2.0. In our software we have handled the DTM and we are able to send the commands using UART.
We would like to do the receiver...
Hi,
I'm developing a Bootloader for the nRF52xx chip using the SoftDevice S113 v7.0.1 and SDK v17.0.0
Looking into the infocenter I've seen that there's a possible mistake...