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...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
From the datasheet, the On mode with all blocks idle draws 2.6 uA.
In my code for the PCA10001, I immediately set:
void sleep(void)
{
__SEV();
__WFE();
__WFE();...
I was going through online material all of which mention that the profiles and protocols (GAP,GATT,L2CAP) i.e. the host for a BLE implementation is a software stack rather...
Hello - I have gotten blinky_example up and running in eclipse using the SDK 5.2, nan-29, and some additional google-fu.
Now when I press debug and the play button, it...
I am trying to use nRF UART app and nRF8001 chip. But I cannot change the device name. I intend to change the device name after nRF UART app detects the device. Plus when...
I'm trying to create a method so a users can initiate an OTA update from a paired device. To that end I've written something which is supposed to invalidate the data at the...
I'd tried some first steps using nRF Sniffer on a linux host.
Within sniffer_uart_protocol.xlsx I read something about the Uart packet format et cetera.
I'd programmed...
I am trying to get ble_app_beacon exampel working on the PCA10001 on my nrf51822 working. However when I simply run and reach APP_ERROR_CHECK(err_code) inside "advertising_init...
Reading through the nRF51822 Beacon reference design it states that there are Keil ARM project files available. Does this mean that the example code given after purchasing...
Hi all。
I am programming a nRF51822 chip, using the S110-nRF51822_6.0.0 soft device,download ble_app_hrs.hex。
I used app name "nRF Utility".I can connection nRF51822...
Hi,
i have some more, for me fundamental, questions and i hope some one can help me :)
1.) can i use the advertise function whenever i want or only in connection interval...
Hi All,
can any one please share information related to this
1)please explain clearly about channels and pin?
2)can 2 gpio pins hooked to a single gpio channel?...
I'm not sure if this belongs properly here - but I wanted to send out a thank you to Ole Morten.
I saw your reply in http://www.funwithelectronics.com/?id=168 and this...
Are there any plans to create a Google Glass compatible app like the nrf UART app? I'm trying to link a microcontroller with Google Glass via your bluetooth low energy module...
I'm using the Arduino SDK but I don't think that should matter for this comment. I think a small change to some of the lib_aci functions would make it easier to use them....