I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
I have a nRF51822 Evaluation kit I am trying to get up and running. My kit has the older QFAACA part.
I followed the steps to setup eclipse and GCC and i am successfully...
Hello,
I took the ble_app_hrs rebuilt it and used Control to verify all is correct. I also tested it with the nRFTools Android App and it works fine I see temperature changing...
Hello,
I am currently starting with the hole ble topic. This forum helps me a lot in the last weeks to understand ble.
I am using S110 to provide a peripheral device...
I use the nRF51422 with S310 stack and i found the nRF51422 power consumption are quite different after connection on different phones which run the Master Control Panel as...
I have written some code that uses the SPIS to transmit data. One of the bursts is constant, for example I have a fixed sequence to send using the SPIS and so if I define...
Hello.
I use nrf51822 EK and custom board.
I have to replace the bd address i can not be found in the ble_app_ibeacon_bcs source code.
Is it any way to fix the bd address...
Hi. I'm curious if there's a way to filter devices in the "Discovered Devices" list while scanning with MCP. We have a lot of BLE devices in our office, so the list is fairly...
Hello, I am looking for the way I can use PWM to control duty cycle of connection. I am really novice and my understanding about programming and Bluetooth protocol is really...
I'd like to use the pin sense function as the power switch of my NRF51822 device. That is to say, after the very first power cycle (reset or battery change), the device goes...
Hi everyone,
I am trying to learn nrf51822 using Keil,
I need a very simple program to learn such as:
function bluetoothhandle(value)
{
if(value=="test1")
{
bluetooth_write...
Hi,
I tried to combine BLE HRS & UART together on nrf51822. The service initialization code is
void advertising_init(void)
{
uint32_t err_code;
ble_advdata_t advdata;...
Hi,
I am trying to get the PWM example ( github.com/.../nrf51-pwm-library) to work with a Softdevice (S110) that advertises.
There have been several Questions on the...
hi hakon, you told me to do " Try using the variable, for instance by setting "rx_info.rssi = rx_info.rssi;" in the callback and see if that helps." in the question i have...