I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
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...
Hello,
I was having some trouble communicating with another slave device thru TWI, I was not receiving his ACKs.
So I decided to try to turn off internal pull ups following...
I'm using S132 (SDK 12.3) and I'm trying to perform DFU over the air. The procedure I am using with this device (and failing) is being used on other devices an succeeding...
Hi everyone,
I'm trying to compile my own bootloader. I had this error when trying to flash it into my module:
Here is my linker script for the bootloader:
SEARCH_DIR...
I want to write data longer than 20 bytes on Android MCP.
But if I use "write command", only 20 bytes data can by successfully written. The rest data is lost.
If I use ...
The last time, i could wireless communication by pressing a botton.
The next time, i wanna send the data to phone if the communication is established.
i modified the source...
There are already a few threads about this problem but none of them helped.
I want to use GPIO9 + 10 as .. well .. GPIO.
Here's what I did:
added CFLAGS += -DCONFIG_NFCT_PINS_AS_GPIOS...
hi,everyone,i use the nrf52832,sdk11.Every now and then my hardware has reset,and l use the "NRF_POWER->RESETREAS" to read the reset cause, and the NRF_POWER->RESETREAS value...
I have gone through the SDK and from what i basically understand is that gazell and BLE Multilink look very similar from the application point of view(1 Host connecting to...
In the nRF5 SKD alpha, gatts_cache_manager.c:123 looks like this:
gscm_evt.params.sc_state_stored.state = &peer_data.p_service_changed_pending;
Is this supposed to...
Hi all,
Refer as the antenna whitepaper, The Zs = 50 Ohm pi network need to match. I saw a matched pass filter optimized for nrf52832 from Johanson (Part Number:2450FM07A0029...
i have app_ble_uart and i wan get temperatura with my phone main.c terminal there is my code but i dont had any msg from my BLE controller.But if i changed call of function...
Hi, iOS caches services and characteristics when bonded with device, so we need to inform him to invalidate this information via Service Changed characteristic, but how it...
So I switched from Bluemod+S (nRF51822) to Bluemod+S42 (nRF52832) on my custom board and am trying to adapt my existing code to work on the newer model. Apart from various...
Hello,
can anybody tell me the exact differences between a Link Layer Acknowledgement and the Acknowledgement used by a write Request?
Does anybody have some statistics...
I am trying to implement the Current Time Service in my project and had a few questions:
-The example requires that security be established before services can be discovered...