I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hi
I have started learning about Bluetooth mesh for a project to be done. i have some doubts regarding where to learn the coding and how to start coding for creating a mesh...
Hi everyone,
I was looking to use the nRF24L01/+ along with a small microcontroller (e.g., ATtiny) and I wanted to reduce the BoM as much as possible. I was planning to...
I have connections to a Azure server that has tree CA available. To be able to talk to the server with .peer_verify = 2; I need to replace the CA one by one and try to figure...
I have been uing nRF9160 as ble gateway for uploading data from two nRF52832. The nRF9160 has subscribed to the nRF52832 gatt and hence receive updates automatically. Now...
I purchased the nRF52840 dongle AND Nrf52 dev kit. My upcoming project will utilize the nRF52832. I am able to build, download, modify, and execute examples from the nRF5...
Hello everyone,
i am created my own UUID Service with a characteristic. I used this tutorial --> https://github.com/bjornspockeli/custom_ble_service_example Code is working...
Hi,
I am getting this error when enabling the twim instance. It initializes successefully but throws error when enabling it.
How can I troubleshoot it further to know...
Hello,
I want to measure the 32 kHz XTAL frequency by toggling a GPIO and measuring the frequency by a frequency counter. The nRF52 has got an external crystal connected...
Hi,
We are working with the nRF52840 and an ADC chip that is capable of I2C communication faster than 400 KHz, allowing lower latency. I know that the nRF52840 does not...
Hi,
I really need your help!
When I add DFU function to my project, I need to display DFU progress on my LCD, but I don't know where to add my display code, and I don...
Hello, Nordic!
I'm developing with nrf52840, s340, sdk 15.3.0 in my customboard
Anyway, recently, I have one problem about reset.
My device sometimes has rested and...
Hi All
We have started work on nRF9160 DK. We follow this link Getting Started with nRF9160 DK We have download SDK and install all requirement like GNU and Embedded Segger...
I just received and activated my new Thingy 91 and am very disappointed with results. The module is sending data up to the cloud site and temperature / humidity are updating...
Hi
I'm trying to implement the authentication described in the above-mentioned blog. In on_write_req() a call is made to functio "auth_handle_hvx_send()". I don't see any...