How can I reset Arduino Nano 33 IoT through Simulink?
Show older comments
To resolve the issue of the Bluetooth connection not being re-established after the initial boot on an Arduino Nano 33 IoT, I would like to reset the Arduino using Simulink. Currently, I achieve this by using the Arduino IDE and calling the "resetFunc();" function, which is defined as:
void(* resetFunc) (void) = 0;
Could you please advise me on how to do this through Simulink?
Accepted Answer
More Answers (0)
Categories
Find more on Arduino 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!