Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi all,
I am using an nRF51822 Development Kit and I would like to create a simple test code that allows me to send data (no matter what kind of data, also a sequence of...
Hello, I am working with both QFABA0 devices as well as a QFAAC0. Because of the outdated silicon I am constrained to SDK V4.x and SD V5.x
My current test setup is
I...
Hello,
which profiles are available currently to the S120 protocol stack? In the nRF518 SDK V5.1.0 I could find only one example profile for Heart Rate. However, this is...
HI,
I am the beginner of develop bluetooth le device, and test the sdk 4.x examples and it's work correctly,
then i updated the sdk to 5 , but i can't get the example...
Hello,
I am Ethera's engineer, evaluation technologies to include on our next generation products.
Here our goal is to have a transparent mode between a smartphone program...
Hi There,
I want the functionality of my device to change when a value is written to a gatt characteristic. I've written an event handler that gets called whenever a write...
Hi,
I have Keil 5.1, SDK 4.4.2, SD 5.2.1, PCA10001 from EK v2.0.0 and I am trying to make SPI example from nRF6310 work.
I have changed below lines as:
#define ERROR_PIN_SPI0...
Hello,
I'm using a nRF51822 CEAAB0, SDK 5.0.0 and S110 6.0.0-5.beta to make an Apple ANCS client and for now I'm trying the ble_app_ancs example. I read that CEEAB0 arent...
Hi all,
I use nRF51822, sdk_v5_0_0_34603 and s110_nrf51822_6.0.0-5.beta.
In a different periods of time appears error "0xDEADBEEF, 722, src \ ll_adv.c".
Error appears...
hi,
According to nRF51_reference_manual doc and Relate Discuss.
I think that power mode have system on(run/idle) and system off and
at system on idle(sleep) mode which...
Hi,
I used the DK board PCA10005 as the device and the dongle used as a master running healthThermoDemo .NET application. The .NET master could find the device properly...
Hi,
I'm trying to connect the nrf51822 chip to an ethernet (W5500 module). For the moment, it fails without error (nothing works).
So I start from a simpliest program...
I am finding that bonds are not saved to flash when using the latest SDK and S110 SoftDevice.
To test this, I am using the HTS example code, and the Master Dongle.
I open...
Hello,
I discover and connect my nRF51822 service. It can be peripheral and Communication read/write data. but have some issue for disconnect/reconnect .When My app for iOS...