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 All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
So I have my dongle sniffing for BLE packets and I can see all the advertising packets coming from the device, even the SCAN_REQ and SCAN_RSP.
But as soon as I paired the...
Hi Sir
The product is nrf52840 and SDK15, If I'd want to do following SPI operation ( CS to L ---> MOSI data {0x60, 0x00, 0x00, 0x11} ---> CS to H )
1. How to setup nrf_drv_spi_transfer...
I need to write a Windows program that talks to the nRF52840 Dongle. Is there a .dll or .lib or source code for communicating with the Dongle? I have programmed the dongle...
Hi
is the design (including schematics and pcb design) for nrf52 quadcopter is working one on the GitHub ( https://github.com/NordicPlayground/nrf52-quadcopter ) without...
Guys, i'm using a custom board with nrf52832 on it. The custom board doesn't have an external oscillator. So i'm trying to use internal RC oscillator. I am not using any softdevice...
Hi,
I want to program a NRF51822 custom board(waveshare) with NRF52DK using mbed
Can someone please help me with the tutorial
Thanks and regards
Siddharth
Hello Nordic Team
I am working on Raytac MDBT42V – 512K module. In this module doesn't have external crystal. So according to Raytac spec, it recommend to use internal 32MHz...
Hello,
I'm using BL654 module (nrf52840 inside); SDK15; softdevice s140; IAR.
In my projects I'm using peripherals: I2C(TWI), SPI. Project based on ble_app_uart example...
Hello everyone:
Recently, a Bluetooth HID keyboard is being developed. After the Bluetooth keyboard is connected to iphone, the virtual keyboard of the iPhone is disappearing...
Hey people! First of all, I am still kind of a noob. I am developing in Eclipse Mars (4.5.2) using the SDK version 13.0.0. I used the SAADC sampling example. My application...
I've been waiting for an answer to this question for a few days now: https://devzone.nordicsemi.com/f/nordic-q-a/37487/why-is-the-hfclk-necessary-for-the-dtm-module Is there...
Hi all! I have the embedded sudio (V3.34b) and when i build in debug there are no problems, when i tried to build this project on release i get compile error (I check the...