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...
I need to set REGOUT0 to 3v3 for a custom board. What's the best way to do this using the armgcc toolchain? Right now, I'm setting the value first thing in my main:
Is...
Hi,
I try to write some data into the flash memory, but I always get a hardfault when I try to use the write function provided from the examples:
No I think this...
Hi everyone,
I am trying to start a data length update procedure from a central that I am developing with python using the library pc-ble-driver-py.
However, I keep having...
Hi,
I try to store some variables into the flash memory using the fstorage library provided by nordic. From the example I got the following implementations for testing:...
As I mentioned in my other question , I've been playing around with the bearer layer of the Mesh-Stack, to get a better understanding of how to get a robust basis for a multiprotocol...
Good day! Tell me how you can configure access to UART with DMA in the example freertos_coap_server for receiving and transmitting arbitrary messages. Also, please clarify...
I am using this sample https://github.com/NordicSemiconductor/Android-nRF-Blinky . I noticed that when device rotation is changed the device stills connected.
I changed...
Good day. I can't find the schematic of the EVAL NRF52-DK version 2.0.0. The previous version I used was 1.2.4 where I cut the following welding points for testing.
SB22...
I am able to log information to the flashlog backend. When I use the cli interface "flashlog read" I see my information stored (e.g. "operation took %s seconds to complete...
I am trying to download the NRF UART and Nrf Toolbox service the same ones used in the playstore are different than the one on github. The NRF UART v2.0 is different and doesn...
Hi,
I setup one ble mesh network, and it works good for a while. But I encounted a problem that when I power off the mesh node (note: the voltage drops slowly) and then...
Hello,
I am working on nRF51822-QF-AAFQ chip using SDK 12.3.0 in IAR embedded workbench.
My question is, can I impliment DFU in nrf51822 chip?
If possible suggest Starting...
Hello All,
I am trying to add DFU service in the small example with the custom service.
But is not working, facing issues.
I am working on the nrf52810 board with...
Hi all
I am trying to pair nrf52840 (as a central) with ESP32 (as peripheral).
Now I want to get the service uuid so that i can pass to advertising service in ESP32 code...
When restrating the controller, are there any information stored in memory regarding the paired devices or is this up to each implementation to do this manually.
1. If there...