Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
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, 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:
...