Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
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...