Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hi Team,
regarding my application I need to switch the reference voltage we are taking two deferent reference voltage Ex: one for 2.25 and another 0.75 so we have requirement...
Hi,
I am working with nrf52-ble-app-uart-relay example taken from Nordic Playground github. I have SES IDE, nRF5_SDK_16.0.0 & nRF52840 DK. The central part of the relay...
Hi
Having the nRF5340DK board and following few examples from the nRD SDK Connect. After programming the application core, need to program the network core using the hci_rpmsg...
Hi, I already read more threads about this issue. How to program the nRF52840-Dongle. Most threads go to far in details, where my knowledge ends... I just want to run a simple...
I am trying to include software support for the ST LIS2DE12 accelerometer chip which is found in V1.5.0/zephyr/modules/kconfig.st as
config USE_STDC_LISDE12
bool
V1...
Hi,
I'm looking for the source code to the program that came on the Thingy91
I have not been able to find the source anywhere in the documentation
or sample code....
I am trying to port an nRF51 project that runs on the nRF51 DK using Keil to the nRF52840 DK using Segger Embedded Studio. Clearly the best way to start is to take an example...
Hi,
I am using nrf52833 development kit have nRF5_SDK_17.0.2_d674dde with softdevice as s140 when i running the code following error occurs as follows on serial monitor...
Hi
I am facing a problem similar to the one in Case ID228253.
I am using a custom 52810 board and have configured the UART pins on P0.12(Tx) and P0.14(Rx), defined in...
Feeling disappointed while trying to find information on nRF Connect SDK documentation. Let me give this simple example:
Mission: check and ensure that watchdog is enabled...
Having in mind an application that is comprised of two nRF devices (can be two 52833 or 5340 or any combination of these).
One to act as a Central, the other to be Peripheral...
Hello.
I have my application created by referring to "ble_app_buttonless_dfu" example.
When I applied for certification with this application, it was determined that this...
As you know, FDA check issue that is SWETYNTOOTH for all BLE Solutions to apply for medical solutions
So, My customer requested that is checking free from SWETYNTOOTH issue...
Hi,
According to comments above bt_mesh_time_cli_time_set of time_cli.c , if the last parameter is NULL
the function is non blocking:
However, the function returns...