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 All,
I'm currently developing a network where I would like to use nRF52 SoC. The nodes in the network must be able to extend to over 100 and must be able to multi-hop...
Hello,
I've taken the example from the SDK 12.0.0 for RAM retention. I've added additional NRF_LOG statements to check if the RAM retention is happening. I do not have...
Hi all,
In the Data sheet ,i saw it is a short cut register . It is available for all the peripherals with offset 0x200.
Can you share more information about it, like...
Hi
We are developing a board with nrf51822 and we are looking for the PCB design layout guideline.
We actually went throught the PCB design tutorial on the nordic developer...
I'm attempting to build the ANT+ examples within SDK 11 and am hitting an issue in compile:
C:/Compilers/nRF5_SDK_11.0.0_89a8197/components/ant/ant_stack_config/ant_stack_config...
I'm using Arch Linux, with kernel 4.9.6 on a 64-bit laptop. Using a window manager with no desktop environment.
I'm trying to install Segger Embedded Studio 310i , which...
Hi,
I am working with nrf52DK and Sim800l, I want to send some data using GPRS commands like AT etc.
I am having a market build module for Sim www.circuitstoday.com/....
Hi,
I am using the example code supplied by the blog for reading humidity from the HTU21D sensor using TWI . My humidity and temperature readings are constant and never...
The code generated from the BDS plugin (v.1.2.4, found here: question including link to v1.2.4 ) is failing because of missing references to boolean_t and bds_boolean_encode...
Hi, I need a simple timer that interrupts every second. I'm trying to use the code from the sleep timer, but it isn't working. this device is the PRX, so i don't want it go...
Hi.
I'm using the arm_sin_f32 function to generate an array of sine wave values. However when this function gets called the softdevice crashes.
I've included:
#include...
I've been trying to chase down some of the engineering samples of the nRF52840 for a prototype with no success from distributors here in Japan (have tried Digikey and Mouser...
Hello,
I know that the NRF_TEMP peripheral is a restricted peripheral and should be accessed with the sd_temp_get function when the soft device is running. Heck I even...