Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi dev team,
in my design I am using the nRF52832.
On the GPIOs (P0.14,P0.15) I've connected a Darlington Array ( ST ULN2001 ).
My circuit is living of a super cap...
I coded following
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&cccd_md.read_perm);
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&cccd_md.write_perm);
char_md.char_props.notify = 1;...
Hi,
What does it means number 0x1D in p_ble_evt->header.evt_id in ble_db_discovery_on_ble_evt ?
I didn't get any error code, but service discovery is not completed.
Is...
I've noticed that Wireshark seems to occasionally report malformed data.
The malformed data seems to happen about 10% of the time and comes from all my smart beacons.
...
I am a beginner in the study of Bluetooth, and I have difficulty in understanding the purpose of API functions Bluetooth stack. For a better understanding of the system API...
I'm using MCP 3.1 and tried flashing the dongle from it multiple times. I also tried reinstalling MCP, but to no avail. When I flash some Blinky example using mbed it works...
I want to read whole flash memory using for loop and see how long it takes. What i have noticed is that it does not print all the lines. On the other side i ask myself: Does...
Hi,
I am very new to nRF51822 controller. i got some problem with compilation.
i have downloaded SDK v10.0xx and tried to compile blink example from following path.
...
Using Segger Embedded Studio 310i in Linux and SDK12.2.0, I imported the Beacon example project (ble_peripheral/ble_app_beacon) from Keil. Right now I'm trying to make it...
Hello everybody,
RTC0 is used by the SoftDevice. Is it possible to use the current RTC0 counter value as a system time, so that RTC1 doesn't have to run additionally? For...
I created a service with several characteristic values. I can read the values without any problem with the Master Control Panel on my Android tablet, but reading from the...
I am working with nrf51, SDK 11, S130, Keil uVision 5 and have an Application with RTX and want to use DFU OTA.
The bootloader works with the app_hrs_dfu example.
When...
Hi, I tried to enable non-connectable advertising timeout using the macro APP_CFG_NON_CONN_ADV_TIMEOUT in es_app_config.h, but it has no effect. I test this using nRF connect...
Hello,
When I call TASK_START in SPI Master it does not start a transfer. According to registers all seems to be set.
I found what was the problem. When I called TASKS_SUSPEND...