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...
im bought beacons from this china company (radio land )
the product link : www.radioland-china.com/.../6035982553.html
i could change name or uuid, major , minor with...
Hello.! I try nRF51822(softdevice using S130) SDK v12.3. I operate it as a master, but I leave it to distance to cut once and approach it afterwards, and, after a reconnection...
I need to stream 2 audio channels between two nRF52832 chips. I have two of the nRF52-DK boards and would like advice on which sample app might get me started in the right...
I have used 32khz and 32Mhz Crystal and across that crystal i have used 12pF capacitor. But unfortunately in market 12pF capacitor is not available in 0402 smd package.
...
In the SDK, there are examples for boards called "pca10028, pca10040, pca10040e, pca10056"
I have the nRF52-DK board, which of the above numbers does it conform too? Or...
Hello,
I am trying to adjust a peripheral device to connect a central device based on ble_app_uart_c example. Although this example has been discussed numerous times I was...
I am moving an SDK12 peripheral nus + central nus application to SDK14.
I am following the ble_app_hrs_rscs_relay example for SDK14 on how to setup the dual role ble event...
The nRF52832 OPS 0.6.3 describes the CONFIGID register in FICR. This is the same as on the nRF51822.
SDK 14.1.0 does not show this register in the NRF_FICR_Type definition...
Hi everyone, I've read some nordic forum articles on this topic but somehow I just dont get information I need.
I can flash my custom nrf51822 chip by using my nrf51422...
Hi,
I'm currently evaluating the use of the nrf52832 as an HCI interface with a linux host and realized from the various questions that the nrf SDK does not support the...
I am running on Uvision. 5.23.
I am running a Central on one PCA10040 DK and a Peripheral on a second PAC10040 DK.
When I run a first RTT Viewer V6.22 (with SWD Target...
Below is from SDK14.2.0 ble_gap.h
There is no white list variable.
/**@brief GAP scanning parameters. */ typedef struct { uint8_t active : 1; /**< If 1, perform...