In comparison to other systems, the RFID authorization system based on ArdiPi is secure and quick. The use of ArdiPi makes designing much simpler. Just like a plug-and-play device, programme a code and upload it to an ArdiPi. It can be used as a simple access control mechanism and is a low-cost project. Their primary benefit is contactless communication, and RFID tags may operate in a variety of environments. RFID systems are more effective because of this.
Designed with convenience and security in mind, the Ardi RFID Shield is based on the EM-18 module, operating at a frequency of 125 KHz. This shield allows you to easily integrate RFID (Radio Frequency Identification) technology into your projects, enabling seamless identification and access control systems.
Features of RFID Module- Onboard High-quality relays Relay with Screw terminal and NO/NC interfaces.
- Onboard 3 LEDs power, relay ON/OFF State and RFID Scan status.
- Multi-tone Buzzer onboard for Audio alerts.
- Onboard 125kHz EM18 RFID small, compact module.
For more Technical details visit
ArdiPiArdiPi is the ultimate Arduino Uno alternative packed with powerful specs and exciting features in the Arduino Uno form factor. You can enjoy a low-cost solution with access to the largest support communities for Raspberry Pi.ArdiPi variant is powered by Raspberry Pi Pico W which offers wireless connectivity such as WiFi and BLE. Built-in Wi-Fi and Bluetooth connectivity for ArdiPi boards make them ideal for IoT projects or projects requiring wireless communication.
Features of ArdiPi- SD card slot for storage and data transfer.
- Arduino UNO Form factor, so you can connect 3.3V compatible Arduino shields.
- Drag-and-drop programming using mass storage over USB.
- Multifunction GPIO breakout supporting general I/O, UART, I2C, SPI, ADC & PWM functions.
- Multi-tune Buzzer to add audio alert into the project.
- SWD pins breakout for serial debugging.
For more Technical details visit
Connection DetailWhen RFID Shield mounted on ArdiPi
RFIDShield <-> ArdiPi
Transmit Pin <->GP1(Serial Rx of Pico W)
Relay <->GP5
Buzzer <->GP2
Software SetupDownload and install Thonny IDE
How to Run ScriptNow that we've reached this point, you're executing your script through Thonny IDE, so if you unplug Pico, it will stop running. To run your script without using an IDE, simply power up ArdiPi and it should run your script, go to step 3. Once you have transferred your code to the ArdiPi board, to see your script running, just plug in power either way using micro USB or via Vin, both will work.
How to move your script on pico W of ArdiPi- Click on File -> Save Copy -> select Raspberry Pi Pico, Then save file as main.py
In similar way you can add various python code files to Pico.
Comments
Please log in or sign up to comment.