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...
Hi, some questions regarding BLE
Is merging multiple Characteristics into a single service make discovery and connection faster? And why exactly?
If all Characteristics...
Dear Nordic,
I have noticed that the USB CDC exemple stopped working on my nRF52840.
It seems the event APP_USBD_EVT_POWER_READY is never received by the application...
Hello,
This is my first experience with any nRF hardware and programming using BLE. I want to program my nRF52 development kit over the air from my windows computer via...
Hi,
I tried to use BLE DFU with nrfutil on my nrf52832 custom boards, but always get the result of 'Failed to open. Error code: 13', so I am trying to build the connectivity...
Hi,
I am trying to run the NRFX_SPIM example project code on my DK. But my DK is 10040/nrf52382 and the example project given in SDK15.2 only has a folder for 10056. Should...
Good morning
I'm new to these SoC systems, but I've developed a custom board with the nRF52810QCAA chip and I'm using the example (ble_app_eddystone) of the SDK15.2. softdevice...
Hello
I am now using nrf52832 and BLE communication with an Android terminal.
BLE communication is a beginner.
I am using nRF_SDK_15.0.0_a53641.
Since I programmed...
It seems possible, but I can't quite figure out how to use nrf_ble_scan_filter_set to use more than one device name. Any assistance? Alternatively, is it possible to use wildcards...
Hi,
In GATT level, on the receiving side - Is it possible to receive a corrupted packet or does the LL identify and discards such packets?
Specifically
- Will host...
Hi
I segger project get compiled and download successfully but it didn't start work. After put it in debug mode, it start working even after removed it from debug mode working...
I am working on a custom board with two MCUs, one nRF52840 and one older MCU.
In the previous iteration of this PCB the old MCU was connected to USB through an FTDI FT232...
Hi,
I've developed a relay application based off of the ble_app_hrs_rscs_relay_pca10040_s132 example in SES using a Laird BL652 module (nRF52832 underlying device). Presently...
Hi
My application with SDK11 S132 softdevice is having some unknown issues that will make wdt or hard fault handler happen. And I am trying to use the following code to...
Hello I am using eddystone-beacon example from sdk 12.3 but i am unable to get notification on android phone,nearby setting is also enabled ,please help??
Hello,
I’m looking for an example using the Segger IDE that would read the SAADC and transmit via BLE.
The following example seemed like a good starting place:
...