Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi,
we have been trying to implement modem delta updates to our nrf9160 project using DFU target. We send delta .bin file over LTE to our device, and save it to external...
Hi,
I want nRF91 to download the nrf52840 firmware update image from nrf cloud and then pass it to nRF52 using SMP over UART.
1.How can I use the nrf cloud FOTA UI...
When I program an interrupt, the NRF52840 requires 250uA extra. I read something about the sense interrupt, but I cannot find any working example. How should I implement an...
Hi,
I am working with Thingy53 using the ESB (Enhanced ShockBurst) library. I have my basic app running with multi-point comms and power control. This was done without using...
Hello,
We have a product which is a custom nRF52832 board, nRF5 SDK (didn't have time to upgrade to nRF Connect SDK), s132, BLE.
We used to call delete_bonds() function...
I‘m tring to run nRF5340 Audio applications with two nRF5340 Audio boards, following at: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/nrf5340_audio...
I'm using the async API for UART and I have noticed that, shortly after initialisation, I receive a single character with the UART_RX_READY event. This character is 0xff ...
Dear all,
I kindly ask you what is such warning that arise in building the configuration for the NCS example, please point me to better understand why arise and the related...
I now have a 52833 board, my question is what is the difference between it and 52832?
Are they very different?
Which protocol stack does it use?
thank you
Hi
I can't find any info regarding a cut off feature for the nPM1300 if the battery voltage is to low.
we are using a battery with PMC but that is meant as last resort...
I am using nRF52840 boards. I have one query.
I understand from your documentation that MPSL schedules the Radio driver to access the Radio. And BT ticker is for time slots...
Hi
I have flashed the unit with the Vysor flash file at Vysor Dongle · koush/vysor.io Wiki · GitHub The unit is now dead and has not recovered so I am returning to amazon...
I was planning on writing firmware for the nRF52840 chip (AKA System Controller) on the NRF9160 DK. Primarily it will use BLE and serial communications over some of the pins...
Hi, I am using nRF52840 and nRF Connect SDK V2.6.0
I want to send 7000 bytes of data using USB at a time. Now I am able to send only 1024 bytes at a time. I modified USB...
I'm using the nRF52+SDK11.0.0+s132. I'm developing a system that streams BLE notifications to an Android app at ~53kbps (40B/6ms). I have the connection intervals set to 7...