I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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...
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...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
Hi, for some reason ADC_IRQHandler is never called for me.
It's fairly simple and a direct copy of the battery sensor example, so not sure what happened here.
is there...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
I am trying to get the proximity example to pair with Windows, but it fails, requesting me to refer to the manufacturer.
I am using gcc in Eclipse on Windows 8.1 desktop...