hi i want to use pic micro controller and matlab for my autonomous robot on mapping and maze solving. will that be possible using matlab?

1 view (last 30 days)
I need to program and simlulate my robots task on matlab .
tasks- mapping , obstacle avoidance , maze solving , finding target
no.of robots- 2

Answers (1)

Brandon Stevens
Brandon Stevens on 10 Nov 2022
Embedded Coder does allow you to generate ISO C code that you can use to execute on boards with microcontrollers like the PIC32 using the MPLAB X IDE. This code can be generated from algorithms you design in MATLAB or Simulink.
A non-MathWorks support package is also available from Microchip for dsPIC® DSCs and PIC32 and SAM MCUs. The package adds peripheral blocks that enables targeting for 400+ chips from Simulink without requiring specific knowledge of these devices. The package enables code optimization and chip programming directly from Simulink. It also supports Hardware-In-the-Loop (HIL) and external mode.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!