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...
Board: nRF52833
SoftDevice: s140
SDK version: 17.0.2
I am trying to implement OTA buttonless DFU feature in my custom device (USB Device) which is a central device....
Hello,
I'm having some issues troubleshooting, my knowledge is limited on how to trace down where the error occurs.
Se logs below ->
Any tips on how to find...
Hi,
I start to work on the NRF52840 and I would like to read register of BMA400 in burst mode (I mean possibility to read further register in one sequence)
I am novice...
Dear Nordic,
when moveing the project to v.1.9.1 stack we've faced with a lot of
"fatal error: tinycrypt/constants.h: No such file or directory"
What is it related...
Hi folks,
SAADC peripheral gives me good results in acquiring & converting a DC signal related to current consumption.
I am using the 12-bits configuration over the internal...
I’d like to be able to read some environmental sensors and control some low power outdoor devices using the nRF52832. While I am aware that the nRF52 can operate for a long...
Hello,
NCS1.9.0 or NCS1.9.1 , Windows10 X64,VS Code,periodic_adv.default codes
with nRF52840-DK work fine.
but nRF5340-DK got error,as folow logs
"Failed to create...
Hi there,
I have just started the NCS Fundamental Course and I am stuck on Exercise 2. There are two problems that I am facing.
1) I have an nrf9160dk board. so if I compile...
Hello, I am trying to read data from the sensor using I2C, I have the nrf9160 on an Icarus board https://www.actinius.com/icarus .
I tried following this guide: https:/...
Hi Nordic Team,
I see that I am supposed to GND 2 of the SPI lines and drive the CSN high to use it in GPIO control only mode. We wanted to TP out the SPI bus for the FEM...
I am trying to send value 0x75 using I2c but when i check the value using logical analyzer i found it 0x74. and when i tried to send 0x77 i found it equal to 0x76. any help...
I am currently working on a project in which I want to transmit audio wirelessly from one nRF chip to another. Currently I am using the nRF Dongle to act as the transmitter...
Hello Everyone,
I am using NRF52833 in my project and I have implemented one service named borrower. The code details are in the attached in the files. When I open nrfconnect...
Hi Nordic,
I have 2 nrf52840 hosts running gazell HOST mode, and 1 device running gazell DEVICE mode. My question is, when device sends data to host, will both 2 hosts receive...