I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
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...
Using the S120 soft-device in the Central role, there does not appear to be an
example or documentation describing how to scan for a 128 bit UUID service.
Has anyone tried...
Apparently there is some limitation on length of the paths with Keil. The paths are specified under "Options for Target" --> C/C++ --> "Include Paths". Due to this limitation...
I downloaded the nrfgo Sdk for the nrf24lu and nrf24le. In the projects folder there are several examples, two of which are of interest. The first is entitled "bootloader_32K...
Hi
I'm having a strange behaviour when using the TWI HW peripheral for reading from an I2C device. My application tries to read one byte from a register in a I2C device...
Hi,
I'm done with the hardware interface of my current project.
Right now I have a service running with a custom UUID, by writting this characterisitics you have access...
Hi,
I'm having the purpose to use nRF51422 /ANT to connect a relatively data hungry ANT device. The nRf51422 specs expose three programmatically available data rates : 250...
Hi,
I've written a nRF51 SWD-JTAG programmer.
I want to enable it to check for minimum softdevice version and error out if a too-old softdevice is found.
It is easy...