Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
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...
I'm trying to send a set of 246 bytes by uart fifo. I have a PC side which retreive the data, but I always miss some bytes (4 to 6).
I'm checking app_uart_put return and...
Hello,
I would like to use the nrf51822xxaa as BLE gateway for an ARM application processor (connected through the UART).
I successfully cross-compiled pc-ble-driver...
Hi..
Can i use both observer and broadcaster roles concurrently in s130 soft device..?
Is any TDMA needed to do this..?
Is it possible to do without stooping the other...
Hi,
I have read the S132 Softdevice specification v3.0 and just want to make sure that my interpretation is correct. There are two scenarios I would like to verify:
...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
Hi,
As a beginner, I'm trying to have CDC J-Link Uart port work with my laptop. I'm using nRF52 board. When connecting the board to my laptop (windows 10), it displays...
Need some help on the tcp server example in the IoT SDK.
All steps working but the python script gets Connection refused.
bash# ifconfig bt0
bt0 Link encap:UNSPEC...
(nrf52832 PCA10040)
Hello. I'm trying to go along with the ble tutorial (advertising, service).
I download before last version of sdk 11 because with last 12 it's not working...
Hello everyone,
I have 2 chip; Bluegiga and nRF51-DK
I can easily advertise my custom service in Bluegiga chip. As you can see, nRF Connect application shows my service...
I think one way or the other the struct ble_gatts_evt_t must be correlated with the GATT profile, that is, ble_gatts_evt_t should have services and characteristics as its...
Hi,
> Context:
I run a baremetal application that I would like to enhance with bluetooth.
I am considering a BLE module from NS.
I currently have a SoC (nanopi...
I have created a nRF52 based peripheral device which is used to stream sensor data to a connected central device, usually an iPhone. I can stream data, reliably to the iPhone...
I have an odd situation. I've been using an iPhone 5 and 6 to connect to, and test against, both an nRF51 (redbear nano) and the same code built for nRF52. It works fine....
Hi All,
i am using nrf51822 with SDK 12 and i am not able to find where All BAUDRATE Macro is defined for APP_UART.
so anyone can tell about that in which file it is...