Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
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...