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 have taken the examples\peripheral\serial example and made minor changes (NRF_UART_HWFC_ENABLED to NRF_UART_HWFC_DISABLED, commented out bsp_board_init).
I have a USB...
Hi
Our requirement is to do Over-the-air DFU at the bootloader level for nRF52840 devices on thread network. Can you suggest if this possible at the bootloader level? If...
I got a J-Link mini Edu today, and I wanted to try to experiment using it with my NRF52840 dongle.
To test it out I tried uploading some of my code and some examples, but...
Hello,
For a project, I'm trying to create a connection between an android phone and an nRF52832 via bluetooth after scanning nfc. But Everytime I tried it, a dialog appears...
I would like to program a nrf52840-Dongle with OpenThread's ot-ncp-ftd.hex image over USB DFU. After putting the device into bootloader by pressing the physical reset button...
We have two evaluation boards of nrf 52832 Bluetooth modules. we try to connect the modules in one to many network format for that application we flashed the following software...
Hi!
I have a Nordic NRF52840 development kit and am trying to interface with the MX25R6435F flash chip. It communicates over QSPI, so I know I have to go through the QSPI...
Others have had similar problems with pointers for structures. So, I've tried several different methods including one that was suggested in another help ticket. I am writing...
I checked the operation of the application "ble_app_hrs" and I see that the FDS makes a new record in flash memory with every new connection. What is the need and can it be...
Hello I want to use MTU = 247 bytes. For 1M PHY, everything is working fine. When I set the coded PHY, there is a problem. I get the GATT event NRF_BLE_GATT_EVT_ATT_MTU_UPDATED...
I want to tested RF performance ,so i hope send cat-M 6RB@0 signal. For example, the circled part of the picture: ,it's send 6RB@22 signal。please tell me AT command.
Re: nRF52833DK, s113 and nRF5_SDK v16.0.0
It appears that nrf_sdh_freertos.c needs to be modified to support JUST_WORKS and LESC because the softdevice_task() in nrf_sdh_freertos...
Hi
I am working this tutorial . At the end of this, I copied and executed the contents of advertising_init() function but it became NRF_BREAKPOINT_COND.
When debugging...
I am trying to use the GPS from the Thingy:91. Due to the unavailability of Power Saving Mode (PSM) in roaming with my local provider, I am considering what options are available...
I am trying to see/set preprocessor options and they are not visible. I have seen the tutorial which says
project options >> code >> preprocessor should be the way to do...