Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
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:
...