Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
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...
I am experienced with ARM Cortex-M devices, but new to Nordic. I am using C++, and have a publisher-subcriber event driven framework of my own in place already. My own software...
Hello
I am experimenting a little with the Nordic Thread SDK v2.0.
I have a usecase that requires coap security. I havent been able to find info on secure coap connections...
i just got my nRF52DK, turned it on, and tried to read the nfc tag with my phone, but it looks like it is a broken link:
https://www.nordicsemi.com/start52dk
Perhaps...
Hello community,
I'm facing a problem with nRF51 DK PCA10028 and a function call on connected or disconnected state including NRF_LOG commands. Using SDK 12.3.0
On connected...
Hi, i have an existing product but the firmware has been removed from it. i have tried to use the dfu to replace the firmware but i dont know how to get the chip to the point...
The board has been working well.
Since one day, when I try to connect the board with my laptop using micro usb cable, the led5 starts blinking rapidly and I'm unable to...
Hi,
I'm trying to send and receive data to DATA interface that contains IN and OUT bulk endpoint (usbd_cdc_acm example). I'm using libusb on the PC side. It seems like I...
Hello,
I use PPK to measure the power consumption.
but I always get : Failed to start the PPK.
I have measured it last week and it is work.
and this is nrf connect...
Hi Team,
i am working on nrf51822 customized board, the SDK version is 12.3.0 (soft-device is s130 ) and Developing environment in keil 5.26 (on windows).
i am trying...
github.com/.../nrf52-ble-multi-link-multi-role I modified the code to access the environmental values and motion value
but if one thingy access one value such as temperature...
I develop an Android app which connects to a Nordic chip, and I cannot get the Android app to stop advertising once it connects to the central from the SDK multi link project...
Hi,
On the custom board I'm working on an nRF52832 uses the SPIS port with no CS signal (because of the HW connection with the master side of the bus). Since the internal...
Hi, i am trying to disable a signle GPIOTE channel via the INTENCLR. Here is a simple test case:
void gpiote_set_clr_test(void) { NRF_GPIOTE->INTENSET |= ((1<<3) | (1<<1...
Hello ,
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller for connection and data exchange. nrf51822...