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...
i need to disable RX when data was transmit and enable RX again when data transmit complete.
i tried :
NRF_UART0->TASKS_STOPRX = 1;
NRF_UART0->TASKS_STARTRX=1;
NRF_UART0...
Hello Everyone,
Is there any example code is available which supports DFU in central mode for nRF51 devices?
Any help will be appreciated.
Thanks
Regards,
...
When I change ATT_MTU size and add the following code:
#define CONN_CFG_TAG 1
// Configure the maximum ATT MTU.
memset(&ble_cfg, 0x00, sizeof(ble_cfg));
ble_cfg.conn_cfg...
How do you do
Now use the Nordic nor51822 \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this routine plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples...
Hello,
Am working on NRF52 interface via SPI to Micron N25Q flash .
Am able to identify flash by reading chip identification correctly and after this to test memory writing...
We are a small R&D team and we are currently developing a medical wearable. We are using nrf52832 and we are generating approximately 54kbps (6.75kBps). I 'd like to ask if...
Hi!
After reading few posts about spi slave/master issues... I'm also challenging with one of them. I have following setup nrf51822, s130 2.0.1 and sdk 12.3.0… nrf51 (spi...
I am working on OTA DFU about nRF52810.
My refernece project are ble_app_uart\pca10040\s132 and bootloader_secure_ble\pca10040
I find that the RAM start address between...
Hello im trying to create a single master connected to multiple slave to make synchronous movement for my robotic arm project but im not entirely sure which Bluetooth to consider...
Hi,
I am running the BLE DFU example. I am able to perform the DFU OTA implementation successfully. The problem I am facing is that, once the application has been updated...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...
Hello,
I used translation software.
I am measuring current.
I want to enable dc-dc mode.
how to enable the dc-dc?
also,where should I change the source code?
I...
Hello folks, we are currently using RedBear Lab Arduino toolchain to develop a MDBT40 based application. However we meet a lot issues on merging bootloader.hex (downloaded...
Hi,
Since I'm having a hard time understanding this through the SDK docs, I'll ask it here.
I'm currently using a BMD200 module (from Rigado) which uses a nRF5188.
...
I have a BLE-Nano v1.5 board with 32KB of ram starting at address 0x20000000 (til 0x20008000). However when I want to read a byte of the uper 16K (0x2004000+), I get a 'cannot...