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...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
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...