Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
i make nrf51 dk device into bootloader and then i copy file now when i connect it in normal mode . comouter can't detect nrf51 dk kit. but it work in bootloader mode. can...
Hello,
I am porting a blinky program to my custom board having nRF51822. The program is compiled under Eclipse (+ GCC) and is downloaded to the board via J-Link Lite. But...
Hello, Nordic!
In our entertainment project, nrf51 based devices exclusively utilizes either central or periph. role. All of them are headless (body mounted markers, etc...
Hello,
We are currently working on IoT based application.
Our system contains Two types of configuration, Master node and slave nodes. Now all nodes have sensors interfaced...
Is it possible to send any kind of message, etc. from a board using nRF8001 to an iPad with no BT app running to tell the iPad user to initiate a connection?
Thanks,
...
We are using 51822 through I2C to get G-sensor buffer, every 560ms ( sample every 20ms, buffer for 28), then execute for step counter calculation, which should not consume...
Hello! Sorry for my English)
My situation is next: I have a custom PCB with nRF51822 on it. And radio control application works fine on this PCB. I don't know which of...
Hi everybody, i want to read NFC tags and send them via BLE to iOS app. How can i do that? Can i work with nRF51822 and Elechouse NFC R/W ? www.elechouse.com/.../index.ph...
I'm using SDK 9, I flashed the softdevice 8.00
I compiled the project located in \SDK_9.0.0\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs
I flashed...
Hey,
I am trying to use app_timers and nrf_delay_ms together but the system gets stuck almost everytime. I have the following code:
void timer_handler(void *p_context...
We have noticed an issue when using the UART on our nRF51822 (SoftDevice = S130, nRF51_SDK_9.0.0_2e23562). Our Nordic app waits for commands on the UART and processes these...
Hello Everyone
I am trying to configure the two GPIO in High Drive mode 5mA but after compiling the program it does not seems like congifured to High drive Mode because...
Hello, I am designing a system to transmit a mono or stereo audio signal over RF, a few hundred feet, then receive it and reconstruct the audio and listen to it on a speaker...