Xerxes3rd
Xerxes3rd
It appears that megavolt85 knows how to properly shrink WinCE titles, and relayed that info to FamilyGuy (see here: https://www.obscuregamers.com/threads/gdemu-info.413/page-5). Until FamilyGuy is able to fix gditools, you are welcome...
SDA should be connected to D2.
For the ESP8266 and Wemos D1 Mini, the ESP pin 4 is the same as D2 and pin 0 is the same as D3, so those are identical. I suspect...
Try choosing "LOLIN(WEMOS) D1 R2 & mini". It's confusing, but (I believe) that's the proper choice for most D1 Minis. I double-checked the other open issues, and there are a...
Sorry, the version number is a revision of the MFRC522 chip itself- not the board. I would guess a lot of the boards being sold now have the version 2.0...
That's really interesting, because it definitely reads the tag after writing to verify that the write was successful. It also has to read the tag's ID before it can encrypt...
Unfortunately, I only adapted the library to support SPI, not I2C. I might be able to add I2C support but I only have older versions of the MFRC522, and the...
What browser and operating system are you using? It looks like the WebSocket is disconnecting for some reason. > On Jul 21, 2020, at 5:49 PM, Timothy wrote: > >...
Hmmm, I also use Chrome on Windows 10. In Chrome on Windows, can you open the Chrome developer tools (F12 should open it), try reading or writing an amiibo, and...
Interesting, might require some more debugging print statements (yay for no proper debugger). The main Wifiibo .ino application is the “example.” Copy/clone Wifiibo into your libraries folder, start/restart the Arduino...