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,
1. Can nRF9160 equipment automatically identify the following two networks?
2.CAT-NB1/NB2
3.CAT-M1
4. Automatically identifies the NB network when inserting a...
Hi,
I have a weird issue occuring when trying to connect to my MQTT server.
If i run the code on a NRF9160 DK i can connect perfectly fine to my MQTT server calling...
Hi all,
In the nRF9160 https_Client sample, I was able to connect to the server by provisioning a server-matched root certificate to the nRF9160.
Can I connect to an...
I've been playing around with the v1.9.1\zephyr\samples\boards\nrf\system_off\ example code, as I want to implement something similar in my own code. But I want to be able...
Hi
I would like to change my coded PHY layer 1MBps to 2Mbps.
For that, i just change the params BLE_GAP_PHY_1MBPS to BLE_GAP_PHY_2MBPS in my code.
But now the function...
Hi,
We are battling to get to the advertised low power values as described here:
https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/hardware-design/posts/measuring...
Hi
I'm trying to create a central device to connect with a series of different peripheral devices. All the peripheral devices can be discovered during the scanning. However...
Hello!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hi,
I have previously compiled the zigbee command_line_agent for the PCA10059 which I use for testing.
It worked when uploaded so I have one working PCA10059.
Recently...
Hi,
I have a problem getting interrupts by the rtc component working. I am using the nrf58211 chip, nRF Connect SDK v. 1.9, uBlox BMD360-eval development board.
My code...
I have Windows 7 pc on which PCA10040 DK is used to test UUT.
- Devkit frequently gets corrupted for unknown reason.
-It has custom Firmware which is validated to be working...
I learned today that the ALIGN_NUM macro doesn't work as expected if the data type passed is not unsigned int type. I find that using int32_t or uint8_t with ALIGN_NUM produces...
I'm using nRF Connect for Mobile on my Android smartphone (HTC U11, Android 9) for over a year now
It was working well so far last year, then I paused for a few weeks and...
Is a bootloader required to flash code to the nRF-52832?
I built a custom board with a blank nRF52832-QFAB-R. I'm able to run through the tests on the Segger J-Flash V7...
Hi
I am working with an nRF52DK board that is successfully communicating with Nordic's nRF Toolbox app via BLE UART.
I would like to be able to modify the app as I modify...