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 am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
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 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...
Hello!
I have been developing a BLE application on nRF52DK and used the ACN52832 as a module for a custom board for experimenting with BLE. I ordered a custom PCB from...
I am just starting using a Thingy:52 and want to use it with a C# UWP app. So far I have been able to retrieve the service and characteristics UUID's without issue but I am...