Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
After that one of Zephyr's configuration files was modified (CMakeLists.txt, *.overlay, prj.conf).
How the SES project can be updated in additional to option "Open nRF Connect...
I'm trying to use the board support package (BSP) through a keil software pack, starting from the dfu_dual_bank_ble_s110_pca10028 example. I thought it would be more or less...
Hello, I have installed (multiple times) the nRF connect SDK via the manual installation guide but I still seem to be unable to open any project.
I have tried on MacOS and...
Hello,
We are currently using SDK v17.0.2 with NRF52840, driving a display with SPIM3. We are able to successfully communicate with our display and command it to render...
Hello. I'm designing a board with NRF52832 connected to SGTL5000 via I2S. I'm planning to use the driver found in the Nordic Playground here...
https://github.com/NordicPlayground...
Hello,
Before going into detail, the question is: Is there is any chance that NAND flash will be supported (via QSPI or SPI) by the nRF5 sdk in the future ?
My question...
I made all of the functions using nrf52832, s132. Now I want to reduce the current consumption.
So, I tried changing the slave latency. It was confirmed that the current...
When I combine BLE_APP_UART + BLE_APP_UART_c apps in last step "ble_nus_data_send" return error 4 from BLE_APP_UART part in multirole mode
BLE_APP_UART_c send without problem...
Hi,
I am working on having my device to perform a dfu over spi. I have been able to get through the init packet initialization and transfer, however, I am getting an error...
If my device only acts as a peripheral, does it need to respond to BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST events? In other words, is BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST a...
Hello,
I added bonding to my BLE central device so I can re-establish known connections very fast. The bonding of the devices works fine but additionally I would like the...
Hi all,
I am using ncs version 1.5.0 and dk version 0.15.0.
I would like to rely on the CC310 piece of hardware to perform some cryptographic computation.
However, I...
Hello.
I have a question about setting MAC address.
For now, my device uses random static address from FICR.
And I also use "bt_set_id_addr()" function for test purpose...
Hello
I'm having some issues setting up monitor mode debugging with the nrf connect sdk v1.4.99.
I've roughly followed the steps outlined in this guide , the exact steps...