rfid VS RFmoggy

Compare rfid vs RFmoggy and see what are their differences.

rfid

Arduino RFID Library for MFRC522 (by miguelbalboa)

RFmoggy

NodeMCU ESP8266 CC1101 Sub1GHz OOK transmitter & brute forcer w/ pre-saved signals (e.g. TouchTunes Jukebox) (by gusgorman402)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rfid RFmoggy
17 1
2,686 82
- -
5.0 4.3
about 1 month ago about 1 month ago
C++ C++
The Unlicense -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rfid

Posts with mentions or reviews of rfid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Multiple RC522's Weird Behaviour
    2 projects | /r/arduino | 28 Nov 2023
    } } ``` I only get an output from the one connected to pins 10 and 9. Why is that? The array order cannot be the problem, since I swapped the two in the code and only the one connected to pins 10 and 9 works. I also tried using 2 variables instead of an array but that didn't help. I'm using the MFRC522 library but I also tried the v2. None work correctly. I would greatly appreciate any help, Thanks, Michael
  • Measure how much time an NFC tag stays on RC522
    1 project | /r/esp32 | 16 Sep 2023
    I'm trying to measure of much time does a specific NFC tag stays on the RC522 reader through an ESP32. I'm using MFRC522.h library to use the RFID module, but I don't know what some functions do as it's not very well documented...
  • How to use that RFID reader without any library? (esp32) I only wanna check if a tag is in range, I don't care that much to UID and that stuff...
    1 project | /r/arduino | 24 May 2023
    Oh man tricky subject to learn if you are a begginer. If you didn't try this library, you should check if it will work for you https://github.com/miguelbalboa/rfid. This guy made it so easy to learn from his code. It would help if you tell us witch board you are useing and what code did you write. But to sum up your dilema. You can't use IRQ pin for the thing you want, that first. Second if you want to write your code to just blink an LED when a card is near, the chip(the rfid chip info from the datasheet) needs to do this: 1. Do a slef-test 2. enabel the correct registers for it to just turn on 3. make the led blink when something is near. The self-test is maybe not needed but it worked for me so i included it in my code. In his library, MFRC522.cpp, you have on line 198 PCD_Init() function there he writes to some registers to enable them
  • RC522 and Transmitter
    2 projects | /r/arduino | 2 May 2023
  • Can a RF TRANSMITTER 433MHZ interfere with RFID MODULE RC522
    1 project | /r/arduino | 2 May 2023
    /* * -------------------------------------------------------------------------------------------------------------------- * Example sketch/program showing how to read data from a PICC to serial. * -------------------------------------------------------------------------------------------------------------------- * This is a MFRC522 library example; for further details and other examples see: https://github.com/miguelbalboa/rfid * * Example sketch/program showing how to read data from a PICC (that is: a RFID Tag or Card) using a MFRC522 based RFID * Reader on the Arduino SPI interface. * * When the Arduino and the MFRC522 module are connected (see the pin layout below), load this sketch into Arduino IDE * then verify/compile and upload it. To see the output: use Tools, Serial Monitor of the IDE (hit Ctrl+Shft+M). When * you present a PICC (that is: a RFID Tag or Card) at reading distance of the MFRC522 Reader/PCD, the serial output * will show the ID/UID, type and any data blocks it can read. Note: you may see "Timeout in communication" messages * when removing the PICC from reading distance too early. * * If your reader supports it, this sketch/program will read all the PICCs presented (that is: multiple tag reading). * So if you stack two or more PICCs on top of each other and present them to the reader, it will first output all * details of the first and then the next PICC. Note that this may take some time as all data blocks are dumped, so * keep the PICCs at reading distance until complete. * * @license Released into the public domain. * * Typical pin layout used: * ----------------------------------------------------------------------------------------- * MFRC522 Arduino Arduino Arduino Arduino Arduino * Reader/PCD Uno/101 Mega Nano v3 Leonardo/Micro Pro Micro * Signal Pin Pin Pin Pin Pin Pin * ----------------------------------------------------------------------------------------- * 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 * * More pin layouts for other boards can be found here: https://github.com/miguelbalboa/rfid#pin-layout */
  • Best RFID switches to use for an Arduino?
    1 project | /r/arduino | 26 Apr 2023
    I use this one: HiLetgo RFID Kit with this library: https://github.com/miguelbalboa/rfid
  • Smart Door Lock with BLE / NFC DIY
    1 project | /r/diyelectronics | 20 Mar 2023
    It's easy for experimentation, Arduino/Pi to this library https://github.com/miguelbalboa/rfid and a mfrc522 reader that uses the Mifare 1K standard.
  • Can the RC522 module read LF tags?
    1 project | /r/arduino | 19 Oct 2022
    Is this normal? or is it something wrong with the module or the code, I'm using the code example from this lib https://github.com/miguelbalboa/rfid
  • Arduino MEGA RFID RC522 - Firmware version 0x0 + communication error, please help!
    1 project | /r/arduino | 14 Aug 2022
    * This is a MFRC522 library example; for further details and other examples see: https://github.com/miguelbalboa/rfid
  • Flipper Zero – Portable Multi-Tool Device for Geeks
    6 projects | news.ycombinator.com | 20 Jul 2022
    Well sure, but if you just need one feature (eg. infrared "tv-b-gone"), and you already have an arduino at home, you just need an infrared led.

    https://create.arduino.cc/projecthub/mike-murray2/homemade-t...

    If you want to open garage doors, you just need a cc1101 and an esp8266

    https://github.com/gusgorman402/RFmoggy

    If you want to clone rfid cards, you need one of the cheap readers, an empty card an an arduino

    https://github.com/miguelbalboa/rfid/blob/master/examples/RF...

    Yes, it's ugly, but it's cheap.

RFmoggy

Posts with mentions or reviews of RFmoggy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-20.
  • Flipper Zero – Portable Multi-Tool Device for Geeks
    6 projects | news.ycombinator.com | 20 Jul 2022
    Well sure, but if you just need one feature (eg. infrared "tv-b-gone"), and you already have an arduino at home, you just need an infrared led.

    https://create.arduino.cc/projecthub/mike-murray2/homemade-t...

    If you want to open garage doors, you just need a cc1101 and an esp8266

    https://github.com/gusgorman402/RFmoggy

    If you want to clone rfid cards, you need one of the cheap readers, an empty card an an arduino

    https://github.com/miguelbalboa/rfid/blob/master/examples/RF...

    Yes, it's ugly, but it's cheap.

What are some alternatives?

When comparing rfid and RFmoggy you can also consider the following projects:

awesome-flipperzero - 🐬 A collection of awesome resources for the Flipper Zero device.

bankomatinfos - Android NFC app for reading some infos from Austrian Bankomat Cards (Maestro banking cards).

unleashed-firmware - Flipper Zero Unleashed Firmware

flipperzero-firmware - Flipper Zero firmware source code

NFC_Shield_DEV - Please use the PN532 library(http://goo.gl/rRQ56V)

VirtualWire - VirtualWire library for Arduino and other boards