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...
Hello, under Android I can access the GATT stacks via SDK ( API ). Is this under Windows 10 also possible to access the GATT stack via SDK ( API ) ? Or must I develop a special...
Dear Nordic
how i test one channel advertising?
I change inside advertising_init()
ble_gap_adv_params_t m_adv_params;
m_adv_params.channel_mask[4] =0x60; // advertising...
Hello,
For my projects I use python script to download sdk from https://developer.nordicsemi.com . For some reason newest sdk 15.1 is not available there, only here https...
Hi,
1. I need to know the bluetooth 5 range of the nrf52840 dongles which I need to use on custom boards.
2. Can I use AT commands to communicate with the dongle over...
Hi,
We are trying to get the serial dfu example from sdk 14.2 working with an nrf52832. After flashing the device succesfully and starting up the bootloader we were unable...
Hello,
I recently switched to linux and I have many problems since then.. So I noticed that printf functions are not working fine for me e.g. in ble_peripheral_uart example...
I've worked with other integrated radio + ARM processors that were not deterministic, and I would like to know if the Nordic solution is.
What I mean is: Is there a way...
Hello all,
How does the handling of ble events work with SDK 15.1? When I register more than one event handler with the macro NRF_SDH_BLE_OBSERVER(), how does the softdevice...
Hello Support team,
I'm working on a project where I am designing a custom board uisng the Nordic NRF52840 as the MCU (forgive me if I'm using the incorrect terminology...
Hi,
I am relatively new to programming hardware at this level, and have developed our product on the 52832, so finally I have purchased the Power Profiler Kit, and downloaded...
Hello good morning,
I am using nrf52840 device. I am sending 20 bytes using notification at different notification intervals like 30ms, 80ms and 1sec. But at application...
hello
I am currently trying to use the thingy_52_sdk sample code to embed a program using the J-link debugger with the Nordic thingy 52 development kit. But the build is...
Hello,
I am attempting to test slew of Rigado BMD-350 module BLE radios (uses nRF52832) using a Rigado BMD-301 series Eval Kit to act as the central. The BMD-350 device...
Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132. In the ble_peripheral / ble_app_uart example you can only connect through the...
If followed the following steps:
Installed Win10Pcap
Installed Wireshark-win64-2.63 on Windows 10.
Using nrfGo Studio loaded sniffer_pca10040_51296aa.hex (after erasing...