Hello,
Please forgive me for this question. I am an extreme noob. And am trying to get started with my first project.
I am working with the nRF52840 DK, and I am trying...
Hi,
I am trying to make the nrf52833 into an Auracast broadcast receiver (for a broadcast from my phone).
I am using bindings to the softdevice controller ( https://github...
Hi Nordic team,
I tried to view logs from my custom nRF54L15-based MCU using J-Link RTT Viewer, but it's (printk) not working. The same prj.conf configuration was previously...
Hello Nordic Support Team,
I am working on an nRF52-based project on a custom PCB using the E73-2G4M08S1C devboard ( https://www.cdebyte.com/products/E73-2G4M08S1C ).
...
Hi there!
We're designing a system with ~1000 battery-powered moveable devices distributed across a large rectangular area (approx 200m x 1000m) . Each device collects approximately...
I have DevKit board PCA10156 0.9.2. I only see HW files for 0.9.1 on the Dev Kit main page: https://www.nordicsemi.com/Products/Development-hardware/nRF54L15-DK/Hardware-files...
Hi everyone,
I’ve been using the Power Profiler Kit II (PPK2) and was wondering if the firmware source code is publicly available, or if there are any plans to publish it...
Hi. I'm trying to use command line tool, but an error occurred as shown in the picture below. Let me know why.
J-link was connected normally in segger embedded studio.
Hi All,
I need to implement security in Bluetooth. I have seen many threads but I could not get proper information regarding how can I implement or add security in a project...
Hi,
I am using the nRF52840 chip and supply iam giving from coin cell(3V). So i want to measure the coin cell voltage level monitor with nrf52840 ADC pin.
kindly provide...
Hi,
I was trying to program my sample to nRF5340's flash using nRF connect v3.4.1 and got this problem:
21:06:02.948
Application data folder: C:\Users\tuan.duong\AppData...
Hi everyone,
I was wondering if you have any advices or recommendations regarding the best type of debugging devices, or ways of debugging, for the nrf52840 Dongle, from...
I want to optimize my receiver power by putting the controller in sleep mode, that is ;-
NRF_POWER->SYSTEMOFF = 1;
And want to wake up the controller only when it receives...
When I try to increase the CENTRAL_LINK_COUNT from 8 to 9 in ble_app_multilink_central example, I got this error NRF_ERROR_CONN_COUNT . Is there a way to increase the max...
Hi,
I wrote a code using gps_controller.c on my thingy:91. However, i could never get a GPS FIX so i decide to try the GPS sample but it doesn't work neither.
I tried...
I'm using nRF52 DK to develop a BLE/UART application. My code is based off of the ble_app_uart peripheral example. In both my code and the default code, I get -0.1uA on the...
I am used NRF52810 controller, I wanted to know about there is possibility to work iic slave and iic master ( vice versa ) in single program ,can have any possibility about...
Hello, I have some questions regarding what MCUs to choose. I have a project which requires some controlling of external LEDs, Bluetooth communication as well as some extra...
I have used nrf52 module and it was working correctly. while debugging my PC was restarted for other pc issue. after the reboot i opened my project file my main.c file exist...
Hi! I am going to work on a project that uses a specific sensor which produces voltage outputs between 250 mV and -250 mV. Can someone help me with ideas to detect the negative...
Hi,
Once in a while, the Serial DFU stuck in flash erase. Did I do something wrong?
Background: Currently I am unable to put breakpoint in the Bootloader component that...