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,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...
Hello, I studied on example\ble_peripheral\ble_app_ancs_c in SDK15.2.0 with board PCA10040. After paring and bonding sucessfully with my iPhone, I reset PCA10040 with Button...
Hi
I am looking to use a pre-certified modules for meshing.
However BLE Mesh have some rather big limitations for the size of network/bandwidth i have in mind and I have...
Hello,
I am searching the way of decoding the motion raw data from thingy 52.
Especially, for the accelerometer values.
In the app, I get the next value:
FAFF...
I read the post here. This post was used nRF52 DK (PCA10040) . I have the nRF52 DK (PCA10056) card. nfc applications in sdk always nRF52 DK (PCA10040). How do I run nfc applications...
Hi,
This error occurs when I write below command for OTA_DFU demo:
cmd : exe keys generate private.key Error:
ImportError: cannot import name 'DIGCF_PRESENT' from...
Hey,
I am working on mesh program, I am trying to send mesh message periodically for every 5 secs when i press a button in nRf52 DK. The message is being send for 3 or 4...
Hi,
I am using nrf52840 module with a kit that i built by myself. The kit is working because i am able to flash and debug without problems.
I am using Segger embedded...
Hi,
Is it possible to advertize and scan only on the 2M PHY and w/o using at all the 1M PHY on nRF52840/S140 system ?
The actual system is running fine if we use the 1M...
Good day!
I purchased the nRF24L01 Evolution Kit, but:
1. The driver and software that comes with the board, only under Windows XP. Are there drivers and software for...
Sorry in advance if this is an FAQ or maybe two
Situation is this - for regulatory reasons, production/release software here is built using a known version of arm-gcc, and...
I'm using scannig with whitelist on nRF52840 Dongle SDK V15.2 (usbd_ble_uart_freertos example)
when BLE_GAP_EVT_ADV_REPORT is called scanning stops, So it can scan just...
I am working on matching an antenna to the nrf52832 QFN package. I am looking at the reference design, which has a 30 mil wide trace. I believe that is supposed to be 50 ohms...
I have an application (key fob) that needs to wake up on a button press. Scan and connect to a specific BLE device, then send one byte of data and disconnect and turn off...
Hello, I have a question about using PPI with a SPI transfer.
I’m using a NRF52832 custom board with the Softdevice. I’m reading sensor data every 20ms via TWI and sampling...