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 am trying to program my NRF52840 chip with the Secure Bootloader UART project, in addition to the BLE App UART project as mentioned in the title. So far, having...
I am trying to work with Bme680 with I2C communication i can read every value but i cant read air quality value its always at 806516 value and does not change . I thing configirations...
I've been trying to integrate CLI over USB CDC ACM into my project, but I'm failing even to run the SDK example.
CLI works fine over UART, but it won't run over USB.
...
Hi,
My application has hard faults sometimes, and I'm trying to figure out the reason.
When it occurs - I have a hard fault log, but p_stack->pc is 0. I can't understand...
When I use j-link soft uart all good
but when i disconnect j-link the soft uart will error
like this so�rceid=2, status=0 sourceid=3, status=0 sourceid=4, status=0
Hello,
I'm new to BLE product and nRF52840 dongle and DK are my first BLE evaluation kits. I've some experience in Arduino AVR microcontroller. My setup is as follow:
...
Hi All,
I've been successfully using Martin's example - https://github.com/Martinsbl/nrf5-mpu-examples/tree/master/nrf52-mpu-easydma-using-gpiote-and-registers - for DMA...
I need to connect a PN532 V3 Module to a nRF52840 using SPI. I tested it using arduino IDE (I used those three libraries: Adafruit_PN532.h ( github.com/.../Adafruit_PN532...
We have custom board which is interfaced with PCA10040 board through bebug out port. Blinky example is working fine on 10040 but when I download it on evaluation board its...
Hi,
I've been following below tutorial and everything works fine.
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics...
The loader script provided to Segger for use with Embedded Studio includes
. = ASSERT (( __tdata_load_end__ <= __storage_flash_start__),
error: section .tdata overlaps...
Hi, I'm working on a project with the nRF52840 PCA10056 board. Using the IoT LwIP MQTT example, I can communicate with the insecure MQTT. However, I need to provide security...
I would like to use the GATT queue to discover ALL primary services. When using the SoftDevice calls directly, one would use sd_ble_gattc_primary_services_discover(conn_hdl...
Hello
I'm going to use AES for encryption and decryption testing of data this time.
Looking at the example of SDK, there are several AES modes, can you tell me the difference...