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...
i write 40bytes to flash 0x74000 and read 0x74000。i find it actually use 160bytes. I try to write a different number of bytes, it actually use 4*(write bytes)
this is...
I wonder if I can use spi1 or i2c1 on nrf9160. I use the 9160ns board configuration but non of my configs work for spi1 or i2c1 works. If I change it to i2c2 or others it...
I have a startup sequenced (nRF52832 peripheral) based on the s132 (v7.0.1 BLE 5.1) NFC Pairing example where it advertises at 1Msps link rate, then uses the PHY UPDATE API...
Hello!
We are working with NRF52840 dongles and want to be able to have them relay data over an OpenThread mesh network through UDP automatically. We have found within...
Hi,
calling "nrf_ringbuf_get()" immediately after "nrf_ringbuf_cpy_get()" returns an invalid pointer to the data. A workaround could be to assign "rd_idx" to "tmp_rd_idx...
Hi to all,
I have designed a custom board with 3rd party module (RAYTAC MDBT50Q) which includes NRF52840. During debugging on the custom board, two modules were demaged...
Hello,
I am using serial LTE modem for communication.
After trying to connect to TCP server using AT#XCONNECT I get following error:
The only official documentation...
In a system based on one nrf52-ble-app-uart-c-multilink-master and multiple ble_app_uart, the data from any entity is sent to all devices.
i.e. each ble_app_uart is sending...
Hello,
I'm using BLE peripheral device. I need to connect it to a BLE central device and exchange data. There are some connection procedure-
1. Discovered Bluetooth devices...
Hello, everyone, when I call err_code = fds_record_update(&record_desc, &record), I sometimes get an error: FDS_ERR_NO_SPACE_IN_FLASH.
Therefore, when this error occurs...
I have the nRF52 PCA10040 DK device, and I'm downloading the code from the online mbed tutorial. I'm using Putty serial port to communicate with the device at 9600 baud rate...
I'm trying to open a nRF Connect SDK project in Segger Embedded Studio for ARM (Nordic Edition) V5.30a
When I try opening the project I get an error box with the following...
Whenever I try to read the docs from https://infocenter.nordicsemi.com/index.jsp , I can't help but notice the gigantic header which provides little value for navigation....
The NRFX COMP driver that is included in SDK 17.02 enables the COMP peripheral before configuring the other COMP registers. The product specification specifies:
Before enabling...