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...
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...
Dear sir
Now, I am trying multi-link examples at SDK5.2.0 S120 example. I found s120 central only can receive one byte data from s110 multi-link peripheral. Could we modify...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hello,
I have some problem with NRF24L01+. I'm trying to make bidirectional connection between two devices with this chip. When I'm sending payload with ACK, TX_DS interrupt...
Dear nRF Gurus,
I made a board with nRF8001 and PIC24F to stream some sensor data to a computer. I have also developed a simple Mac app to communicate with my board. (similar...
Hello,
I am redoing some experiments with 2 pca10001 and the ble_hrs example (with s110, s120) !
What I would like to do is that the s120 side displays the power received...
I'm designing a small board with an nRF51822. I'd like to use a 'meander' PCB antenna similar to the ones on the Evaluation Kit and 'dongle'. Is there a definitive guide ...
I'm trying without much success to write something fairly simple. Basically connect a signal to a pin, and run a function whenever that pin changes state. What's confusing...
Hello all,
I am debugging my nrf51822 application using evaluation board and keil debugger. I have uncommented the ble_debug_assert_handler in app_error_handler. When error...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hey!
Ever since the devzone upgrade I haven't been able to download files included as attatchments to a post. Whenever I click on the links I get a 'This webpage is not...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...