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...
Hey all. I was testing DFU over USB on an nRF52840, SDK 17.0.2 and I can't seem to get the actual application to run after a successful DFU. I generate my own keys, use them...
Hello,
SDK51 appears to be an inconsistency with how various BLE related events are handled in the SDK. Multiple BLE event handlers may be registered using the NRF_SDH_BLE_OBSERVER...
I'm currently implementing a DFU "controller" in C on the nRF9160 for performing serial DFU with the nRF52840 and believe I have discovered a bug.
My firmware image was...
Hi
I'm using nrf52 DK with SDK V17.0.0
Currently, I'm using Single Buffer to send Data through BLE.
However, I want to use Double Buffer instead of using Single Buffer...
I might be dense here, but please bear with me and clarify something. I am looking at the SPI bus as drawn on the nRF52840. According to the schematics (PCA10056 - nRF52840...
Hello,
Background: I have a custom board that contains nRF52832 module and exposes UART pins (RX, TX, RTS, CTS). I have developed an application using nRF5 SDK v17.0.2....
I'm using SDK 17.0.2 And I found that when the Scan timeout is not working,
Debugging I found that when the nrf_ble_scan_on_timeout function is called, the source of the...
I have an nRF5340 development kit. I can flash a custom application into the app processor. However, when I try to flash the peripheral_lbs sample, I'm getting the error shown...
The hrs.c has the following code.
/* Heart Rate Service Declaration */ BT_GATT_SERVICE_DEFINE(hrs_svc, BT_GATT_PRIMARY_SERVICE(BT_UUID_HRS), BT_GATT_CHARACTERISTIC(BT_UUID_HRS_MEASUREMENT...
I have added the following modification to "ble_app_hids_mouse" example for pca10040 s132.
I want to add a peer whose IRK is known as follows,
void peer_add() { memcpy...
Hello, guys.
We are have nRF52840DK board and Zephyr NCS 1.4.2 development environment.
I am trying to include two PWM channels in the code and control them independently...
Still haven't seen coded phy support with nRF Connect for Desktop for receiving advertisements. With the fact that support from devices is slim, how are we suppose to test...
Hi, Currently I am working on a sensor project with nrf52832. I am having problems optimizing the battery so let me ask the whole circuit as below when the operation will...
Hi,
We want to develop a tracking system using nRF51822 for that we need clarifications for the below,
Can we make BT connection as shown below fig?
Do we need to include...