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...
I'm using the nRF BLE Mesh SDK 2.2.0 with SES v3.5 (64bit for Windows)
Our hardware with nRF52832 using internal RC
I'm running the light_switch_proxy_server but with...
Hello,
I'm just starting to use the nRF Smart Beacon kit.
Is it possible to have the beacon toggle a GPIO on-board when the beacon is out of range of the phone/app?
...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I want to ask how to use app timer with scheduler.
Here is my implementation. I just use APP_TIMER_APPSH_INIT...
Hi All, I have tried to follow DFU documentation as well as many other things but nothing really worked well, I have some results but still cannot make my own code to be updatable...
Hi,
I am using nrf52 DK with BLE mesh Light-Switch Example. I was looking for changing behavior of the client/server. Is it possible to have both Client and server functionality...
I have a dev question about using the nRF Blinky app as an example for listing and showing services for multiple BLE devices without having to individually select each one...
Hello,
I want to use Radio Notification before connection event (ACTIVE signal). My routine takes 4 ms but Tprep time have huge range - from 167 us up to 1550 us, so even...
Hi
I had a problem which I want to send many packets in a loop using sd_ble_gatts_hvx(), but when the number is 5, the error code(NRF_ERROR_RESOURCES) is happened. Then...
Not sure if this is possible or not, but it's beginning to look as though the radio may be corrupting packets, either when sending them or receiving them or both, because...
Hi
About this link : https://devzone.nordicsemi.com/b/blog/posts/what-impact-does-the-deprecation-and-withdrawal-of-bluetooth-core-specification-v4-0-and-v4-1-have-on-your...
I want to change the ble gap address type to RANDOM_PRIVATE_RESOLVABLE. In gap_params_init(), I add these line at the end of the function
ble_gap_addr_t *p_gap_address;...
Hello. I want to build two services with custom UUIDs. I have successfuly built first one using this guide . Then I try to build second one, using the same guide, but I meet...
Dear all,
I have been using the example based the example "ble_app_uart" of nRF5_SDK_15.2.0_9412b9. Every time I found that nRF52832 will go into sleepmode after about 206...
Hi ,
I am working on customize tools utilizing the nrf python codes.
In linux I came to know about BLE libraries bluez and also about hcitools.
I have setup for linux...