Arduino NanoRP2040 Connect to Matlab via bluetooth
10 次查看(过去 30 天)
显示 更早的评论
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?!
0 个评论
回答(1 个)
旨江
2025-2-26
Matlab simulink “run on hardware configuration” display that supported hardware boards are not inclued nano rp 2040, I think this is reason, but in the internet, included nano rp 2040, I am so strange. I also want to communicate 2040 with matlab
4 个评论
Paul
2025-12-20,10:04
My goodness, Matlab / simulink is such a pain with regard to versions. Have been trying a lot of boards (RP 2024 / BLE / BLE sense rev2) : none of these work.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!