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...
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...
Hi
I'm using the Eval Kit PCA 10001 V2.1.0 and Nexus 5 with new Android version 4.4.2. Connecting to the Eval Kit works just fine, but when i perform a service discovery...
I have an nRF51822-based peripheral using the SoftDevice 110 v7.0.0 and SDK v6.0.0. The peripheral uses two custom characteristics under a single custom service. I'm using...
Hi
I'm using sd_app_evt_wait(); to go into low_power mode.
For some reason it comes back immediately, but I can't figure out why.
If I call it a second time it stays...
Hi,
I'm trying to flash the S110 onto my nrf51822 SoC, but nRFgo gives me the following error. (Also, hitting recover just gives me an error: "an error condition was detected...
Within app_button module, code for app_button_is_pushed() seems to have changed from SDK version 5.1 to 6.0. I notice my code has stopped working properly with that update...
Hi
Now, we are planning to implement an ANT+ RX (slave). I checked nRF51422 product spec. Radio current consumption is 12~13mA if receiving data between 250kbps and 2Mbps...
I'm using the boot loader that comes with the beacon development kit and I want to change it so that when the application software is running it can restart the device in...
I have managed to get the SPIS block working using standard sets of read and transmit buffers. This all works.
I am now trying to use the ORC register to send a single...
I am wondering how you put the nrf51822 chip to sleep. I've determined that the way to do this with the soft device is sd_app_event_wait() in the while loop. What about non...
Hello
I've been trying to create a simple BLE observer that outputs the nearby devices data onto the serial port using a PCA10001 board.
For this, I'm adapting the code...
Hi - I'm using the 51422 dfu bootloader from the nrf 6.0.0 SDK and it works fine with the iOS apps, I can send both .bin and .hex files to the device and it works fine. However...
Hi,
I am using nRF51822 evaluation kit. I want to develop GPIO isr (GPIOTE_IRQHandler) which can handle multiple GPIO interrupts. I have tried to enable the GPIOTE_IRQHandler...
Hi!
When using bootloader, I cannot update application data from Keil (for example for debuging), because after restarting bootloader is loaded and
!bootloader_app_is_valid...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
EDIT:
I'm using nRF51422-QFAA E00 and S310 v1.0.0, SDK - nRF51 5.2.0.
I'm starting HFCLK from externall crystal for ADC conversion. Since I have no SD enabled everything...