card-access-control

repository for save codes from Amanda's project based in Arduino

View the Project on GitHub Ellian-aragao/card-access-control

Controle de Acesso

O sistema desenvolvido tem como objetivo fazer o controle de autenticação via cartão magnético.

Fluxo de funcionamento

flowchat

Funcionalidades

Infraestrutura

Pré-requisitos para rodar projeto

Eletrônicos

Mapeamento sensor RFID para cada microcontroladores Arduino

Signal MFRC522 Reader/PCD Uno/101 Mega Nano V3 Leonardo/Micro Pro Micro
RST/Reset RST 9 5 D9 RESET/ICSP-5 RST
SPI SS SDA(SS) 10 53 D10 10 10
SPI MOSI MOSI 11 / ICSP-4 51 D11 ICSP-4 16
SPI MISO MISO 12 / ICSP-1 50 D12 ICSP-1 14
SPI SCK SCK 13 / ICSP-3 52 D13 ICSP-3 15

Programas

Bibliotecas

Como rodar a aplicação

Levando conta que tudo ocorreu como os conformes nos Pré-requisitos, temos então o ambiente do Vscode, nele existe os botões na barra inferior que fazem o upload do programa para o microcontrolador, executado este, abrimos o serial monitor para receber as mensagens do arduino, assim inicia-se o fluxo da aplicação com sucesso.

Nota-se que não é necessário a observação pelo serial monitor, os leds indicam o estado da aplicação.

PlataformIO CLI

Supondo que não deseje utilizar Vscode, através do CLI, basta rodar o comando:

pio run --target upload

Em caso de dúvidas, acessar a documentação oficial PlataformIO.

Licença: The Unlicense

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org/