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 have a problem with the GPS and more precisely the AGPS. I would like to retrieve my position with the thingy91, I created a project by taking the AGPS sample and...
So, for a while I have tried to follow these instructions: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hello,
Developing on Zephyr 1.2 and modem fw 1.2.
Developing a client LTE application. If I run the below sequence of commands periodically every 2 min:
eventually...
Hello everyone,
I am working on an nRF52-DK and getting familiar with Zephyr.
In this process, I am trying to connect with the sensor API with a "fake" sensor whose...
I'm not certain where to send suggestions, so hopefully this will do...
A very useful addition to the nRF Connect SDK would be support package documentation for Zephyr...
Hi,
I am trying to run the NCS Zephyr ADXL372 sensor sample application (using nRF5340 DK) but get the following error:
This corresponds to the following NACK error: ...
I would like to do mutal TLS on a NRF9160. I found the https sample where the firmware does server authentication. How do I add client side authentication to this example...
I have a project from 3 years ago (2018) that I'm trying to make a simple update to the application code. The code downloads via the Segger Embedded Studio and runs correctly...
A vulnerabilitiy in BLE secure connections is reported as CVE-2020-26558 : Impersonation in the Passkey entry protocol
"The Bluetooth SIG is recommending that potentially...
My application uses a NRF52840 (SD140, SDK 15.2.), very simple circuit and needs to be extremely low current consumption. I measured the current in conditions of BLE on and...
I'm trying to get a BLE example for NordicSemi nRF52833_xxAA using SoftDevice S113.
I found out only two examples but they don't compile.
Error[Go029]: Variable "sec_mode...
Hello,
Is it possible to disable the antenna pin of the NRF52 in software? I cannot see anything in the data sheet which suggests this.
We are using a third party module...
While following the steps required to provision the nRF9160 Connect for Cloud certificate, I entered the 'AT+CFUN=4' in the AT command text field and I clicked 'Send' but...
I have a working code using SoftDevice 140 7.2.0 and Segger ES on the nRF52840 DK. I made the single adjustment of the preprocessor variable BOARD_PCA10056 to BOARD_PCA10059...
Hi,
I use example projects from Nordic Thread: CoAP Client and Thread: CoAP Server with Segger Studio Nordic Edition (projects use Zephry which is generated by NRFConnect...