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...
While debugging this code https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main.c using nrf9160dk getting error "device_get_binding...
Hi,
I've recently built my own custom board (with an onboard nrf52840) and have been trying to program it with an nrf52 dev kit. To program it I've used the following forum...
Hi Team,
SDK used 17.0.2
I am able to successfully wakeup the device from systemOFF using a gpio (not from sensor). In this case it is consuming only 350 nA (300 = nRF...
Hi, I tried to run the ble_app_beacon example (PCA10056e) on NRF8211 chip using SDK 17.1.0. I removed the DEVELOP_IN_NRF52840 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES defines...
I'm trying to flash to a nRF9160 with nrfjprog. The hex file works fine, and can be flashed from other (windows) computers. But any change i'm trying to make with nrfjprog...
When I use this example:ble_central\ble_app_uart_c (SDK_17.0.2 S132 nrf52832)
It disconnects every few seconds and reason 0x8.
LOG :
<info> app: conn_Param Update...
Hello! I'm reading the functions that exist in SPU HAL.
The function nrf_spu_flashnsc_set is used to configuring non-secure callable flash region. Which is great to use...
Hi,
I am using the nRF52833DK with NCS v1.6.1 in SES for a multiperipheral application. The application has the LIS2DH accelerometer which is communicating with nRF52833...
I'm using nrf_sniffer_for_bluetooth_le_4.0.0 on Ubuntu 20.04.3 and running `./nrf_sniffer_ble.py --extcap-interfaces` fails on my system. Which also means the nRF52840 dongle...
Hello,
I would like to implement an I²C communication between a nrf52840 and a MCP3221 (which is an ADC).
The first 7-bit of the MCP3121 are 0b1001101. I guess the slave...
Hi!
I have a custom board based mostly of the nrf9160DK, where I need communication between nrf52849 and nrf9160 processor.
I have used the code from this ticket that...