Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
SDK version - 15.3
Segger version - 5.42
DK - nRF52840
I'm a beginner and I was following this tutorial our_services . The code given in the tutorial worked for SDK...
Hi
I am testing nRF52833 UART DFU function, but there is an error in merged HEX file,
Parsing input files. Merging file "SD.hex" into output. Merging file "APP.hex"...
When associating a pin with the UART, is it possible to still configure the pin to be open drain and with a pullup, or does the peripheral associating override those sett...
Hi :) ,
I'm using TWI to connect a sensor that i supply with an LDO regulator.
This LDO has an enable pin controlled by P0_23. Driving current is max 1uA so i configured...
In our project, we have defined 5 FDS_VIRTUAL_PAGES each of size 1024 words and have programmed to do GC if > 10 records are deleted. I see the 1st page being used for storing...
i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project ....
Hi, I am trying the MQTT_SIMPLE sample on both the nRF9160DK and my own custom board. I have mfw_nrf9160_1.3.1 on both nRF9160 and I am using SDK v1.8.0. LTE connection seems...
Hi,
I'm using NCS 1.8.0 on a nrf52840.
I've got what seems to be a corrupted external flash Settings file. The issue doesn't seem reproducible yet, but as it happened...
I am working with SPI for the mfrc522 RFID reader. We were able to read the card previously while we used nRF connect SDK version 1.5.1 and nRF connect 3.6.1
Now I am not...
I'm using modem version mfw_nrf9160_1.3.1
It's waiting for semaphore and when CSCON notification came in between it's just resetting due to some hard fault. Can somebody...
Hi there,
I have gotten to the very last step of the following tutorial: https://www.youtube.com/watch?v=kdMJQFDRoss
The issue I am facing is that when pairing the Matter...
Hello, I tried building the app showcased in this example: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52/
I have gotten everything to build fine except...
Hello,
I need some help or advice on the easiest way to perform DFU in a nRF52832 device using a nRF52820 as a central through BLE. My nRF52832 device already has the DFU...
Hello, All
I am evaluating the example, following the instruction information here https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_nus_eval...
Dear Support
Try to modify this use UART_1 for sending out data received via BLE, which is pin P0.14 on nrf52833dk_nrf52833, I modified Kconfig file under the boards folder...