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...
I've been following the instructions on how to test buttonless secure DFU without bonds using the Buttonless DFU Template Application page.
I followed the instructions...
I'm trying to port my project from SDK11 to SDK14.
I am having troubles understanding how the drivers supposed to be used.
In the files nrf_peripheralXXX_drv.c there is...
Hi guys,
has anyone had problems with: Cannot connect to J-Link via USB. message?
The device is alive and i can flash and connect to it from CLI.
Thanks
Hi guys,
Many thanks for the help before, I could now running example and change the parameters in the example code for my Taiyo Yuden nRF51 board.
Say, I would like...
Hello,
I don't know how to enable the notifications for a characteristic in the nRF Connect app for iOS. I have the latest version and I tried all the buttons but none...
Hi,
has anyone observed a behavior where the peripheral would be displayed as Accessory on iOS?
I'm seeing this occasionally with my S132 v5.0.0 peripheral, but can't...
In Android, is there any way to distinguish between an explicit disconnect requested by the remote device, and a disconnect due to loss of comms; eg, the remote device going...
Hi.
When I make flash bootloader_secure_ble, it does advertising well.
And I run DFU by making bootloader_secure_ble into .zip file.
However, it does not advertise bootloader_secure_ble...
Hallo,
I'm trying to create an application zip file to be uploaded with the DFU mechanism.
nrfutil pkg generate --help gives a list of options, but in the --sd-req part...
Hello,
I am using nrf52832 pca10040 with softdevice v3 of SDK v12.2, when booting my device tries to initialize the peer manager with pm_init() and this function is returning...
Hi All
I want to develop a PCB that has Wifi and BLE capabilities, to do this I would like to use Nordics: NRF51822 or the new NRF528, for the wifi side of things I want...
Hi all. I'm trying to use the u8g2 library with ss1306 controlled OLED display. After I added the library to the project, Keill gave an error
Error: L6406E: No space...
I used to develop based on sdk11 in Eclipse, EVERYTHING works fine. But now I am trying the sdk 12.2.0, in the blinky example, "LEDS_NUMBER" couldn't be solved, but the project...
Hello,
I am unable to use the command NRF_LOG_INFO for printing debug statements. Compiler is throwing the following error .
Error: L6218E: Undefined symbol NRF_LOG_INFO...