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...
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...
Hello all,
we want to design a new product. in short description, it can be view as a key fob dongle and an access reader.
the key fob can be a stand alone key fob ( as...
Hello,
I have written codes for my dspic33 to communicate with other sensors through SPI before, but I am having some difficulty getting started with the nrf8001. This is...
Howdy,
I just got my nRF51822 Bluetooth Smart Beacon Kit. I down loaded "nRF Beacon iOS_1.0.zip" and fixed up the project and targets so that it was using the correct Code...
Hi,
I have read the Bluetooth specification version 4.0 and found this figure
It discribled we could use OOB to disvocery and exchanged device information to connect...
Hi,
I am using nRF Loader built from its source code.
While it works well on iO7, does not work on iOS8.
After pressing an upload button in PROGRESS pain, the status...
I see from the 51822 PAN sheet v3.0 that item 61 still shows Rev 3 QFAA package devices as potentially having problems with LO leakage. We are in production with R2 QFAAG0...
Hi,
I am trying to run the ble_app_hrs_c, using:
s120_nrf51822_1.0.1
nrf51_sdk_v6_1_0_b2ec2e6
PCA10006 + nRF6310 + nRF6350
After the compilation of the...
I need to port ssd1306 library for oled to nrf51822.
so i tested following code. but it's not worked.
main(){
if (!twi_master_init())
{
return false;
}
ssd1306_init...
I am using the GCC DFU project provided by Nordic on GitHub ( devzone.nordicsemi.com/.../)
I altered the main.c to trigger to DFU mode based on the contents of the GPREGRET...
I'm trying to connect a camera module ( OV7670 ) to my nRF51822 EK. The camera requires an operating current of 18mA. If i were to connect the 3.3V rail input for the camera...
I have code that uses two GPIOs to program an NRF51822 via SWD mode. This code all works fine and suceeds in programming the device.
What I would like to do is get the...
How can I relocate or manage the transition between the bootloaders interrupt vector map and the applications interrupt vector map which will be at different addresses in...