Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
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 have a NRF52840-DK (400236). I was using it for the development. It was working perfectly.
Suddenly the issue arises the power section is heating up.
I am powering...
Hi,
I am running the standard Grove LCD code, as below but am getting an error, " Grove LCD: Device not ready.'
the code is
my overlay file is
and my proj...
Hello,
we have a set of router devices already on the market: each of them was developed using 4.0 stack.
now we're aligning the stack to the 4.2 version observing a very...
Hi!
I've followed the app timer example to implement app timers in my project. My project is low power consumption oriented. When I use a repeated timer, power consumption...
Hello,
We are integrating the nordic sdk for DFU on our own application on Android and iOS.
We need to know al the possible error codes that the sdk can sent but we...
Hi DevZone,'
I am trying to use the crypto library with CC310 backend on a FreeRTOS application using the nRF52840DK.
My problem seems to be that when initializing the...
Hello,
I am trying to set the default TX power to +8dbm for all stages of the BLE transmission process, including when advertising is active. I have referenced the "hci_pwr_ctrl...
Hi,
My project is set up as out-of-tree using NCS v2.0.0. I would like to restrict the NCS version such that it will throw a compile-time error if a non-matching version...
I am using SDK v16.0.0 with s140 softdevice. In app_util.h, there is STATIC_ASSERT_SIMPLE and STATIC_ASSERT_MSG definition decided by platform like __CC_ARM or __GNUC__. ...
Dear Nordic fellows,
I have a NRF52832 and I want to configure the UARTE peripheral driver in not blocking mode. I want to try and exploit the double buffered DMA. I'm using...
I am using UART to try to send and receive data from the MCU on my nRF9160 board. I noticed in the tutorial on DevAcademy that using the asynchrounous mode, we're able to...
Hi!
Due to product requirements, I need to make the broadcast package contain 128-bit UUID so that the APP of our company can identify the device. The chips of other manufacturers...
Hi
I am using NRF5340 chip in my custom designed board and I want to use all the 4 UARTs available in this chip at the same time.
The interesting problem which I am confronting...