Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
hello ,
i am working on recieving data from sensor using nrf52832 with time and data right now i am getting time that is set by me my problem is i have to set time automatically...
Here is an issue I am having when using MQTT in a poor (RSRP < 15) LTE signal environment
Condition:
nRF Connect SDK v1.3
modem firmware v1.2
TLS Socket is configured...
I've worked through the Custom BLE Service example ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ) and I'm attempting to port it to C++ to form the...
Hi,
I need to write a linker (ld) script for our nRF52 application. Essentially I need to combine the linker script that we already use with the scripts that exist in the...
trying to build a long range coded phy broadcast/scanning application. as I know zephyr doesn't support that so we have to include nordic link layer based on this post
https...
Hello all,
i am using ble_app_uart example.I add the line
in the begining of the main function. All the ble connection works, but putty shows strange characters...
I am having a bit of trouble getting high enough data throughput for my application so I have a few questions regarding it.
Can running the spi/other peripherals affect...
Hi,
I tried to build a BLE sniffer environment. And it works well to capture the LE secure connection air packet after Eable Secure Connections debug mode (uses the debug...
Hi,
using:
SDK for thread and Zigbee 4.1.0
NRF52840dk
I am trying to add UART (for my custom application) to an existing Thread example with CLI. (e.g. ble_thread_dyn_hrs_coap_srv_freertos...
Hi,
I'm really struggling with encryption, kind of lost in the woods of libraries, api's and documentation. Can anyone point me in the right direction?
Config: I have...
Hi support team,
i'm trying to build sercure bootloader on beacon nrf51822xxaa. I used SDK 12.3, here is my config
and i use nrf program to read flash infor
when...
Hello,
I am working on a Proteus III module which work with a nrf52840 SoC. I am using nrf52840 DK to test and develop code and at the same time testing the codes in the...
Does the nrf_cc310 support interrupt operation? I want to start the calculation of a hash/asymmetric signature but don't want that the CPU busy-waits until the calculation...
Hello,
I am trying to do make a connection with sd_ble_gap_connect();
First i am scanning all the devices arond and i am filtering with my functions using with ble_gap_evt_adv_report_t;...