Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
i am having trouble to understand and use flash to store data. First of all as far as i understand ble_flash is obsolete and replaced by the pstorage module, correct...
Hello,
I was reading about RF design and some articles say that if the transmission line is short enough, you may not consider impedance-control as the effect is not visible...
Hi all,
For my project I power the nRF51 DK from a supercap using an external LDO(3.3V) connected to VDD. This way I can keep the board powered using the supercap. I also...
Hi
I'm using PCA10028. it has nrf51422 with softdevice s110. For getting printf in console I'm using 'app_uart.c with FIFO' and 'retarget.c'. When i try to print something...
I'm developing a project base on ble_app_uart now.
But I find out that the current value of ble_app_uart is > 1mA.
I want to reduce the average value to about 10uA when...
Hey,
I have a requirement to launch google play store/ installed app in an Android/ IOS mobile upon pairing of the nrf51822 with a mobile.
So can anyone help me out...
Hi,
i'm testing softdevice s130 central/peripheral example. I modefied the uuid of device to which my nrf58122 should connect, but i get error 0x05 (Device not found) everytime...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
I use sdk 5.2.0 now. And my keil version is uvision4(4.70.0.0). My PC is windows XP.
Now I want to migrate to nRF51_SDK_8.1.0_b6ed55f_packs. But when I run "install.bat"...
I am getting notification of connections established between two boards in hyper terminal. Now i want to send this notification on web server as it is part of my project....
When I'm trying to connect to the new nrf51 dk kit with nrfgo studio, and at the same time have another j-link based dev-kit connected to the PC, the studio hangs while trying...
I started with the ble_app_template example. This example uses the Button event and notifies it. I modified the project to send some other data as notification, instead of...
Hi,
I am using the following calculations to calculate the power consumption for the chip:
Formulae to calculate battery power consumption:
Current consumption is...
Hi NORDIC
I neen to implement a function that multilink central (S120) can receive information from multilink peripheral . I do not know how to implement it in software...