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 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 SDK15.3 and nrf52832. I am using multilink central example to connect to my peripheral device. I have one peripheral and one central device.
As soon as...
Hi,
I am using below setup
nRF52 Development Kit
pin_change_int_pca10040 example application provided in SDK
Segger Embedded Studio on Windows 7 64 bit
I have...
I've been trying to get debugging working with the STLinkV2. I'm not able to step into code whatsoever, when I pause execution it appears t PC is at:
Info : halted: PC...
Hi,
I'm creating a low power thread node with the thread stack.
I'm experimenting with the scheduler to make my system as low power as possible.
I wonder how many...
Hello:
I am using the nRF52832 DK, QDEC peripheral. We are developing an encoder for a customer and are using the DK for development. Since our encoder is not ready yet...
Hello,
i follow this example " https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic-DFU-to-a-SDK-Example " to change ble_uart_example (enter new library...
Hello,
With the last environnement version, there is a potential issue
CMake Error at F:/Git/YYY/Projects/ZZZ/TTT/nRF_SDK/ncs/zephyr/cmake/extensions.cmake:395 (file...
Hi, I have built an nRF52832 application using SDK15.3 / S132 6.1.1 that runs on E0 chip revision (development board). If I program B0 chips (production boards) with it, it...
Hello, I encountered a problem during my development. My phone is paired with MITM and pin code security. I enabled the service changed indication to indicate the smartphone...
SDK ver:15.2.0
demo:usbd
i want to use the 52840 usb function ,the pc is the host ,the 52840 is device。
i cant use respond_setup_data to send data to pc。
but how to...
Hi All,
I am using nRF52840 for product development , there is a issue on measure the TX power .
Now , my firmware is development with softdevie, I want to comfirm my...
I am a newbie to Nordic thingy and Keil. So please help me with this.
I downloaded SDK and opened it in Keil. It asked for updating software packs update and it was
done...
Hello expert,
I follow the steps with this tutoriel " https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic-DFU-to-a-SDK-Example ".
I reach to the DFU...
Hi
I made a custom board. (using nrRF52832)
At frist, I tested my code on 52DK(PCCA10040). It is worked.
And then I tested my code on custom board. I changed my code...