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, i was working on a project and from one day to the next i am no longer able to flash my DevBoard.
When pluging it in it comes up as "E:\" name JLINK as always, but west...
We have a board that is to be certified by a Chinese test lab, so I need to create an image based on the direct_test_mode sample.
In Zephyr v2.0.0 I created a custom board...
Hello,
We are using nRF Connect SDK 2.0 on an nRF52832 and were wondering if it is possible to use BLE and Shockburst simultaneously? If I compile enabling both Shockburst...
Hello,
A couple of days ago I run the examples direction_finding_connectionless_rx and tx on two nRF52833dk successfully, meaning that I could see the CTE info received...
Hello,
I have reconfigured the nrf_dm sample from ncs 2.0.0 to use Zephyr Bluetooth Controller by adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf.
But then it's stuck in this...
i am using the uart0 on a nrf52840 to communicate with an quectel bg95 using async api (dma) on zephyr 3.1.
from the uart interface there are connected rxd, txd, rts and...
Hi,
I am attempting to merge two example programs together and have hit an issue with a hard fault when my timer interrupt triggers.
This works fine in the standalone...
I refer to https://github.com/alc6/nrf52-pc10040-multiperipheral-passkey/blob/master/main.c for implementing static passkey. But pm_sec_params_set() returns errCode=0x7. ...
What I've done
1) Set up ot-br on an Rpi4 by following this guide .
2) Set up a 52840Dongle (plugged into the RPi4) as RCP by following this guide .
3) Installed the...
I'm using SDK 14.2.0.
I'm trying to read the device ID register from ISM330DHCX accelerometer this way:
ret = nrf_drv_spi_transfer(&m_spi[Instance], ®_addr, 1, read_temp...
Hi guys,
So lately, I decided to update the sdk from 4.1.0 to 4.2.0 and there are some problem that I can not solve myself. So I use the macro ZB_ZCL_REGISTER_DEVICE_CB...
Hello,
i've trying to update the codebase of our current project (under development) from NCS 1.9.x to NCS 2.0.x.
I'm experiencing hard fault crashes when I try to perform...
Hello,
I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840. We currently have an instance of CLI running in our executive loop, and it works fine. We'd also like to implement...