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...
Dear Sir
I'd like to develop the Window APP for Mesh (like nRF Mesh).
And I've face a problem. The ECDHSecret key of the Windows side didn't match the device side(Thingy...
Hi everybody!
I am new to programming with Nordic SDK and have some questions regarding writing applications with secure and buttonless DFU via BLE.
I have looked through...
I am using NRF52840DK with SDK15.2 to test the DFU.
I use Segger Embedded Studio to compile both the secure_bootloader project and ble_app_buttonless_dfu project.
Then...
Hello,
Is there any development board like an Arduino mini for the nrF52840. It need to fit a in very small enclosure
Ideally, I would like to test/develop some sensors...
Hi,
I am working with hid keyboard example on my Windows machine.
Problem 1 : After flashing the code, I make bluetooth connection and the code works properly. Then I...
Hi,
I am reading the Product Specification v1.3 of the nRF52832 SoC.
On page 23 the RAM0 block section 1 address is given as 0x21001000.
From the context I believe, this...
As per one of my discussions with , on another thread here , I can send a GenericOnOffGet from my android activity and I will get the status of the light in GenericOnOffStatus...
Again!!! I have a lot of problems to navigate on the Nordic products.
I follow the links and went to the start52840dongle and downloaded the SDK.
I find only stuff regarding...
Hi,
In looking down the road for product enhancements and migration to the 5.0 Bluetooth specification. I am interested and wondering if any discussion about chipset production...
Hi there,
one quick one:
when configured as SYSTEM RESET, Does P0.18 acts as an Input/Output? i.e. will be asserted Low by the NRF52840 while the MCU is in reset?
...
Hi all,
I'm using ble_app_multirole_lesc example to develop my application, it connect to android phone as peripheral role and now I need it to connect to another nrf52832...
If I have the J-Link RTT Viewer open and connected to my PCA10056 (viewing RTT output from an external board connected to P19) and then reprogram the board using nrfjprog...
Hello,
I am currently running into an issue with nrf51822. I am trying to write in flash a flag which defines the device I use. Indeeed, the device on which the code will...
Hello,
I want to us the nRF52 dongle with BLE and ANT communication. I downloaded SDK 15.2 and looked at the examples. I can see a lot of examples for ANT and for BLE individually...