Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi guys,
I have a 4 thread freeRTOS setup.
BLE - priority 4
TWI - priority 3
LED - priority 2
Logging - priority 1
After running for some time my code always...
Hi. I'm using nRF52832, SDK13.0.0 as peripheral.
I set the values as below to advertise every 400msec.
......
adv_params.type = BLE_GAP_ADV_TYPE_ADV_IND;
adv_params...
I have two characteristics inside a same service - one characteristics notifies periodically and another on demand. I call sd_ble_gatts_hvx to send notifications with appropriate...
Hi all,
I got strange behavior: when I disable the SoftDevice (nRF52832, S132 V3.0, SDK 12.2) seem that ALL the RTCs, not just the one used by the SD, are stopped, and...
Hi.
I got the ble_app_beacon example to enter System On low-power mode (and operate in the 1 to 2 microamp range except when broadcasting). And I also got that example...
Rather than using previous timeslot examples for esb and ble multiprotcol, can we manaully switch between both protocol, what kind of process need to switch from ble to esb...
Hello,
I am building a project that required pwm drivers and BLE UART. I started by using peripheral ble uart example in SDK 12 and adding the pwm driver source file from...
I'm in need of some help with connecting to the Thingy 52 when using Windows 10, in this case Windows 10 Pro. I've tried Google Chrome and Opera.
If that helps, I have...
Hi,
I'm using sdk14.2 peripheral examples fds and fstorage in an attempt to test flash storage persistance (with softdevice present).
The two examples are quite intuitive...
Is there any way to invert the PWM behaviour easily? I'm trying to develop firmware that will run on the DK52 (LED active high) and my custom board (LED active low).
I...
Like it says in the title. I'm working on an embedded application where lifetime is pretty important, so I'm trying to get power consumption down as low as possible. I don...
I have Rx sensitivity issues when DCDC is enabled
The 52832 datasheet shows these connection:
DCC: 10 uH,
DEC4: 15 nH
When switching both inductors I get better sensitivity...
Hi, I am have been using PPI to control SPI transfer in response to a GPIO interrupt.
The PPI initiated SPI transfer that reads an external device's register A and I would...
while the ble_uart example is a great resource of information, i have a need to completely separate the ble nus data in / out from the hw uart code
using sdk 14.2.0
...