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...
Hello, We are using nRF52840 with SDK 15.3.0, a bootloader and the SoftDevice 6.1.1. An update to the same version of application is allowed in our code. We discovered a really...
Hi,
I am working on zephyr example dns_resolve(zephyr\samples\net\dns_resolve), how to test this example , I have gone through readme file many times still it is not cleared...
Hello.
* nrf52840 sdk17.1.0
We make some BLE device using nrf52840.
we using fstorage for storing about flag information. And, We using PWM for LED indicator.
Our...
Hello Devzone,
I am working with the Nrf52-dk and a thingy52. When flashing, I face difficulty in determining whether the onboard nrf52 is being flashed, or the thingy...
Hello,
I am using an Arduino Nano-ble-33 and I am having issue counting edges. The values seem to be roughly 0.4% higher than they should be. If I put a 1000Hz clock, I...
Hello,
I am migrating to a new custom board where NRF52832 reads ADC ADS7042 and transfers data through the BLE. My previous board works just fine, and in the new design...
Greetings,
Today I updated the BLE app of the nRF Connect application (Win 11) to its latest version.
I clicked it to open after it completed the update.
It prompted...
Hello support team,
I'm building a FTMS application on a nRF52840 Dongle amd am struggling with the characteristic UUID's broadcast for my service.
Firstly, I am using...
The docs r ecommend the nRF5340 DK connected as described with a 10-pin 2x5 socket-socket 1.27 mm IDC ( Serial Wire Debug (SWD)) JTAG cable.
Is it possible to use my nRF9160...
Hi,
Iam getting this error when i declare the following:
uint8_t tx_buffer[0x2000] _attribute_((section(".spim3_tx_buffer")));
When using nRF5 SDK i could able to edit...
Hi all,
We've developed BLE controllers for our new smartphone-based VR product. nRF52810 with S113 softdevice.
Right now the data (inputs + multiple IMU data samples...
Hey Devzone community
I have a super weird I2C problem.
While configuring, everything is fine - however, when I'm trying to use the I2C API read_register and write_register...
nRF SDK 17.1.0, fatal error: mbedtls/aes.h no such file or directory; I have added the file tree to the User Include Directories and "add existing file"d it to my project...