Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
We have encountered a problem in using iic to communicate that the delay cannot be removed.
We are using the sample in NCS,
the address of the sample is C:\ncs\v2.6.1...
Hi Nordic,
We are develop a multiple switch button device based on nRF54L15. We've two issues now while developing.
1. Matter Network Commissioning Issue with nRF54L15...
NCS 2.9.1 - NRF5340DK
I am trying to use multiple compare channels on Timer1 such that an interrupt handler fires for both compare values, the second of which is enabled...
Hi everyone,
I am currently studing to flash the MDBT50Q-DB-40 demo board from RAYTAC. I used the following site as reference. https://docs.nordicsemi.com/bundle/ncs-latest...
Inside gps_controller.c
We issue the following instruction to begin searching for a satellite fix.
k_delayed_work_submit(&gps_work.work,K_SECONDS(CONFIG_GPS_CONTROL_FIX_CHECK_INTERVAL...
Hi,
We are atempting to get DFU over UART working in our project, but there does not appear to be a bootloader project in the 16.0 SDK for this configuration. What would...
Hello, I want to put extra authentication when device is preparing for boot loader. I found callback "ble_dfu_evt_handler". I think inside case BLE_DFU_EVT_BOOTLOADER_ENTER_PREPARE...
Hi,
I am using nRF51822, S130, SDK12.
Now trying to add a level of security with a static passkey, I have done the following adaptation to my code -
Added to void gap_params_init...
The latest nrfConnect 3.3.0 doesn't work anymore for me, and is apparently full o' bugs (according to this: h ttps://devzone.nordicsemi.com/f/nordic-q-a/49331/nrfconnect-3...
Hi,
I want send a Data such as string or array, for that i took a look example ble_app_uart from the example we send a data from smartphone through ble but the microcontroller...
I'm trying to provision a DK to talk to an Azure IoT Hub and have a CA Cert, Private Key, and Public Key to use with them. I'm having trouble getting authentication of the...
Hi,
I can dfu successed by using PC's nRF Connect with 2xDKs, but can't dfu by using Android's nRF Connect. For mobile's dfu, just enter 'DfuTarg' and auto conn, but could...
Hi Nordic ,
I develop a schedule reporter with nRF52840 , I tried to use a application timer as a weak up timer during sleep,
If I setting the timer with shorter value...
Dear experts,
The following is my development environment:-
a. Using the PCA10040 development board,
b nRF UART 2.0 Anadroid application on my Nokia 6.0 mobile.
c...
Hi All,
I am using a custom board with nrf52832 and BMI160 sensor. I also have nrf52382 DK evaluation kit. This sensor was programmed with heart rate and battery service...
Hi,
I have a nRF52833 DK which contains PCA10100 debugger on it.
I would like to start coding with central role foe scanning multiple beacons. I didn't find any example...
I had an interesting call with the IT security team of a large Fortune 100 company. During our conversation they asked a few questions and I was wondering if someone from...
Hello,
While trying to compile a code that contains simple BLE peripheral functionality as well as battery measurement service after building the example I get the following...
We are trying to get the ble_app_uart project to run on an nRF52810 using Soft Device 113, since our application will require the LE Data Packet Length Extension.
Can you...