Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
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:
...