Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi,
In my application, I am writing in flash.
But when I do so, my openthread data in flash gets o verwritten, the node doesn't retain its commissioning data.
In nrf_SDK_For_Thread_and_Zigbee...
Hi All ,
I am using nrf9160Dk ,When i use asset tracker V2 i successfully get the GPS values on the nrf Cloud . But when i use the Asset Tracker only then i am unable to...
Hi there,
From the product specification of the nrf5340, we can only find UARTE peripherals (UART with EasyDMA). Is it possible to implement uart without DMA? Of course...
Hi
I was just curious as to whether or not there is a specific reason the Xenon's PWM capabilities are not available with NCS/Zephyr. Is there a hard limitation or is this...
Hi Team,
SDK - 17.1.0
chip -nrf52810
I want to store sensor data (12 bytes) every 30 seconds in flash memory. Once the flash is full, I want to replace the old data...
I'm trying to interface with the ds1339 real time clock to set and read the time for timestamping tasks in ncs 1.8.0. I've found a few tutorials that boil down to:
1....
Hello !
I can see this error event is deprecated.
What other registers can be used if any error occurs during on-fly encryption/decryption process ?
In case of RX ,...
Hi,
I was implementing ZigBee coordinator in nrf connect v1.18.0 to connect sensor which develops from template sample. every thing went fine until I add install code (took...
Hi there!
I face issue with setting the connection using PHY Coded.
I've:
- set the #define NRF_BLE_SCAN_SCAN_PHY 4 (it's Coded one) on Central side.
- forced PHY...
Hi,
I am using nRF52832 EV board (PCA10040 1.2.4) to develop my application.
Also, I am using nRF Connect SDK (version 1.8.0) with VS Code.
After I create the example...
I could not find hardware peripheral use description of Zephyr Bluetooth LE Controller, where would be specified exact instances which are used for nRF52.
I found this link...
I am using NRF5240 board and and the latest Sniffer Software 4.0 (which claims Extended Advertising support).
Able to sniff all 3 advertisement channels (37, 38, 39) and...
Hello I am implementing a battery voltage monitoring function using nrf52840. I am a beginner in hardware development. As the first step of this function, I am currently implementing...