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...
When trying to compile the pc-ble-driver from "master" on Windows 10 with Visual Studio 14 2015, I get the following error:
ClCompile: D:\Programme\Microsoft Visual Studio...
1. I used the nRF5 SDK for Mesh v2.2.0 version to test the Mesh DFU feature and follow the DFU example tutorial.
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
I am a complete beginner, working through the tutorials and trying not to ask basic questions. However, I am up against a customer time limit and need some help. I am trying...
Dear Nordic-Support,
I have implemented some functionality with user defined models on the Mesh2.0.0-SDK. I had implemented both sides (server-client) and i,plemented the...
Hi,
I'm using Uart exemple to post data over BLE.
Everything works fine as long as I'm connecting with my phone with BLE apps.
I would like to connect using a linux...
Hi all,
I'm working with TWI Sensor example. I've followed this https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Ftwi_sensor_example...
Hello,
I want to use ble_app_uart example. I'm usign nRF52832 with nRF5_SDK v15. I need to put the MCU in sleep mode. I can do that. When the MCU awakes from sleep,...
Hi,
NRF52 DK has an RF switch which can be used for looking into the Nordic and observe the impedance using a VNA. I observed the same impedance in RX, TX and power off...
Hello,
i am finding that after i call app_timer_cnt_get() there is a constant power drain.
I have an Ultrasonic sensor. the ECHO pin will fire 2 times into a GPIOTE...
hi.........
how to add the timer mode in hts program , i want to set the timer in my program to receive the data according to timing .
i am using segger 15.2 version ...