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,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello!
I have Nordic dev board 52 and I would like to establish communication nrf52832 -> (one way) computer com port and advertise/send data line by line from nrf52832...
Hi,
Do you guys test the the nRF91 modem with any kind of Bast Station Simulator? since i dont have any CatM1/NB network in my region most of the time i need to rely on...
Hello, I'm using nrf52832, SDK 15 e softdevice 6.0.
Smartphone with issue has Android 9 or 10 and Bluetooth 5. Instead, all works fine with smartphone with Bluetooth 4.2...
Hello, I have this scenario : I want each of my board to have a set of unique data, that I want to write along with the program, at the board initialization (this data will...
Hi,
I have the nRF52DK setup with SES. I can build the example ble_peripheral projects and I can run them in the debugger without any issues.
I also have a Telit BlueDev...
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...