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...
When I use Windows nRF Connect to connect nRF52832 device. It pop up window for user to enter passkey. But When I use iOS nRF Connect to connect nRF52832 device. It doesn...
I am trying to implement spi in my project and have encountered an issue where the delay from chipselect to sclk is around 10 us which should be as low as 1us according to...
I have been developing my code on NRF52840 based on nrfsdk v1.7. Since keil free version has a limit of 32kb i am moving my code to VS code. VS by default adds 2.0 latest...
Hi,
I'm testing maximum tx throughput.
I'm using ble_app_hrs example and mcu is nRF52832(s132). (sdk : 16.0.0)
The goal is transmit data at 96Kbps.
I read that the...
Dear Members,
We have 2 ANT receivers and 1 ANT Speed Transmitter, (Bicycle Speed Cadence) , Garmin GSC-10,
Is it possible ? Looks like one receiver gets a good value...
Hi,
I am using NCS v2.0.0, VScode with "nrf connect for vscode v2022.7.242".
I can't build any samples with MCUboot, by enable CONFIG_BOOTLOADER_MCUBOOT =y.
The build...
The following error occurs when I plug in the USB cable to burn the firmware,This is an interesting bug: it usually fails on the first burn, but succeeds on the second or...
Hi everyone,
I am new to nRF52833, and trying to learn it with some tutorials. I am following this tutorial.
You can download my "examples" file from here . You should...
Hi,
Can you please provide some sample code for sending data to Tm4C using ble_app_uart in VScode and also tell me which function I need to use for sending some data from...
When I use Windows nRF Connect to connect to nRF52832 device. It pop up window for user to enter passkey. But When I use iOS nRF Connect to connect to nRF52832 device. It...
HI, I am start use NRF52840DK(rev3) to devlopment usb application,but jlink always show this information
I try to use 'nrfjprog --recover' to disable read protection,...
Hello Groups,
I'm trying to send I2C/twi data from nRF52832 using the Nordic development board with nRF Connect SDK 1.9.1.
Based on the sample project ble_app_uart, I...
Hi nordic:
As shown in the figure below, I see that the BLE protocol standard mentions the ScanReq backoff mechanism. Does NORDIC implement it?
jermi.jin
thanks!!...
Hi,
The central_uart sample hardfaults when bt_enable(NULL) is entered. I can use the debugger and step over the first couple lines but stepping over bt_enable causes a...