I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello,
I use nrf51 based device as peripheral with SD110.
I use connectable advertising ( BLE_GAP_ADV_TYPE_ADV_IND, BLE_GAP_ADV_FP_ANY ) and turned on BLE_GAP_EVT_SCAN_REQ_REPORT...
Hello,
what address in flash is it safe to store my application settings (some calibraton data) which should be preserved during application updates. I use S110 v8, dfu_dual_bank_ble_s110_pa10028...
Hi all, i'm trying to understand how to program my nrf51 DK in order to perform a temperature measurement with the onboard sensor, convert the battery voltage with the ADC...
I use dfu_dual_bank_ble_s110 bootloader from SDK10. I want the bootloader to check whether if incoming firmware is compatible with the device it is uploaded to (i.e. device...
Hi
I want to connect to only a single master device by s110. I used the example parameter setting from "ble_app_hids_keyboard" for gap_params_init, advertising_init and...
I have modified the Android Blinky App to connect two peripherals (nRF52 DK)
Scanning and Connecting to two peripherals works.. but when i want to start sending notifications...
Hi, all.
I want read mouse cursor coordinates from connected target(PC or iPhone and so on) through HID.
And then, i want to align the mouse cursor in the target center...
Hi.
I tried "Go to definition Of 'sd_softdevice_enable",and
"Go to Reference To 'sd_softdevice_enable" at ble_app_hrs_c at ble_central,example .
But sd_softdevice_enable...
Dear all.
Now we migration from SDK 10 to SDK 11. but, there is not SDK11 packs. As you know, no pack is very uncomfortable for package managing on keil. please answer...
Hi,
I am using nrf52-DK (First Version in the moment) and need to test UART interface.
I use the example from the blue-nus example from the SDK which is working fine....
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader...
Hello everyone,
I'm having trouble with nrfutil (python version from github.com/.../pc-nrfutil) . Here is the command line I use:
$ nrfutil dfu genpkg --application...
Hello, I use nrf51822 for my project. I have to collect data via BLE nus from phone, and then some time I need use a GPIO to simulate 7816 protocol, in that time I need 1...