I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I downloaded a public git repo here: https://github.com/Ahmedaltu/Distance_Measurement_Bluetooth
It is an implementation of the nrf_dm sample.
In my past efforts with...
Hello,
I'm am trying to use k_fifo_alloc_put and k_fifo get to add a then read data from queue (IoMonitorMessage custom object). However, when I add 2 objects to the queue...
I am trying to get SPI working but the cs pins is on P0.02/NFC1.
I believe this is because the gpio is not configured correctly. Here is a screenshot of my device tree....
Hello,
My application runs perfectly for like 14-15 hours and then when trying to connect to go into RRC connected mode to transmit the modem crashes with following error...
Hello,
we noticed for one of our boards that the nRF9160 is not able to startup with a floating MISO pin on the SPI where the flash is configured in device tree (SPI1 /...
We have a custom board based on the nRF52805 that does not have a LFXO, instead relying on the RC. We are using NCS 2.6.1.
We see current spikes every 4 and 8 seconds that...
Hi,
as mentioned in the title, when using the official vscode extension (nRF Connect for VS Code) for debugging and stopping a debug session, the target state does not get...
Hi:
I have the following hardware structure:
FPGA < -- SPI -- > NRF5340 (TX) -- ! ( ESB ) ! -- NRF5340 (RX) < -- USB -- > PC
Due to the nature of my application, I need...
Hello!
I am trying to collect data from an nRF52832 device which works as a peripheral to another device nRF52832 which operates as both Central and Peripheral.
Description...
Hi,
I am downloading GPS Almanacs from U.S. Coast Guard Navigation Center web site to inject into the modem using nrf_modem_gnss_agps_write() . Below is current almanac...
Hello,
I need a way to decide on which Api to use for UARTE (configured as uart1) once in main(). I am not intending to switch between them nor to use them at the same...
I am currently working on a project to migrate to the nRF Connect SDK. We are using the NRF52840-CKAA-R7 package of the nRF52840. However, I have not been able to locate the...
I'm develping application on nrf52832 with nrf5SDK v17.0.
The connection interval is set to 12 to 16.And the conn_sup_timeout is set to 1000.
The condition happened frequently...
As I understand it, any applications using the modem libraries on the nRF9160 must be built in the non-secure domain. The MCUboot and TF-M needs to be in the secure domain...
Hi.
I need read the external voltage in input P030, and the battery backup voltage in P031.
If I read using only one channel, the P030 (AIN6 ) the value that show...