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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hi All,
I would like to broadcast 256 byte data in one shot every second, any reference in SDK recommend?
Thanks in advance.
**updated at 19 Sep, 2014
Application...
Nordic,
After upgrading to S110 7.0.0 the BLE_LBS example no longer works as downloaded from GitHub. I adjusted the flash algorithm size which fixed the first problem and...
Hi Developers,
I'm using an nRF51822 and finally beginning to understand BLE. I want to learn by example so I downloaded NAN-36.
Im at a point where the Application...
Hello,
i'm using the NRF5182 QFAAG0 chip, its one of the samples from the evaluation kit.
I can program it with keil (not using the S110). Using nrfgo studio i can see...
I'm building a BLE peripheral / observer multi-role application using the timeslot API and based on the example code at github.com/.../nRF51-multi-role-conn-observer-advertiser...
Hi,
this is my first time I write on this forum and I hope to find some useful suggestions for my work on Nordic platform. I work since many months on nRF81522 chip and I...
Hello Everybody,
I'm sorry I'm a little confused about the SDK and S110 versions. Can I use S110 v7.1 with SDK v6.1?
I compiled the ble_app_beacon I found in the SDK...
Is there a way to implement a blocking flash write without dealing with system events. Periodically, every 10 seconds or so, I need to dump a large amount of data to flash...
So I have bought some nRF51822 Beacons to develop with. It was suggested when I purchased them that I wouldn't need any further development kits - but whilst I can see the...
Hi,
When using Master control panel both on PC and my galaxy S3, I can detect and connect to the HID keyboard app, but when trying to scan for Bluetooth devices on Galaxy...
Hi,all!
My question is:
Can one smart phone connects two peripherals(both based on nrf51822) at the same time?
If it can, should the peripherals use s120 softdevice...
I found the way to change a major and a minor in this DEVELOPER ZONE but I don’t know how to receive the particular UUID and read its major and minor.
I use the MB39C811...
I have implmented OTA DFU in my project with SDK 6.1 and SD 7. And it works perfect with MCP in android.
But it also has to work with iOS. But it doesn't. The sequence...