Components and supplies
Tactile Switch, Top Actuated
Arduino MKR WiFi 1010
Apps and platforms
putty - for Windows and Linux
Arduino Web Editor
Serial USB Terminal - for Android Phones
Project description
Code
Downloadable files
MKR WiFi 1010
The Arduino MKR microcontroller I used for this project...
MKR WiFi 1010
void start()
Implements the factory reset and initial setup dialog logic...
void start()
void loop()
Ask for a password, displays the menu and all submenus and other related functions...
void loop()
serial receive function
The part of the code (Ser_Rx) which receives, interprets and echoes all incoming characters on the serial interface (usb port).
serial receive function
MKR WiFi 1010
The Arduino MKR microcontroller I used for this project...
MKR WiFi 1010
void start()
Implements the factory reset and initial setup dialog logic...
void start()
serial receive function
The part of the code (Ser_Rx) which receives, interprets and echoes all incoming characters on the serial interface (usb port).
serial receive function
void loop()
Ask for a password, displays the menu and all submenus and other related functions...
void loop()
Comments