I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
When nrf51822 with 32KB RAM will available? If it is going to be delayed is it possible to get samples? (I like to try IOT SDK and with my PCA10001 the heap overflows.)
...
If I don't call nrf_gzll_set_base_address_0(...) or nrf_gzll_set_base_address_1(...) what address will it use?
Also, what is the default number of send attempts?
Hi, I purchased and received the pca100028/nRF51-DK on Friday (12/19).
I've upgraded to Keil 5.12, loaded the 7.10 sdk pack, loaded the radio_test_pca100028 example ( I...
Hi
The datasheet for nRF24le1 seems to describe two ways to find out if the TX buffer is full.
Register map 07, STATUS, bit 0, TX_FULL
Register map 17...
Hi all,
I'm trying to work on my MacBook Air on BLE. I'm running Windows 7 under VirtualBox and using the new Keil µVision5.
But my problem is that whether the nRF51822...
hi all,
i have some issue about this .
when i add second vendor uuid call sd_ble_uuid_vs_add. that uuid_type.
the uuid_type always get 0x03 value.
by the BLE_UUID_TYPES...
We have some legacy code ported from other platfrom to nRF51822.
The old platform supports blocking flash write, so there will be some
readback code after flash write function...
I've had good luck running the examples such as the blinky and the basic BLE examples. Now, I'm trying to get the SPI Master example to run, but it does not seem to work out...
Hello Everyone,
As mentioned in nRF51-DK user guide, nRF51-DK has segger J-link debug out functionality. that means we can use this on board segger for downloading hex...
I have the nRF51822-DK and have been able to build and run the sample projects, e.g, ble_app_beacon.
I've just built a board using Taiyo Yuden's EYSFCNZXX module that's...
test the gpiote_example for timer0 in pca10003, the function is ok, LED blinking 200ms. but I change the timer0 to timer1 or timer2, the LED always on,and never blinking....
Hi! I use S130 on nRF51822 device.
After device is connected as peripheral I try to discover services using Master Control Panel but device disconnects. In Master Control...
I'm trying to start advertisement after establishing peripheral connection (on BLE_GAP_EVT_CONNECTED event) but called function sd_ble_gap_adv_start(...) returns NRF_ERROR_INVALID_STATE...
Hi
I'm working on a project to drive a DC motor, I really didn't find any example. I would like to know how can I program a pin in Keil, and I would be happy to have a...