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...
Hello,
I tried to use the Cellular Monitor app within the nRF Connect for Desktop software, but it encountered the following error. I have included the relevant part of...
Hi,
I'm developing my app on nRF52840, NCS2.7.0 on VS Code 1.100.0.
My application needs to save settings data (4 x int32_t ) to external the NOR Flash (mx25r64) in `settings_storage...
Hi,I am using NRF54L15 DK in which I need to transmit audio data over BLE where that data will be used for only plotting in application,I am using sampling rate of 16000 and...
I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external...
hello everyone ...I am working on a project that uses the nRF52840 IC. I would like to implement a power-down mode to reduce power consumption. In my project, I am using BLE...
Hello! Introduction. Responsibilities of the cores in my device: 1. app core. 1.1. data processing from a stereo microphone 1.2. data sending to net core. 2. net core. 2.1...
Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...
Hi,
I have set up a destination in the the NRF Cloud Message Routing Service
The destination has been verified and I can successfully send the test message from NRF Cloud...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
HI Teams
I found in the datasheet that the UART, I2C, and SPI on the nRF5340 share the same set of IDs. Does this mean that these three buses cannot be used simultaneously...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
I am currently working on the secure_bootloader example (pca10056_s140_ble) for the nRF52840 DK board and am encountering an issue with updating the OTA application. I have...
Hi
I have a code previously can be built in NCS 2.91:
However, when I use the new NCS 3.01, it can not be built, the error is:
Could you please help me figure out...
hello everyone I have implemented BLE, ADC, RTC, and UART. After that, my power consumption is around 1.31 mA. Can you suggest possible ways to reduce power consumption or...
Hi, I'm a beginner and I'm trying to run an LED blinking program. However, I'm encountering a device-related error.
I've followed tutorials and installed all the necessary...