How can I reset Arduino Nano 33 IoT through Simulink?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Arduino Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!