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...
Hello,
we have a zephyr application on nRF52832 DK with nRF Connect for vscode
Before we added DFU support, we had a power consumption of 28 uA
After adding DFU support...
3 months ago Nordic stated the following
The S140 version 6.0.0 SoftDevice does not have full support for S=2 (500 kbps). The application cannot select S=2, so all packets...
Hi Nordic guys,
I'm developing with nrf5340, and meet some problem with writing external flash - nrf qspi flash.
I found it sometime failed in 'flash_area_write' and return...
Hi,
I'm using SDK17.02 on nRF52810, when my application have an error, it will log "fatal error" but never reset system. BTW, I'm not debugging and just watching the RTT...
I 'm developing a program (C# ) on PC for the nRF52840 dongle (pca10059) that is a RSSI scanner.
Scanning different BLE channels in the environment. The program is much...
Hi Sir,
We plan to test the WebUSB example under the below path:
/ncs/1.8.0/zephyr/samples/subsys/usb/webusb HW: nRF52840-DK When we compile, program and connect to the...
I bumped into some compilation errors regarding PRS box4, when I tried to remove UART from an example.
I saw that PRS is "Peripheral Resource Sharing", but it looks like...
I am working on nRF Connect SDK 3,9.3 version. One day a dailog to update appeared. I clicked to update while SES was also opened and I was working on a project. Suddenly...
Hi,
I am working on a firmware and have added custom services to HRS example on SDK 17. I want to know if its possible to add BLE multiperipheral capability to my device...
I don't have enough pins to dedicate a SPI bus to the nRF21540.
In the webinar I attended I believe I heard that the SPI bus is not supported by the current SDK anyway,...
Hello everyone,
This was discussed before, elsewhere ( link) , however, it is meant for the "nRF51422 chip " and I need to resolve some other points too ...
it is necessary...
Hi,
I am working on the sample DFU OTA project as recommended below,
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu?CommentId=3cb5df69...
I am developing an applicaiton to run on the app core of an nRF5340, and I have mcuboot enabled for the purposes of handling DFU.
I have recently implemented signing the...
Hello, I am having a problem with the development on a custon board. During system-off I wake up the chip with nrf_gpio_cfg_sense_input function on PIN 5. The chip wakes up...