Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
I went though steps point here Everything went well. We create bootloader settings hex file base on our application hex file I'm a little confusing now. Should I always create...
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...