Arduino NanoRP2040 Connect to Matlab via bluetooth
I’m consistently getting an error when trying to connect the Arduino Board RP2040 to Matlab via bluetooth, i needed to plot some images from sensor data, using matlab, but withouth the connection being allowed, i can’t plot or see any interation between Arduino and Matlab, any solutions?
when using the code:
btlist = blelist; disp(btlist);
The board does appear in the BLE list, however, when:
device = ble("NanoRP2040");
The interactions does start, but stops almost imediatly, showing the error:
"Error using ble (line 149)
Failed to connect to device. Make sure device is within proper range and not connected elsewhere. For more
information, see Troubleshooting section in Documentation."
Any suggestions?!I’m consistently getting an error when trying to connect the Arduino Board RP2040 to Matlab via bluetooth, i needed to plot some images from sensor data, using matlab, but withouth the connection being allowed, i can’t plot or see any interation between Arduino and Matlab, any solutions?
when using the code:
btlist = blelist; disp(btlist);
The board does appear in the BLE list, however, when:
device = ble("NanoRP2040");
The interactions does start, but stops almost imediatly, showing the error:
"Error using ble (line 149)
Failed to connect to device. Make sure device is within proper range and not connected elsewhere. For more
information, see Troubleshooting section in Documentation."
Any suggestions?! I’m consistently getting an error when trying to connect the Arduino Board RP2040 to Matlab via bluetooth, i needed to plot some images from sensor data, using matlab, but withouth the connection being allowed, i can’t plot or see any interation between Arduino and Matlab, any solutions?
when using the code:
btlist = blelist; disp(btlist);
The board does appear in the BLE list, however, when:
device = ble("NanoRP2040");
The interactions does start, but stops almost imediatly, showing the error:
"Error using ble (line 149)
Failed to connect to device. Make sure device is within proper range and not connected elsewhere. For more
information, see Troubleshooting section in Documentation."
Any suggestions?! arduino, bluetooth, matlab MATLAB Answers — New Questions