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:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hi
For our BLE product I've prepared a custom profile made out of 4 services. For each service I've followed the standard procedure:
1. get a random UUID, e.g. cd862c43...
Hello,
I use the nrfx use example and changed to
I tried to creat the same process again , button when pressed toggles LED.
I get the error
can someone explain...
Hi,
Is there a known issue with the startup of the LF clock on the nrf5340 app core? I have scanned the nrf5340 errata but do not see anything of note.
I have this code...
There seems to be a bug in the nRF Connect SDK when attempting to use external flash for the secondary MCUboot partition on nRF9160.
Please see the minimal project for nRF9160DK...
Hi there,
several months ago I developed a usb to uart bridge based on the nRF52820. We've produced a hand full of those bridges for internal tests and the feedback showed...
uart:~$ *** Booting Zephyr OS build v3.1.99-ncs1 ***
Just build standard example for openthread , like coap_sever.
Application rebooted after openthread are fully started...
I have TCP client socket and a thread blocking on `recv()`. I noticed that while gnss is active (trying to get a fix without any assistance), no data is received until I call...
Hello,
after some hours extensive search, I want to share my findings.
I got very strange reset behaviours in a C++ project on an nRF5340 with nRF Connect SDK 2.1.0. ...
hi team,
we are triying to enable and disable timer register for our programe.how can we do this register level bit masking in nrf52840DK board without library API. kindly...
Hi there,
I am able to build asset tracker v2 from source using todays main branch from github. But when I flash the app_signed.hex through nRF Connect for Desktop v3.12...
Hi,
The fstorage library is not available for NCS. Instead, the OS Service "Settings" should be used. (see the last answer of this thread )
In fstorage, it is possible...
I am working on a prototype using the nRF Connect SDK v2.1.0 on the nRF52 Thingy platform.
For my prototype, I need to store normal log output on the internal flash of the...
Hi,
We have to enable the radio shorts in our developing multi link firmware. ( We let any node connect to 3 other nodes at the max ( 1 as a slave and 2 as a master )) ...