Hi,
My central device is running into Bus fault when continuously sending data to multiple connected peripheral device and any of peripheral device got disconneced. Issue...
Dear all,
I am testing Bluetooth Channel Sounding on nRF54L15 DK with nRF Connect SDK v3.3.1,and use the app on iOS 27 Beta2.
Environment: SDK: nRF Connect SDK v3.3.1...
A custom PCBA based on the nRF52832 microcontroller. I am testing two different versions of firmware:
Version 1 (Sample code from SDK v11): examples\ble_peripheral\ble_app_hrs...
hello,
Our company has a product that uses the nrf5 SDK, with the main device using nrf52832 and the peripheral device using nrf52810. The main device upgrades the peripheral...
I am Using SPI4 in nrf5340 and I am trying to put SPI in low power mode when not in use. How can I do that?
Here is the code given:
aliases {
displayspi...
I am currently creating and testing a custom board equipped with the nRF9160 and the P822601 antenna. Considering future development, it is expected that another external...
I have observed that when using the ESB protocol at maximum throughput, the measured power consumption decreases as the PHY data rate increases: 4 Mbps consumes less power...
NRF52 DK - SDK13.0 - ARMGCC - Eclipse
I am trying to add a custom service to the example ble_app_hrs.
I add all the part per the tutorial and end up getting error 7...
Hi.
I am working on a project which is using SPI and BLE together.
I wrote SPI code before without soft device. It has simple update function which is sending SPI data...
Hi
I did a bunch of boards for a product, and in the latest version I used a BQ25121 PMIC which also has a reset output which I tied to the nRF52 input. On the previous...
Hi all,
There are lots of posts on the devzone about adding DFU service to a custom application and they have been very helpful in getting to this point.
At this point...
I was looking into changing the S130 attribute table size, which is by default set to BLE_GATTS_ATTR_TAB_SIZE_DEFAULT, and noticed that this default seems to be set to zero...
Hi,
I have programmed my nRF52 DK using the ble_app_beacon example from SDK 14 along with S132 V5. I have set NON_CONNECTABLE_ADV_INTERVAL to 3000. I was expecting to see...
Greetings,
I am interfacing AT24C01A(EEPROM) with nRF52 ,SDK11,PCA10040.
For writing to the EEPROM and reading data fromn EEPROM, I am using the following code,
I have...
Hi, when reading the BLE Mesh example code, I got really bewildered by this function:
access_model_add
and inside, there is this gem:
element_has_model_id
...
What's the expected behavior when reading a register that is write only? For example, I'm using an some code that is reading the value of the TASK_START register of the RNG...
Will the Bluetooth low energy advertising tutorial run on 2 x nRF52 DK's and not on 1 x nRF52 DK and 1 x nRF51 Dongle? I wish to test the capabilities of BLE 5.0 (not be limited...
Hello
I'm a beginner using NRF51882, I do not have enough money to buy NDK51 Development or NRF Dongle, the solution I changed STLINK STM32 to JLINK by following tutorial...
Hello,
when starting a new project I took the nice Heart-Rate-Example which works fine at my PCA10040. Then I started to add services and characteristics by copying and adapting...