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...
I have an in memory log, built using a custom log backend, which I write to using the NRF_LOG_*() macros.
My implementation of app_error_fault_handler() will do some NRF_LOG_ERROR...
Developing with S112 + Emulated NRF52810 I've run into a road block.
I've set `m_adv_uuids` to the following:
static ble_uuid_t m_adv_uuids[] = { {BLE_UUID_DEVICE_INFORMATION_SERVICE...
Hello everyone,
I am currently working on porting the InvenSense motion driver 6.12 to nrf52.
I am using MPU9250 and nrf52840 pdk.
I've managed to set up the DMP and...
Hello - I have looked through documentation and can't confirm which component on the board is the BLE Module. Could someone follow up with an image of the board to help confirm...
Hi, we are looking at using a FCC pre-certified nRF52832 module such as the murata MBN52832. It would be for a wrist mounted product so will be in close proximity to the body...
Hi there Nordic Semi/ forum,
This is actually my first post here.
I got the NRF52 DK and I want to implement the NFC type 2 ( passive) tag with it that I could both read...
Hi, I am trying to use P0.9(nfc pin) as gpio(input) to read the charging status of a battery from battery charger IC(BQ 24230). the Open-Drain Charging Status Indication of...
hi Nordic engineer
hard platform : N53832DK, 51822DK
software platform nRF52832 use SDK_14.2.0, nRF51822 use SDK 12.3.0
nRF52832 as ecntral and peripheral; nRF51822...
Greetings,
in the system I develop I shall have a task resposible for fetching some amount of data from Flash to RAM. I should mention that the code will be executed from...
Hi,
I try to activate the bonding with the "ble_app_multiperipheral" exemple project I have modified.
It is very strange because I can bond as wanted but only if I set...
Hi all,
I am having query regarding BLE Security.
Which options are provided by BLE for security.
Can anyone provide option in below category?
1. Security in Connection...
Hi all,
Going through the sniffer document and devzone tickets, I observe that there is no official nRF sniffer software to emulate nRF52840 QIAACA SoC as BLE sniffer. ...
Hi Everyone
I was trying to use segger embedded studio for nrf52840 PDK.
I could get the example codes working but when i tried to create a new project and try to include...
Hello, I am trying to initialize the service Power Cycling from the files of this link https://devzone.nordicsemi.com/f/nordic-q-a/9169/cycling-power-service-0x1818
I get...