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 want to use tne NRFX SPIM module for reading and writing an external spi flash (at25df011) .
I looked at the example in order to reuse it or base my application...
Hi all,
I'm working on a project in SDK 5 (V17.0.2) on a custom board using a raytac nrf52840 module. IDE is segger embedded studio with a J-Link interface to the hardware...
The device we are using is nRF51822. It uses a bootloader from the Nordic SDK 11.0.0
The boot-loader we are using for the nRF51822 has several blocks of code in the SystemInit...
Hello,
I'd like to enable an instance of SPIM2 master (base address: 40023000) in SDK 17.0.2 for SPI operations. In sdk_config.h, there are two options, NRFX_SPIM2_ENABLED...
I am trying to run the heart_rate_collector.py example in Nordic's pc_ble_driver_py library. When I try to execute the program, I get the following error:
Command used...
Hi!
I'm trying to do the TCP example with the nRF5_SDK_16.0.0_98a08e2, a nrf52840 DK board and a Raspberry Pi 3 B+ as a gateway but I got some problems.
For connecting...
Hi, I'm testing the ICMP example, using a Raspberry and a custom board with a nRF52840. I follow the instructions on the "Connecting devices to the router" found in the infocenter...
hello,
i am using two customised nrf52840 boards and this example https://github.com/NordicPlayground/nRF52-ble-long-range-demo to get the maximum range between two boards...
Hi.
I have NRF52840 with softdevice and GPIO0.7 and 0.27 connected to DALI CLICK and set up and 0.7 - IN, 0.27 OUT. I'm also using TIMER2 for running callback every 104us...
I'm using nRF52832 with an external motion co-processor. As a part of a robust reset strategy, I want to connect a single nRF52 pin to the co-processor's nRST pin to generate...
Hi
I'm using NCS 1.4.0 and SES. If I change the setting in Serial LTE modem to CONFIG_SLM_CONNECT_UART_2 for external MCU connection, I get an error msg from SES: Cannot...
Hello,
I am using "nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730" for NCP as well as other thread devices. nrfutil version: 5.2.0 RPI3 image: RaspPi_OT_Border_Router_Demo_v3...
I'm running OpenThread on a nrf52840-mdk from maker diary. I'm using the nRF SDK for thread and zigbee.
I would like to poll a sensor periodically. OpenThread does not offer...
hi support team,
i found that 52833 UART power is different from 832,
in SDK17.0.2,
832 is still 1.15 mA(with DMA), however 833 is about 0.437 mA(with DMA),
832 is...
Hello,
I want to use the BLE UART example on my PCA10040 development board, but I can´t transmit or receive any data from my PC to the smartphone with the nRF Connect app...