Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Hi I am using a nrf52832 board with a BMI160 sensor. I am trying to sample Accel and Gyro at 1600hz using a timer. The timer timeout is set at 20 ticks (32768/1600) @32768...
Dear Sir/Madam,
currently I am using SMK BLE module - BTS04, blank type (QDID 90744) and we have already acquired the Nordic Development Kit nRF52, Rev.1.2.4 date 2018.23...
morning guys ;
I wanna create a bluetooth pan using raspberry pi and beacon nrf51822 using ipv4 , i don't have problem with the raspebrry it works well and it shares the...
12.3 sdk
i have error when compile this project ''.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o).'"
this error how...
Hi I trying to interface Accelerometer sensor LSM6DS3 to NRF52832 DK.
whether I need to change board configuration or any pin configuration.
Pin configuration that i have...
The reset button doesn't seem to work on two of my PCA10056 1.0.0 development kits, but works on two others, and works on some earlier versions.
I tested by running the...
It was working a few times, then suddenly I started to get these errors, which I only got previously when not running as root (perhaps because it did not have permission to...
Hi,
I am trying to process data from MPU9250 in MATLAB and I have converted " .mat " file to " .hex " file using Embedded Coder . Can someone tell me if that " .hex " file...
(1) I am using GNU C++ to develop my application with nRF5 SDK. I found the STATIC_ASSERT_SIMPLE and STATIC_ASSERT_MSG macros defined in app_util.h are not working with C...
When running the light_switch_provisioner example built on my machine, it crashes on an assert in entry_validation() in mesh_config.c:
app_error_weak.c, 95, Mesh assert...
Hi,
I've a Raspberry Pi, Node-RED, with a Thingy connected. I get a message payload, looking like this:
{"uuid":"dfb561bb7d69","characteristics":{"2a00":[84,104,105...
Dear Nordic experts,
While investigating some of my bugs, I had to look into the GPIOTE driver code, and I realized that it has some allocator for mapping GPIOTE channels...
Several answers from Nordic employees state the possibility of Secure Boot and a "Root of Trust" feature:
use of ARM TrustZone on nrf52840 for secure storage/trusted region...
Hi,
I'm studying the example code of "ble_app_blinky_pca10040_s132 ".
What confused me is I couldn't find how the "led_write_handler" is added to the service. There is...