We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
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...
Hi
I use the nRF52840 board and am currently working on a Matter project.
I am trying to add a cluster to an existing Matter sample project as per the link guide below...
Hi,
I am working on pdm mic integration in zephyr RTOS. I used INMP441 mic sensor. I got SPL in dB by using nrfx. I want to create a driver for this mic. Please help me...
I have an nrf21540-ek. I hope it can be used with my nrf5340-dk. Does NCS 2.0.0 contain relevant drivers or does the driver need to be implemented by me? If NCS 2.0 contains...
Hi, recently I am been consistently getting the same issue as this post, despite having successful performed the Mesh DFU in the past and with the example code:
I suspect...
Hello,
My goal is to make DFU over a mesh network.
Using this guide , I did the following:
nrfjprog --program bin/softdevice/s132_nrf52_7.2.0_softdevice.hex --chiperase...
Hi there,
We are developing our own uart driver, and need to understand the power consumption of the peripheral.
According to the product specification section electrical...
I'm using VS Code and the nRF Connect extensions to build a project that is derived from a sample app. It was created as a freestanding project, so the SDK is shared with...
Hi, We are using the nRF Connect SDK and building a Zephyr standalone application. Is there a way to add a post build step to the application CMakeLists.txt file which will...
Hi all,
As we will al agree refering to the BLE standard, a SCAN_REQ Frame contains 176 bits (22bytes), and since the BLE legacy standard datarate is 1Mbit/s, the duration...
Hi.
I'm working with an NRF5340DK using NRF Connect SDK in a project where I need to decrypt an input text with a previously adquired key usign AES128 CTR, but I've been...
I use two 52832 generic_ onoff_ In the example of server, a mesh network is formed. Both monitors the group address C001. I put the other one outside the range. Then the group...
Hello,
I have a project that requires Bluetooth, Zigbee, and WiFi.
I want to make sure that the following is possible:
nRF52833 or nRF52840 can run Bluetooth and Zigbee...
I am testing I2C. But nrf_drv_twi_tx() failed with errCode 0x8201. What is meaning of 0x8201 error code?
<warning> app: nrf_drv_twi_tx() failed, errCode=0x8201
Dear Nordic,
We're developing an application using the nRF52840 as a peripheral. In the role of central we have three different devices we're using:.
Android Pixel phone...
I used 9160 to develop a project for the customer. During the project test, sometimes the data line or clock line level of I2C was abnormal due to hardware reasons. I wonder...