We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
I am using nRF52832 DK and we designed a custom board using nRF52832. I am using a windows 10 lap. It used to program successfully from windows 10 lap and boards will advertise...
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...