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...
I found an issue when using CONFIG_AZURE_IOT_HUB_DEVICE_ID_APP to set the Azure Device ID.
Around line 88 of azure_iot_hub.c the "user_name" structure is set using the...
Hi,
Is it true to say you have two modem firmware streams: 1.1.X and 1.2.X? Are these two kept in sync in terms of GNSS improvements? I notice the 1.2.2 release notes mention...
Hello,
I want to measure current consumption of nRF9160 of the Thingy 91 with the Asset Tracker application in PSM mode without GPS. For that, I added to the function modem_configure...
Hi,
Browsing the API I only saw Enhanced shockburst support. I need air compatibility to an old 250kBit plain Shockburst communication. No auto ACK and no auto retransmit...
I have run up the CLI example to test as we will require some command line interaction and why reinvent the wheel?
I run up the example with USB enabled and UART disabled...
Hello Nordic,
I try to establish communication between an ATmega328 based board an an Arduino Nano, so far without success. The goal is to improve a RF433 "Wire". 3 weeks...
Dear All, I am using the ADC to measure 3 voltages applied on different ADC inputs and 3 different channels. My ADC configuration looks like this: And this is how I am performing...
Hi,
I recently acquired the nRFgo starter kit and nRF2724 rev 2.1 and the nRFgo development kit. I have downloaded all of the supporting software that were found here...
I have the latest nRF Connect for Desktop.
After I install "nRF Connect SDK v1.4.99-dev1" in Toolchain Manager I don't have an "Open IDE" button.
I've tried uninstalling...
I am adding JLINK_MOITOR.c and JLINK_MONITOR_ISR_SES.s and add write
#if CONFIG_JLINK_MONITOR_ENABLED NVIC_SetPriority(DebugMonitor_IRQn, _PRIO_SD_LOW); #endif
at starting...
Hello everyone,
I'm trying to develop an application with BLE, using an example as a base.
The advertising is good, well configurated, I can edit manufacturer specific...
I am currently using Mesh SDK 4.2.0 and I could successfully write and read reliably from the flash using a second flash manager instance used in parallel with the flash manager...
HI,All:
the softdevice.hex has inlcuded the bootable/strat code,as the figure below ,how to separate the bootable code from the hexcode?
in the SEGGER IDE:
in...
Hello,
I am working on nRF52820 custom development board with nRF5 SDK 17.0.2. I am using FreeRTOS and I experienced a lot of problems with compiling a simple project. I...