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...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi, I am saving data in flash memory but when I read after restarting the device it shows FF. How can I read from flash after restarting the device? and how can I check that...
Hi, i am very new to nrf family. when i use sprintf function with %d specifier, it works fine. but if i set it to %2.1f or anything with "f" included doesnt work and program...
In the ble_app_hrs_rscs_relay application, three ( NRF_SDH_BLE_TOTAL_LINK_COUNT=3) queued write modules are generated.
(one for a peripheral (server) role and two for two...
The first 0:20 sec in video -
in this 20 sec the video shows the ON / OFF switching of led .
The voltage when we click ON is 1.149 and 1.211 of warm and cool respectively...
Hi,
I am using Nordic nRF52832. I wrote the simplest code for entering system off mode. My code does nothing except system off (see below). I built the solution, downloaded...
I would like to use nRF52 DK (nRF52832) to program Fanstel BC805M EK (nRF52805) . I know that the hardware connection looks like this and we need to use the separate power...
Hello,
I want to use / control the nRF52840 Dongle within our own software . We are writing our own production and testing tools in a c-compiler (LabWindwos-CVI) environment...
when ever I pressed execute button it is showing unable to connect j link with usb and enter serial number to connect with IP
failed to open dll is showing at output te...
I'm trying to do a project using the analog ports of the nRF5340 board and BLE together, and I didn´t find any example code, or documentation about this issue.
I only...
Hi,
Currently, we work on a project that uses: nRF9160 Zyphre OS Segger Embedded Studio for Arm (Nordic Edition) V5.10d SDK v1.4.1
We need to implement a source that...
Hi Nordic,
I am writing a simple boot-loader, which is working fine without NRF_LOG module enabled. But if I enable the NRF_LOG module, the main app stops working when it...
Hi.
I'm developing an application in the following environment.
Windows 10
NRF Connect V3.61
Toolchain Manager v0.9.1
SDK v 1.5.0
Segger v 5.34a
I've a number...
I have follow the implementation guide to build the hello_world example and build using the following command
west build -b nrf5340dk_nrf5340_cpuapp samples/hello_world...
I am attempting to run the example program 'heart_rate_collector.py' found in this repo: https://github.com/NordicSemiconductor/pc-ble-driver-py/tree/master/pc_ble_driver_py...