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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hello,
I migrated my project from softdevice S110 7.1.0 on a nRF51422 FAC to softdevice S110 8.0.0 and an nRF51822 FAA G3. My code used to have a current consumption around...
Hello everyone,
I'm currently using and modifying the experimental_ble_app_uart. I've seen that for sending characters resp commands the file simple_get_uart is used. My...
Good morning.
I'm curently trying to set up an exemple project in Eclipse, but I've tried sevrals tutorials unsuccessfully. Somes are out of date, somes gives me errors...
Hello,
I'm working on a project with a "master" NRF24L01+ with a unique address and around 10 "slave" and all have a unique address, a broadcast address and some sub broadcast...
Hi,
I'm taking over a project from another developer, he has given me the PCA10001 kit he purchased but he doesn't have the product key for it (no longer has the box).
I...
Hi,
I have ESB example PTX and PRX, I want to calculate throughput and BER. How do I calculate, and Can you please explain entire setup that I can measure for this condition...
Hi,
I have recently discovered a bug that prevents dfu over serial, using the latest nRFgo Studio v1.18.0.9. I am using SDK S110v8 and the dev kit PCA10028. I was having...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
I've taken the example project at nRF51_SDK_8.0.0_5fc2c3a/examples/dfu/bootloader and attempted to build it using gcc. I'm going for a single bank update over BLE. The SDK...
I have just started coding in Timers in nrf51822. Here i am not clear with the Timer part. Can anybody explain me how to use timer with use of Event Scheduler. Here in app_timer_create...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi all,
I've successfully used the examples for:
OTA DFU for nRF51822 in Bluetooth Smart mode.
OTA DFU for nRF24LE01 (2.4 GHz mode only).
But I couldn't...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Dear all,
I am a little confused about erasing data contained in a flash block. In this link the clear example shows that it is possible to clear bytes from a specified...
Dear all,
I have been trying to get the ADC BLE example working, given at github.com/.../nrf51-ADC-examples
I noticed it gave me error with SDK 6.0.0 saying ble_enable_params_t...