Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi
As far as I known, ANCS profile is for iOS7 and Alert Notification profile is for Android.
I can find ANCS example (ble_app_alert_notification) in SDK. I followed...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
It seems that I can send 2 packets per connection interval but not more on the Nexus 4. When I try to send 4 packets per connection interval, it seems that I run out of TX...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi,
I have a problem at restoring the bonding that is saved on Android EEPROM. I'm using Nordic 8001
I'm using the example from proximity. I modified the services.h...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
I start dfu like this:
erase all with nrfjprog.exe (nrfjprog Version: 3.1.1.35916)
program softdevice s110_nrf51822_6.0.0_softdevice.hex into nrf51822(QFAAFA...
I was trying around some experiments with the Sdk 5.1 Hrs Example code.
I want to do something special (e.g. turn on a led on the nRF6100 board) when the devicename was changed...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello Everybody,
I need to write a boot loader for nRF51422. Any suggestion for it, reference site ,sample code for quick reference ?
thanks and regards
Robin Sing...
Hi All ,
I am trying to run the nRF51822 DFU sample code(SDK5.1) on nRF51422 new chip set( QFAAE0 ).but when i am running on nrf51422 i am getting below message and able...
I tried to debug Nordic provided Uart App code on the Google Nexus 7 II device.
But I found a problem, when I remove: LocalBroadcastManager.getInstance(this).registerReceiver...
I have taken the S120 app, and am trying to have it connect to an external peripheral (not the provided S120 Multilink Peripheral app)
The S120 app successfully discovers...