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...
Due to time pressure, I'm starting this thread based on an existing ticket: https://devzone.nordicsemi.com/f/nordic-q-a/51423/firmware-on-custom-board-application-bootloader...
Hi team,
We have a customer who has some questions about GPS.
The questions are:
Where do we save the Ephemeris data when GPS code start? RAM or flash?
When use...
Hi,
Can an nRF5x device be configured as a BLE relay with Bluetooth Mesh?
I believe with the Central-Peripheral-Relay example, the Relay needs to establish connection...
Hi. I am trying to create a dfu zip file that contains the softdevice, bootloader, and application. I am DFU upgrading an NRF52 device from SDK v13 to SDK v14 via Nordic's...
Hello,
we are using the nRF52840-DK.
File: secure_bootloader_ble_s140_pca10056.emProject
File: ble_app_buttonless_dfu_pca10056_s140.emProject
In short, we are...
Hi,
I have a well working cli environment under linux where i can compile, program and debug a nFR52 demo board.
I have installed RSSI Viewer (1.05) and Bluetooth Low...
We want to deactivate Mesh DFU packets relaying from the App side to avoid messing with the bootloader firmware. Is there any flag we may use for that?
Hi,
I'm trying to use a Bulk IN endpoint (EPIN3) and am running into an issue.
I call the nrf_drv_usbd_ep_is_busy() function to test whether it is safe to proceed with...
Hello
I am using buttons less DFU,
S132_nrf52_6.1.1 softtdevice
using Android + nrf connecct, I can update the device with DFU
using IPhone 6, I can not update...
I am able to provision using BlueZ's meshctl tool on Raspberry Pi3. However, after restarting meshctl, I am not able to control my device. I tried the "connect" command after...
This isn't exactly a question, because after like...8 hours of debugging, I figured it out. However, in zephyr/samples/bluetooth/mesh, it defines a hardcoded device uuid ...
I am using ble_app_blinky_c application for my project. I want to update my central's default MTU size from 23 to 150 and I know my peripheral device supports MTU size of...
hi,
currently i am using maste r(nRF5_SDK_15.3.0_59ac345\examples\ble_centra\ble_app_uart_c) and slave (nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ ble_app_uart ) example...