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...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
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...
The board is made with the nRF52832 chip and can not be scanned during the test. Could you tell me why? The nRF52 DK board functioned normally. The platform used a mesh light...