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 all,
Can I log the processor activity when using a softdevice with nrf51822? What I mean is can I get an event or timer count when the processor wakes up and goes to sleep...
Hi, I'm trying to make BLE hardwares on both s110 and s120.
There are two devicees one for S110 peripheral and the other for s120 central.
S110 pheriperal device has to...
I have compiled the ble_app_uart sdk the nRF51 SDK_v5.2.0.39364. (see attached file)
and I upload this app to my device using OTA .
I found it can work with my Android...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
HI:
It is correct that call the function nrf_nvmc_write_word at nrf51_sdk_v4_4_2 and s110_nrf51822_5.2.1。
void FlashWRPProcess(void)
{
#define NRF_UICR_RBPCONF_ADDRESS...
S110 define UUID rule as below, it just can modify one word.
Services UUID = 0x49535343-FE7D-4AE5-8FA9-9FAFD2-5E455
Characteristics UUID= 0x49530001-FE7D-4AE5-8FA9-9FAFD2...
I have programmed custom services on my evaluation kit and everything works great. I am now looking to implement updating my application from iOS and Android app.
Using...
Hi,
i have a question relative to the configuration tool File Format.
I'd like to modify (automatically) the configuration file in order to change the "Device Name"...
I am using a Bluetooth NRF 8001 module. I want to send data to the module from my android phone to the bluetooth module connected to an Arduino. For sample test I used nrf...
Dear Håkon Alseth,
you posted twi source code which took care of all SD/PPI stuff here and it was also linked here , but it is no longer available. The whole forum seams...
Hello,
I use the bootloader in SDK v5.2.0 and could not run APP after DFU completed.
It always stay in the DFU state.
After checking the memory by J-Link commander, something...
At work we are primarily interested in using the 128kb nRF51822 devices. I am able to get a softdevice and bootloader onto a 256kb device just fine. When I attempt to do the...
Hello all,
I want to send some sensor data( collected by Pic controller) to other BLE client(may be a phone) using nrf51822 via UART. Can somebody suggest how to communicate...
Hi,
In the reference design of "nRF51822-QFAA_ST_BAL-NRF01D3", the datasheet recommends this crystal ( www.digikey.com/.../3125558) , but we are out of stock from local...
Hello all,
I have flased "ble_app_hts" example for nrf51822 on evaluation board PCA10001. In the application both the LED pins are configured for output using "nrf_gpio_cfg_output...