Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...