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 Community!
I'm working on product development for a client/customer. The product will be a small embedded system with an LTE chip (nRF9160) and a BLE chip (nrf52840)...
I'm having a lot of confusion with using TWI on this chip. I have been running example code that I found in this tutorial nRF5 SDK - Tutorial for Beginners Pt 35 B - TWI ...
devzone.nordicsemi.com/.../nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 I follow the link above to create a hello world project, which has failed all the time. Here is the...
SDK16.0.0 + Mesh SDK 4.1.0
Help, we have developed our own board with a Fanstel BT840X module. Some of our boards are asserting ("Softdevice assert: 154516:0") and I am...
Hi Nordic,
I'm using nRF52 DK (PCA10040). I tried to copy and paste the project from this default location:
...\nRF5_SDK_17.0.2_d674dde\example\peripheral\twi_sensor ...
Hi,
I managed to compile and run(?) my first two programs for nrf51 dongle on Keil uVision, however while i think they run I cannot make the debugger work and see what they...
Any suggested APIs to setup BLE transmit power in NCS?
the set_tx_power() in the Zephyr example looks not work with nordic softdevice controller.
https://devzone.nordicsemi...
Hello
I am trying to compile a project for nRF25840 on a custom board. Build is succesfull but i am getting a 9mb ro-data on the output which means i cant flash it to...
Hi,
I am facing a problem in storing a 64 bit value to a variable.
some of the calculations which is resulting such a high values like this 4701924420
when i am trying...
Is there any way to use remote provisioning of nrf5 SDK example pb-remote in nrf Connect SDK?
If the answer is no, is the implementation of this feature in nrf Connect SDK...
I'm trying to test out the boot loader using the blinky sample. However if I add the following to prj.conf:
CONFIG_SECURE_BOOT=y
CONFIG_BOOTLOADER_MCUBOOT=y
I'm getting...
"SES > File > Open nRF Connect SDK Project..." does not seem to include a thread aware script for Zephyr. Is there a provided script for this somewhere? If not is there a...
Hello,
I would like to use a single COMP I/O pin to compare the pin voltage to multiple references during run-time.
To do this, I was planning on initializing the COMP...
With SDK For Mesh v5.0.0 the mesh_stack_power_down() was actually implemented but there is a bug that will disabled the proxy permanently.
For some unknown reason the mesh_stack_power_down...
Trying out the Sensor Model supplied with SDK For Mesh v5.0.0 raise a few concerns.
The way sensor_initialize() is made requires all supported PropertyId helper functions...