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...
I installed nRF Connect Desktop. Opened Tool Manager. After sucessful installation, I tried to create ny first project by opening SES through nRF. The selections used are...
Hi,
I am using the ppk II, and I have had a number of occasions where the current displayed on the PC suddenly disappears (see attached). The voltage to the DUT seems...
Hi,
I'm testing the nRF9160 GPS performance with a GPS simulator. I set the output power to -130 dBm and test the nRF9160DK conductively. I made some small modifications...
Is there any guide or sample how to run unity tests on a target device instead of the native_posix device?
In general unity however cmock support on-device testing like...
Hello,
My config: - nRF SDK v17.1.0 - nRF SoftDevice S140 7.2.0 - FreeRTOS Kernel v10.0.0 (Amazon.com)
My project used BLE connection with custom service (based on NUS...
I want to use dynamic memory allocation. After searching these forums, I see the following options:
malloc
k_malloc
nrf_malloc
balloc
I haven't had success with...
Hello everyone I hope you all had a good start to the week. I am stuck with an issue I don't quite get. I wrote code with BLE, FreeRTOS, and GPIOTE as a "proof of concept...
Hi,
I'm evaluating the NCS peripheral_uart example for our needs.
I have an issue with deploying this example to an PCA10040 board. While running the example built for...
Hi All!
I have a problem which i can't really understood. I'm using nRF5340-DK evaluation board, and currently i'm trying to get one of timer (TIMER1 in this example)...
Hello,
I have a Nordic connected to a STM32. The DFU procedure on the Nordic works fine and I am able to upload and run a new firmware in buttonless mode. The Nordic also...
nPM1100 use JEITA profile that has charging range 0-60gc. Most batteries has charging range 0-45gc. Is it possible to limit charging to 0-45gc with this chip, or is JEITA...
Hi,
I am developing a product using the SoftDevcie s140 and SDK 17.0.2.
I have the problem, that the standard FreeRTOS port defines configTICK_SOURCE to FREERTOS_USE_RTC...
Hi,
I have a nrf52832 dk(pca10040 1.2.1), use gpio P0.29, P0.30, P0.31 to connect some external device,
external device working voltage is maximum 2.2v, so I connect external...