When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Hey so I just wanted to use the BMI270 on the Thingy:53 and Polling the acceleration values seems to be working just fine. I wanted to use the DATA_READY Trigger. I am working...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
hello,
my application involves sd132 2.0.0, sdk11.0, nrf52832.
i am using app_gpiote, sd and timer(as mentioned in this ).
i am using gpiote to detect a tamper.
the...
Hi alll,
I wanted to use a encoder for measuring rotary motions. so i kept a magnetic encoder named AS5601 which uses I2C communication and i have never done anything on...
Hi, everyone,
We are developing the project on nrf52832 where this device "plays" both central and peripheral roles.
In the central role the device activates the scanning...
Hi,
In my application I am creating one more custom service using UART service. I have created new files named ble_nus1.c and ble_nus1.h. In these files I have changed...
I have been having issues with our Flash component ( S25FL256S ) over SPI with the nRF52832 using easyDMA. When reading out values of a peripheral, the returned contents are...
Hello,
I am working on the project as CDC Example.
When I make CDC communication with the nRF52840 in my Windows Tool,
We confirmed that communication was not possible...
hi,
My program used total 10 app_timers, like this APP_TIMER_DEF(connect_timer_id); APP_TIMER_DEF(scan_timer_id); APP_TIMER_DEF(standby_timer_id);
I don't know how to...
Am currently using Apache Mynewt.
BLE Mesh works great when utilising the provided samples.
However, because of lack of documentation / my lack of knowledge am unable...
I'am using notify continues to send large amounts of data,i want to know that notify whether can guarantee package serial number not random sequence and ensure that each data...
Once the Nexus 7 wakes up from deep sleep, we are unable to get scanned devices on Nexus 7.
Turning off the Bluetooth and turning it on again does show the devices. Is...
For DFU and BLE application coexistence, Can I add application services into BOOTLOAD for routine BLE application with DFU? instead of the way that reset from BLE application...
Hello I would like to know when nrf51822 (SDK v12.3 with SD S130 ) advertising timeout and system goes to sleep , how could I retain the ram data so the MCU could work properly...
Dear experts,
I'm using nrf52832 with softdevice s132 v2 for BLE central products developing. According to the specification of s132 v2: We should run some code to get...
Hi. I'm using nRF52832, SDK13.0.0 as peripheral.
My peripheral is advertising every 400msec and it has advdata and rspdata.
As I know, right after a central sends scan...