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...
Hi,
I would like to be able to provide a visual indicator such as a blinking LED when the chip is in the Emulated System OFF mode. Note that if the chip is in DEBUG mode...
hi
i tried ble_app_uart from sdk 8.0.0 in pca10028 and it is working.but i want to run it in pca20006.i changed device to 51822 & board to pca20006(in preprocessor settings...
Hi. I'm using nRF52832, SDK13, S312v4 as peripheral.
I want to change connection parameter as below.
#define MIN_CONN_INTERVAL_FAST MSEC_TO_UNITS(30, UNIT_1_25_MS)
...
Where can I find the completed source code for the BLE Services, a beginner's tutorial
I keep having trouble advertising, so either I am missing something, or have incorrect...
Hello,
I used latest port_cmsis_systick.c from SDK13.0. And there is still xTickCount bug. Function vPortSuppressTicksAndSleep() adds correct vTaskStepTick(diff); but the...
I am using nRF52 S132 and latest SDK V11. I defined a custom service with a custom characteristic which is 509 bytes (based on your tutorial). Read operation is fine from...
when a particular line of my code is at line 54, the following compile error occurs:
error: #101: "assert_line_54" has already been declared in the current scope
line...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
hello,
On a device with nRF51822-CEAA packaged in a ISP130301, we have a problem with RSSI value measurement.
We use Master control panel and bluetooth usb key provide...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
nrf51822QfAC
S130 stack was working fine and ble_app was able run successfuly able to see the ble on the app;
Now after few days now facing issue in running the same code...
having issue with nrf51822
nrf51822 breakup board was running fine with S130 2.0 stack and ble_app_uart
Now facing issue such that when softdevice enabled is called the...