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....
Nrf 52832 does not work.
With a newly developed board,
Programming with nrfgo studio and J-link is not possible.
It feels like it does not have a good reset...
I'm looking for an example code of central role which can run on nRF52 DK.
I want to check if it is possible for nRF52 DK to send a LL_CONNECTION_UPDATE_REQ PDU to slave...
In general, I'm working on my own dfu-bootloader project which was developped on the "Engineering A" chip-revision of the nRF52832. We finally have new hardware with the chip...
Hi all,
I have use nRF5_SDK_11.0.0_89a8197 and S130 before and use nRF Toolbox to do switch it to bootloader and do OTA, just use one APP. However, now I'm using nRF5_SDK_12...
Hi,
I look at this demo,found that the ESB is PRX in most time, it may lead to a high power consumption.I want to achieve auto ack, piggybacking data in ACk from PRX.So the...
Hi all, I'm working on experimental_ble_app_buttonless_dfu project in sdk13-alpha using pca10040 board. I just compiled experimental_ble_app_buttonless_dfu successfully for...
Hello all,
I am implementing an energy efficient system, in which I am advertising in BLE_GAP_ADV_TYPE_ADV_SCAN_IND mode, I am using scan_req_report as an acknowledgement...
I'm trying to following example of nRF51_SDK_v12 OTA-DFU Example , but there are no support with BLE400 at all. (BLE 400 has nrf51822 QFACA1 1536EK Chip on it)
I think...
Hi Nordic Team,
Please I would like to ask how can I globally identify my device (nRF51822) based on its address?
Assuming that:
The address type of nRF51 is...
Hi all,
Is it possible to place your own antenna into nrf51822 bluetooth smart beacon kit? if it's possible, how am i going to do it?
am i suppose to remove the antenna...
I made a custom BLE device using nrf51822 and need to do DFU from remote place.
The BLE device is connected using USB to windows PC.
The Serial bootloader examples are...
I am using the nRF52840 Preview DK with BLE 5.0. In the BLE ATT_MTU Throughput Example,I use several api such as sd_ble_gatts_value_get and so on,but i still can not read...
Hello,
I'm using several gpiote interrupts in SDK 12.0.1.
I want to know the max number of low power input pins.
My configuration in sdk_config.h is like below.
thanks...
Hi,
I need to read more than 3 or 4 Bluetooth Heart Rate Sensors (like chest strap, arm band, and so on)... I need to do this using Arduino and some library.
Could someone...
I'm using the ble_app_hrs_adc_battery_measurement example ADC code in my project
However, I don't understand what these lines do
github.com/.../main.c
As far as I...