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...
Hello all,
I am porting the code from the nrf52dk to the nrf52820 based module and so far so good!
However, I can blink the LED on certain pins while not on the others...
Hi,
I am developing the nRF52833 DK with NCS v2.00.
I have implemented a service to display RSSI. I have setup the service according to the instructions provided by Nordic...
Hello everyone, I have an oxygen sensor"Gasboard-7500H" i need to read purity and flow with UART communication, this sensor works perfectly with Arduino and display corrects...
Hi,
I am developing an embedded system that uses Bluetooth communication and would like to manipulate certain Bluetooth characteristics such as TX power and RX sensitivity...
BLE Device
- nRF Connect SDK: v2.0.0
https://github.com/NordicSemiconductor/IOS-DFU-Library
This library doesn't seem to support the new nRF Connect SDK.
Which library...
Until 1.9.0 of NCS, SES was recommended, so it was possible to use OpenOCD from there. With NCS 2.x.x, VCS is recommended, so it's good to use it, but I want to continue using...
Hi,
We have some variables in shared memory. These variables can be accessed directly by both cores, and this is not controlled through IPC.These variables can be accessed...
Hi Nordic Team
Starting Point:
Provisioning of dimming server is done with code from the PB Remote provisioner, working so far.
Publish of model to group is acived similar...
Heyyy guys!
It is possible that I'm doing something wrong, but i'm confused as this was definitely not an issue at some point while i've been working with the 5340.
I...
Included "bsp.h" and "nrf_fstorage.h" still getting these below errors:
undefined refence to `bsp_indication_set'
undefined reference to `nrf_fstorage_init'
undefined...
Our product is using NVS to manage settings in external flash. The normal NVS initialization time is between 1 to 3 seconds at boot. Occasionally I have witnessed 10 to 15...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
Normally OTA works well. I found unexpected assert after OTA is done. Can you please review my assert code with my elf....
I want to make a low power beacon with GPIOTE input which indicates movement and causing a change in the beacon advertisement (e.g. minor value). In order to do that I am...
Hi,
I am using Zephyr's sample code of sensors. Sample code is using wrapper function for device initialization, getting sensor's value etc. But there is no API exposed...
Hello! Just a quick question. I cannot find this file anywhere ` <InstallFolder>\examples\multiprotocol\ble_zigbee\ble_zigbee_dynamic_door_lock_nus`. This is referred to from...