targetHardware not found despite having installed the Raspberry Pi Hardware Support Package installed
Show older comments
Hi,
I've been trying to access the Raspberry Pi using MATLAB. At one point in the tutorials it asks for doing
targetObject = targetHardware('Raspberry Pi')
However, despite the Support Package being installed, it says "unrecognized function". I've reinstalled the package to no avail. In MATLAB online it works as expected. The documentation in help targetHardware is shown correctly as well.
3 Comments
Dyuman Joshi
on 4 Jul 2025
Edited: Dyuman Joshi
on 4 Jul 2025
If you are working on a 64-bit OS, you should use -
targetObject = targetHardware('Raspberry Pi (64bit)')
If the error doesn't resolve/still persists or you are working on a 32-bit OS, share the full error message along with the line of code for which the error occurs.
Javi
on 4 Jul 2025
Answers (1)
Sameer
on 8 Jul 2025
0 votes
Hi @Javi
Since you mentioned that the command works correctly in MATLAB Online, the issue is likely related to your local MATLAB environment. I recommend checking out the following MATLAB Answers thread, which outlines several possible causes for the "Unrecognized function" error and how to resolve them:
Hope this helps!
Categories
Find more on MATLAB Support Package for Raspberry Pi Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!