Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
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...