running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
I am using Softdevice 140 with SDK v15.2 on Segger studio to develope a ble application. when Debugging, the program gets stuck as shown in the attached video. However, the...
Hi, everyone,
We are developing BlueTooth projects on NRF52832 and NRF51822 modules. The projects are built from DFU Bootloader, Soft Device and Main Application. Each one...
Hi Sir,
For EN 300 328 V2.1.1, I reference below setting.
https://devzone.nordicsemi.com/f/nordic-q-a/21643/en-300-328-v2-1-1-receiver-blocking-test-setup/84959#84959...
Hi
I am using TIMER3 and TIMER4 for generating PWM signals using PPI and synchronizing ADC sampling, respectively. I posted the preliminary project in here . After taking...
I am using mbn52832 BLE+MCU module and i am facing issue in one of the GPIO pins.
I am facing issue in P0_29 pin and i am driving the P-channel MOSFET from this pin. I have...
Hi,
I would like to configure the watchdog timer for the nRF9160. I have attempted to run the Zephyr example application (path/to/zephyr/test/driver/watchdog/wdt_basic_api...
Hi:
i am working with Thingy52,and i have get a zip pack named thingysdkv210,today after the compile prcess after following ../PCA20020/thingysdkv210/documentation/firmware_compile...
My problem:
I have to setup a BLE connection between two nRF52 devices one central device and one peripheral device. I have multiple central devices (C1, C2 to Cn) and multiple...
We are developing BLE 5.0 products using the nRF52832 running the Nordic S132 v6.0.0 softdevice and SDK version 15.0.0.
We noticed that one of our test devices, a Huawei...
Dear all,
I am trying to develop an application that reads data from a sensor (accelerometer) and I want to be able to update the advertisement packet with the measurement...
Hi, I am using nRF52832. I want to update my boot loader using DFU, I am unable to find correct command to get .zip file. I am using below command:
nrfutil.exe pkg generate...
Hi,
For my home Mesh network, I use a Android mobile phone + nRF Mesh App as a mesh provisioner to configure the nodes, and control the mesh node as well.
There're about...
Hello,
When I use the nRF9160 to upload the data to the cloud based on the LTE-CatM1, what's the maximum current? The datasheet of nRF9160 mentioned:
1. Application CPU...
Hi all,
I'm struggling with UARTE and easyDMA. i just want to send data with TX.
I am trying to configure it with the hal librairy but i cannot manage to make it work...