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
I'm testing the Release v1.6 of NRF Connect SDK in combination with our application. On Nordic NRF Connect SDK v1.5.1 we managed to get the following setup working...
The nrfconnect-setup-3.7.0-ia32.exe installer gives a malware warning from Google's VirusTotal website . There's only one warning, but it's from one of the larger malware...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as a central device and an Android device (Bluetooth 4.2, nRF Connect) as a peripheral.
I want to get Scan...
Hi ,
Need information for setting up nRF52840 on Eclipse IDE & GCC compiler . Need if any stepwise process guide available for setting up environment & debugging process...
Hi,
===========================
Chip: nRF52832
SDK: nRF5_SDK_17.0.2_d674dde
Role: Central /Peripheral
Project: BLE gateway
===========================
We currently...
Hi,
Please help me with this interrupt error
dk:PCA10095 0.11.0
sdk:ncs v1.5.0
example path:D:\ncs\v1.5.0\applications\2_hello_world_timer
example code:
test...
Hello, I have a big problem now. I set up a BLE network with 11 peripheral boards connected to 1 central board via NUS protocol. the peripheral board is based on NRF52840...
We are making a product with nRF51822;Powered by a CR2032 button battery ; Hope to achieve low power consumption;
It can be seen in the datasheet that nRF51822 has Internal...
I've been checking the nRF52805 Errata document to see which errata apply to our product and do not yet have a workaround implemented in our firmware.
Unfortunately, I'm...
Hi,
Device FW information is as follows: SoftDevice: s113_nrf52_7.0.1_softdevice.hex bootloader: mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex device page: device_page_nrf52832_xxAA_s113_7...
I want to use our app in phone to communicate a nrf5340 board through ble. my project use sample peripheral_uart . but app ble three 128 bit UUID is different from ncs1.5...
Hi,
I'm trying to measure and log the low power coming from a peltier module. (TEG seebeck effect). In Ampere meter mode with LED for load I get nothing. Replace TEG with...
Hi,
I successful developed a application using nrf / zephyr SDK and install the applications on the nrf52840dk and dongle. Now I want to adjust the power using
CONFIG_BT_CTLR_TX_PWR_PLUS_3...
hello i am trying to interface RN8209c ic with nrf52832 using uart communication with sdk 15.2
uint8_t readbuf[50];
uint32_t err_code;
uint8_t buf[10]; buf[0]=0x7f;...