I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Dear all:
Now ,i have to create a "Time Profile(Time Server)".
and i have know the Time profile which contain Current Time Server,Next DST change Service and Reference...
Hello, I've looked at the forum response for
devzone.nordicsemi.com/.../is-there-an-example-code-for-using-pwm-on-the-nrf51822-with-a-softdevice
I am unable to implement...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
it just the typical button_timeout, in 4.3 no problem to accept call back
// Create button polling timer
err_code = app_timer_create(&m_detection_button_timer_id,...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
We are working with the 1.0.0-1.alpha version of the S120 softdevice. When we tried to update to the new version 1.0.0-2.alpha the nRFgo Studio returns an error that the hex...
to control IOS by HID, for example, the volume up and down is 0xE9 and 0xEA in consumer page(0x0C). what's the brightness down and up?
I have test Display Brightness( 0x46...
Dear all:
when i use nrf51-pure-gcc , and make to build bin/hex and elf files.
but when i to use JLink to flash (make flash , flash-softdevice and erase-all),it not action...
Hi developers,
I've found the nAN-36 file and tried to follow the steps in it. That was impossible for me, I got lost bigtime.
Then I found the folly completed project...
Hi,
We are developing a pair of devices - one central and one peripheral at the moment and we would like to be able to read the value of RSSI on both of them on demand...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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...