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‘m developing a light dimmer, I use Mesh Config Entry
to save light state as 16 scene in persistent storage, because the size of each state is 1024 byte, so the live value...
Good afternoon!
We are developing a BLE App that is communicating via bluetooth to a PCB board. The App uses the built-in Bluetooth module in our Windows laptops and the...
Hi everyone,
So I have using Zigbee and Thread SDK 4.2.0 for a while and I notice that some time there are some error like this
<error> app: ZBOSS assertion in file: 105...
Hello All,
I have few questions below:
- What is the efficiency of the embedded DC/DC converters in the nRF53 circuit? What is the difference in efficiency when the circuit...
Hello everyone,
In our custom tracking application for the nRF9160, I am connecting to nRFCloud through MQTT when needed. Either when sending a data, or requesting assistance...
Hi Nordic and everyone else!
First my question: I am sending my position data to the cloud in the same matter as the MQTT Multi Service sample. It converts some PVT data...
I have made a second rpmsg endpoint to hci_rpmsg sample and integrated direct test mode sample functionality behind that second endpoint. Application has dedicated test mode...
Hi team,
If the TTL count is 100 but the number of devices in the network is 10. Will the device routing table in BLE mesh SDK understand that the message has been already...
The UART and UARTE peripherals share the same ID (2), and only one of these can be enabled at a time.
How do you enable only one of these peripherals?
The register blocks...
I have MCUBOOT working using the default UART pin numbers. I need to change the UART RX and TX pin numbers used by MCUBOOT for a custom application. I am able to change the...
Want to store the CONFIG_BOOT_SIGNATURE_KEY_FILE in the project space, not the ncs folders.
Looking for a method to define file location without using a absolute path. ...
I am using NCS v2 and VSCode extension on Windows 11.
I have two pieces of hardware I am testing with:
Adafruit nRF52840 Feather
Custom nRF52840 board
When I flash...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
I would like to automate some unit tests with NCS. I tried running the native_posix qemu builds, however, this does not support the mac m1 architecture (maybe Linux only?...