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,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Would you be able to clarify why the Azure IoT hub is marked as experimental in NCS v1.5.0 on the menuconfig?
And is there any features missing or not verified etc?
And...
I am using S132 v7.0.1 on an NRF52832 to do a basic scan for BLE advertisements for 30 seconds (10 seconds on each primary advertising channel):
This works fine and as...
I am developing a custom board with NRF52832 and an audio DAC which outputs to a headphone jack. When the headphones are plugged in I can't program the board with my Segger...
Hi,
I have updated our SDK version from 15.0.0 to 15.3.0 for our custom board based on nrf52832
I wanted to rebuild the bootloader just in case it was needed. So i have...
Hi,
I referred and tested the File system Shell example on nRF52833-DK. In its source code, in file 'main.c', the function main() is empty/stubbed. Is there any way to customize...
Hello ALL,
I am trying to use MCU boot with my application. I am using NRF916DK and it has external Flash similar to NR52840DK board. Now when I am creating a partition...
Hi, I'm using BC805M module (nRF52805 SoC). I understand that the nRF52805 doesn't support BLE mesh. I would like to ask about the availability of using BLE (S112/S113) for...
Hi, I am in the process of evaluating nRF5340 to switch from STM32 device to nRF device as per my ex-colleague recommendation. I started looking at simple blinky example for...
I am using nRF connect v3.6.1 but the following error occur when i open the device in nrfconnect as follows:
Error :Unsupported device. The detected device could not be...
Hi,
I am using nrf Connect SDK v1.5.0
The immutable bootloader is located in nrf\samples\bootloader
My question is about the partition setting in the pm.yml.
This...
What is the least latency interrupt that i can implement in external gpio pin? In product specification there are mention about GPIOTE. Is that only way to do it? We need...
I want to receive ADC sampling and transmit UART and Bluetooth.
I think the parameters for Bluetooth transmission are as follows. What are these, and how do you find the...
project :Zephyr
board :52840DK
Description :
we want make 52840Dk advertising only once ,at 37 ,38. 39 channel,so we do like blew
(1)we Start advertising by bt_le_adv_start...
When I look at the zip files that are released for modem updates, I see that they contain a number of files, including delta updates for updates within a major version.
...
Hello,
I'm trying to integrate cli_libuarte on project that use FreeRTOS. I'm basing on example form SDK cli_libuarte how ever this does not use RTOS. What I'm facing is...