Hello
I'm using the settings partition to store user configuration data. I know that the BLE stack also uses it — particularly for storing bonding information — but I don...
Hello.
I have a setup in which two nrf52840_dk boards are communicating through BLE. I'm using Zephyr 4.1.99.
Under heavy traffic. the board which holds the 'central'...
How do I map the build codes noted in the Rev Errata to the stamps on our ICs? I have two versions with QFAAAB and QFAABB stamped on them but the documentation says QFAA-B00...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
hi i have a question
i ues ncs 2.9.0
This is the code that displays my Bluetooth connection
——————————————————————————————————————————————————
struct bt_data ad[]...
Hello,
I'm developing for nRF54L15 the application with the NSIB + MCUBoot. I have a problem with fprotect in mcuboot returning EINVAL error. That happens due to limitation...
Hello, I am new to android development. I am building an Ble App for some of my work in which I want to include Direct Firmware Upgrade(DFU) over-the-air.
I have building...
Hi,
I am trying the connect MIO Fuse heart rate band. It follows the standard specified by Bluetooth SIG i.e Heart rate profile UUID is 180D and the heart rate measurement...
I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update...
How to establish communication with a peripheral through I2C ?what are the functions needed to define address and write and read from the slave address
Hi,
I followed the instructions for importing the Thing:52 firmware into SES and managed to get the firmware compiled and loading, and the code reaches the main function...
Hi,
I'm following DFU quick start guide and I'm using mesh SDK v2.0.1, I have a problem in step 4 wheere I need to generate a hex version of device page, I did this :
...
Hello,
Are there any conditions where the sd_ble_gap_disconnect() will not immediately terminate the link?
My Setup: Nrf52, SDK 13.0.0, own board, based from HRM code...
Hi!
I want to start scan in central mode after one connect has established and I received success evt PM_EVT_CONN_SEC_SUCCEEDED:
In a SDK13 I can make same, but at SDK15...
Hello!
On the firmware for a certain product, we are using the scheduler module to manage the access to the peripherals (SPI, TWI, Timer, ...), and have also enabled its...
I implemented manufacturer specific advertising to transmit important data without having to connect to the ble peripheral. These data can change over time so I need to be...
I measured the power consumption on NRF52840 DK with project peripheral blinky (SDK15.0.0). The average current is 704uA and the base current is 680uA when connecting to another...
I have a test suite connecting to a nRF52832dk using RTT. This one test writes random data to the UICR config area, resets the chip, then reads back the config.
When running...
Hell ,
I am planing to use nRF52810 for one of my mesh application,now query is
How much power consumption its will take when RF is disable and listening only external...
I am about to buy 5 pcs of nRF52840 DK Development kit for nRF52840 SoC to use for Long Range. How can I ensure the development kits are mounted with chip revision C or later...
Hi Team,
I have read in nordic documents that BLE 5.0 will have 1.4 Mbps of through put.
But when i am testing the through put example with my nrf52832 board, i am only...