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...
Hello Everyone,
For my project, I have to make my BLE device to advertise itself for a period of time and transit to "scan" mode to scan for other device for a period of...
I am getting this fault when i try to run a observer handler where i have implemented semaphores.
And i cant figure out what this error code means
Thanks in advan...
Hello,
I am currently trying to run this ble_secure_bootloader . I am using SES V5.68 with the nRF52840 SoC and I am using nRF5 SDK version 14.2.0. I have also adjusted...
Hi Team,
I want to know the time with time resolution milliseconds for initialization time of nrf52840 chips and nrf52840 DK with external supply model?
KInd regards,...
Hi,
The below code I believe is in error. The below write operation overwrites the LIO2, LIO3, WIPWAIT, and WREN settings in the CINSTRCONF register by only writing the...
First off, It's great you guys are setting a high pace with development and improving the SDK but I and I think many other people would like it if you change a full version...
Hi!
I am currently working on this sample with an nrf52840 board and a nrf52832 board:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/peripheral...
Hi All!
Hope you are doing well! I am using nrf52840 and nrf58233. Is there any example available for both transmitter and receiver for connectable coded PHY beacons?...
I am trying to determine the best way to debounce 7 digital inputs with 2 bounce times ranging between 50 ms to 2 seconds. I thought of using the GPIOTE but that seems to...
Hi All,
I asked this question before but I accidentally pressed close.
The engineer told me that f or nRF5 SDK ( I assume as you said Segger), you can send 10 byte long...
I'm working with the project based on nrf52833 and SDK 17. I've noticed that when there are no devices on I2C bus, the application stucks on nrf_drv_twi_tx function, and the...
Hi , I'm using nrf5340 and nrf connect sdk 1.5.1 , recently I found out when sending large amount of data with low RSSI through bt_gatt_notify_cb the system would enter some...
Hi. I am using the Nrf52DK to program our custom Nrf52810 based board for DFU . We use the: nrf5sdk v17.0.2 with softdevice s112. along with the pca10040e_s112_ble example...
Hi,
I do not understand why assertion is not thrown when nrfx_saadc_init method is called with NULL event handler. For example:
err_code = nrf_drv_saadc_init(&default_config...