Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
I'm running the ble_hrs example provided on my nRF52 board. The thing is, I'm unable search my device using both nRF Master Control Panel and normal Bluetooth connection from...
I am using a central S130 softdevice in an nRF51822. I connect to a peripheral using sd_ble_gap_connect(&m_peripheral_address, &m_scan_param, &m_connection_param) . If it...
I am trying to provide a custom peripheral service with a 128-bit UUID in an nRF51822. I would like to use two bytes of the UUID to encode a piece of information unique to...
Hello,
am I right to assume that if sd_ble_gattc_write returns anything other than SUCCESS, then the packet was not queued?
Is this also true for BLE_GATTC_EVT_WRITE_RSP...
Hey guys,
I have a little problem on a new board comunicating with a MPU9250 sensor.
Chip version is nrf52832-QFAA-BA
GPIO PINS Used P0.20 (SDA) and P0.21 (SCL)...
The S332 v0.6 has been released and it is supposed to be compatible with SDK11. My concern is that in the release notes of SDK 11, it says "Temporarily removed support for...
I tried the above example but it hangs here:
while (ser_sd_transport_is_busy());
Not sure why, I'm using GDB to step thru code, and it appears always busy...
Is there...
Device: NRF51-DK
I'm using GDB+OpenOCD to step thru code and it appears that the nrf51 resets itself after calling:
SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start...
I want to make rs485 communication with nRF51822. I gone through the UART code, there CTS , RTS pin are required , but for my case tx, rx,rx enable is enough, and also shall...
Hi everybody!!!
I am making a project which use NUS service and I have confuses in connection mode:
when the central and peripheral do not have data to transfer...
Hello, my question is pretty clear i guess. Is it possible to schedule advertising of 2 different packets on the same chip ?
The way i see it, it should be possible to...
Good morning, I´m trying the example of this post (ble_app_template_with_pstorage_operations_nRF51DK.zip). I have SDK 8.1.0, softdevice 110 and nrf51-dk.
The source works...