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...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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...
Hello,
I am trying to get a lower connection interval from iOS. But the lowest connection interval I could get were 30ms.
Anyone has experience to achieve the connection...
Hi.
I find this code github.com/.../nrf51-dfu-single-bank-ble
I want to compile bootloader and download it on PCA10004.
I have KEIL 5.12 and the project file of the link...
Hi,
I want to create a service for test logger. Through this service i want to write n bytes at a time and after few delay want to write again some n bytes. These written...