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...
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...
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...
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 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...
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...
Error happened in pstorage_init() when sd_flash_page_erase(), return value 0xF.
I use S120 examples. So I guess maybe my device don't support S120 ?
My device info:
nRF6310...
Hi
I'm new nrf devices,
I'm trying to flash my device via nrfgo studio but every time got error.
Here is screenshut of program:
Edit:
J-link commander connection...
Hello all.
We are novices and apologies for possibly the annoyingly trivial question.
We are starting in developing a new BLE peripheral with a custom GATT based service...
Hi
I use
sd_ble_gatts_value_get(p_beacon->beacon_char0_handles.value_handle,0, &len, gatts_valuebuf);
to get the value.
But even if I write two bytes, the len...
I want to get size of the project executable and display it in make file. How to get exact size of the executable file in make file.
Can you please provide the make file...
Looking at the documentation for SDK 6.0.0 this error doesn't seem to be a normal return from this function.
After searching the error code in to forum I read that this...
I'm using the S110 v7 SD, I want to amend the bootloader app such that I can merge it with my APP together with the SD to a single .HEX... To do so I'm taught to init. the...
Noticed that the WLCSP packages are being offered with a "build code D0". What does the D0 signify ? Any implications to programming the chip?
www.semiconductorstore.com...
I have tried to merge the hex files using mergehex, and flashed it to my device.
After flash the device is in DFU mode.
It seems the booloader doesn't know that there...
Could someone please explain or point me to rules for creation of such type for custom service?
I did look at provided examples but there are no comments telling why members...
I have a vendor specific characteristic for the battery voltage in my device, expressed as an actual voltage rather than a percentage. Values are 0.000V to about 4.300V and...
HI,all!
I recently using pstorage to store data
and the pstorage_store(); funtion always returns NRF_SUCCESS, but never triggle the cb_handler, is that normal?
by...
[environment: s110_nRF51822_7.0.0 + SDK nrf51_sdk_v6_0_0_43681 + PCA10000(QF AAG0)]
I failed to get pstorage working in my own code, then I picked up the sample code from...
My NRF51822 die. When connected, keil can't download or erase flash. But it can be found by SW port when I just power on, then it almost be unavailable at the same time. ...