The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
What are the iROM and iRAM settings for the v0.5 S130 softdevice for the nRF51822?
The S130 softdevice spec sheet provides some clues, but no specific settings.
I've...
To do development what software did you have to install, and what hardware did you need to get the MBH7BLZ02-EB-KIT working? What hardware did you connect together?
There...
Hi
I'm learning to use the sd_flash_write function to write words into flash memory. I've the SD enabled, but not advertising, so I'm able to debug. Scheduler is also initialized...
Hello, I am trying to make a portable temperature sensor using nRF51822. I made a sensor that basically amplifies voltage level when the temperature increases, and I want...
Recently, I try to programme nRF24L01P DK communicating with nRF2401e1 DK in shockBurst mode, transmitting and receiving,unfortunately,which does not success normally.
first...
Hi
Let's see if you can help me :-)
I've spent several days trying to compile the blinking example for NRF51822 in a more modern Eclipse environment. In fact, latest...
I'm now studying about Gazell.I'd like to get Gazell specification which describe about its packet format,network topology,and so on.
Moreover,does the nRF51822's Nordic...
Hi all,
i am having issues with the mKit and current consumption.
Just an FYI to measure consumption i am placing the mKIT in series with a shunt resistor and measuring...
I've spend some time figuring out where the application code should start for the S130 . Table 11 in the SoftDevice Specification v0.5 document indicates that it is at 0x00020000...
I check the function spec that we can use use 32kHz RC as LFCLK, so I have no external 32k crystal connected with XL1/XL2 on my board.
I have set
NRF_CLOCK->LFCLKSRC =...
Hi,all:
I have a question.
could I use android/ios APP to connect several BLE devices at the same time?
because I want to use andriod APP to control all of the BLE...
I'm trying to write a central BLE with the dongle(PCA1000) using s120.
I programmed s120 sd ver 1.0 the same way as the s110 with the nrFGO ver 1.17.
However i keep getting...
Hi all,
I need to change the device name frequently to show button status.
So remote device can see button status without connecting to device.
Is there any way to...
Hi guys,
i have a service with more characteristics and more states. Not every characteristic should be available in each state. Thus there are services which are just...