Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
I have a nRF52 DK and I want to read digital data. When input pin get High other out pin get High 100ms for example. I am very confused. I tried pin_change_int example. I...
Hello ! I have a few questions related to shutting down (disabling) the soft device, and the effects on the gatt queue and discovery:
Question 1: The gatt queue module performs...
We are currently having an issue with DFU failing on Samsung S10 running andorid 10. We are using nRF Toolbox for BLE and it appears to connect to the bootloader, but then...
I want to make application for BLE peripheral with advertising interval at 1second. WHich Power management APIs I need to use for this? Is there any documentation for how...
i am interfacing afe with nrf52 and trying to send values over ble..but after sending some values my code get stuck at unknown error at 0x0000098..dont know why..can anyone...
I have an arduino nano ble 33. I want to use the nrf softdevice as I need some features that aren't already exposed.
From look through the SDK examples, it seems that all...
SDK16.0
nRF52DK
HTS example
I got this error msg in the RTT log while running the example:
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle...
I've recently introduced the Stack Guard and App Timer 2 libraries and noticed a couple <info> logs popping up in m RTT console despite logging for those two modules being...
Hi Nordic Team,
In my BLE project when I was trying to add Device information Service(GATT) in BLE central multilink example code, once the connection between central and...
Hi,
I am trying to modify the code in the BLE_App_Buttonless_DFU_pca10040_s132 example is SES. Without any modification the code compiles fine and can be recognized by nRF...
My issue like this ticket
https://devzone.nordicsemi.com/f/nordic-q-a/39428/usb-msc-corruption
I suspect it is caused by a problem in the implementation of the NRF_BLOCK_DEV_QSPI_FLAG_CACHE_WRITEBACK...
Hi,
We encountered a problem when added new models through an OTA DFU. Specifically we upgraded a device with SoftDevice 6.1.0, SDK 15.2 and Mesh SDK 3.1.0 to SoftDevice...
Is it enough just to connect from custom board to P20 header(nrf52840-dk) SWDIO, SWCLK, RESET, from custom board GND to P20( GND_DETECT) and power supply to custom board from...
I need to enable UART1 in runtime in order to be able to read some data coming on that device.
In order to be able to use the uart functionality, I need to set CONFIG_SERIAL...