To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi, We have a typescript-based code running pc-ble-driver-js on a linux machine, with peripherals that are nrf52840 or nrf52833, which is a setup we have used with minimal...
I have to check the few condition if that condition fails i need to force fully unprovision the device.Is there is any way to do it?
can we unprovision the device by any...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
I run pc_ble_driver_py example serial_port_enum.py. But it failed with can't find module error message.
python.exe .\serial_port_enum.py NRF52 Traceback (most recent call...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi Everyone,
I am working on a project which involves reading data from an accelerometer ( MC3672 ) using NRF52832.
Currently sampling is done via the data ready pin...
Hello,
I am recompiling a system from a nRF52832 to the nRF52840.
This is a BLE peripheral. I started with a working ble peripheral example so that I was able to start...
Hi, I have started with "__nRF5_SDK_17.1.0_ddde560" ble_peripheral>ble-app_uart example code project( ble_app_uart_pca10100_s140 ).
I work with IAR Embedded Workbench IDE...
My client is attempting to use the Dongle with a Windows 8 tablet. The Dongle shows up in DevMgr as both nRF52 USB CDC BLE Demo and as Communications Port (COMx). However...
Hi,
I'm having an issue with flash usage reporting when building app. I'm using MCUBoot, so 2 images are generated.
First of all, my definition of partitions in an overlay...
HI
1. If we choose a 28.8MHz crystal oscillator for the MCLK of I2S, will it affect BT? 2. In our design, the power supply is VBAT, and the VDD_nRF setting is 1.8V. Does...
I would like to use GPIOTE, PPI, and TIMER to do the following.
I'm using three GPIO pins. Each pin will get square-wave like signals of varying frequency. On each pin I...
Hi Nordic:
we want to add timesync function on nrf5340 ble nus.(1central + 16peripherals, 0.1ms precision )
Such as:
https://github.com/nordic-auko/nRF5-ble-timesync...
Hi,
Can I know how to set the UICR as the default address in nRF52840 SOC with SDK 17.02/17.1.0 by using nRFJPROG command line tool / SEGGER Embedded Studio IDE.
nRFJPROG...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication...