I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
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...