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...
Hey everyone! My team and I are working on making a hex file that contains the soft device and software, as found in the 15.3.0 SDK, in the secure dfu test images folder....
I'm wondering about a scenario where an attacker has physical access, and manages to program their custom application into our device. They could use our stored credentials...
As UE HW designer/manufacturer we have limited possibility to troubleshoot modem/EPC states.
We had troubles with MME switchover and other corner cases recently.
We would...
Hi Sir
Now we have a project with NRF52805 and will MP by 2021 May,
We are looking for a RSSI test method for production line,
Currently, we are using a Litepoint IQxel...
Hi,
I wanted to use the project code of nrf5832 which we have created with nrf17.02 sdk and nrf5.0 mesh sdk with softdevice 132 for the board nrf5840 board. We are stuck...
I need to get quite a lot of logs and quite fast too. How do I do I get the logs into a file?
I tried with Segger RTT logger, but it tends to give up quite quickly. I heard...
I want my system to sleep for some time, but its waking up and I am unable to understand which interrupt occurred. I want to know which interrupt caused the system to wake...
Hi All,
I want to implement a function to send data from the internet coap client to nrf52840 DK coap server. The nrf52840 runs .hex file which is one modified from Nordic...
Hello, I'm testing an example of a zigby light bulb with a nrf52840 (pca 10056) board.
Here, when I press "BUTNERT 1" on ZED, I want to send the [ON/OFF] status of the current...
The average current during the nRF9160 test DRX is 2.2mA. The period of DRX is 2.56s. Using a China Mobile IoT card. I am testing on the DK board and have turned off all peripherals...
I used NRF24L01 to transmit the data without ACK mode. The receiver received the data normally when only the WR_TX_PLOAD_NACK instruction was used to send the data.If the...
Hello,
I want to set a GPIO Pin to high. Therefore I wrote the code below.
But when the software is written onto the nrf52811, I can not messure any voltage.
I do not...
Hi,
I am going to do data communication between two boards with libuarte. I see that both txdata and rxdata should be uint8_t*. But if I try to transmit the char*, will...