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 everyone, I would like to make an unconnected broadcaster to send data to the advertising channels ... I come from a X-NUCLEO-IDB05A1 board and that's has been pretty...
Hi
in the release notes of the SDK14.2 the following is written
The following toolchains/devices have been used for testing and
verification:
- ARM: MDK-ARM version 5...
I have written an interrupt program to blink an led at port P1.01 by pressing the button 1.So i added the code in ble_app_blinky example so i can blink the led from the board...
I want to read integer data on the cloud
for example int a=1001;
This value must be displayed on the cloud service after every 5 seconds.Also i want to increament the value...
I urgently need to decide on the use of the chip in future developments and deliveries. There was no problem with the 51822 chip in the connection between 51822 to BlueGiga...
We are working on an IoT application using the nrf52840 Preview DK and would like to interface an external Wifi Module for transfering the acquired data to the internet. Could...
I am using SDK 14.0.0 with Softdevice S132 V5.0.0 and the accompanied DFU libraries. In the examples\dfu\bootloader_secure_ble example I think the logging system has a problem...
Hello,
When I try to read data from UART RX port using serial library, I'm not able to read the data beyond the number specified by
SERIAL_FIFO_TX_SIZE and SERIAL_FIFO_TX_SIZE...
Hey, I'm using raspberry pi 3 model b, with the rasbian strech os running in it. I have followed the tutorial provided by nordic using this link for BLE over IPv6. When I...
Hello, In my case, i'm using some PTX and one PRX. It's working well. Now i want to extend coverage, can i use repeater/forwarder? I tried but have problem with PTX: after...
Hi,
we are using a custom board, with codes tested on a NRF52 DK. We reconfigured the pins and when using pin P0.09 (by default NFC) as an input "active_high" and with ...
Hello,
I've done this steps:
I erased the whole chip: nRFgo Studio/ DeviceManager/nRF5x Programming/Erase all
I programmed the Softdevice s132_nrf52_5.0.0_softdevice...
Hello Nordic Team,
i use SDK 12.3 and SoftDevice S130.
In the template project ( \examples\ble_peripheral\ble_app_template ), the BSP module is used to indicate advertising...
Hello,
For my project I need to send raw data (without prefix or timestamps ) along with system logs trough the same UART.
So far one possible solution is to use NRF_LOG_RAW_INFO...