eldrik

Results 10 comments of eldrik

There is no way to reboot the rc522 on its own. I could power cycle it wiring the 3,3v power line through an relay but there is no room left...

> @eldrik By any chance you have a Roborock S5 Max? Hi, yeah its an Roborock S50 with the floor wiping function I don't know if it is a max...

> From what i understand you do not use the open door relay so you can use the relay pin to restart the rc522 trough the opendoor mqtt command. Define...

> mfrc522.PICC_HaltA(); maybe it was this thread? https://forum.arduino.cc/index.php?topic=263865.0 There are 2 code examples how this could be achieved. Hmm I think I will try and flash an alternative software might...

I now flashed both esp-rfid readers with an alternative sketch where I used the implemented solution from the arduino forum post in combination with an incoming mqtt message for utilizing...

I fiddled the last days getting a w5100 Ethernet shield connected to an esp8266 and after some code changes (mostly on changing the serial switch to gpio 13 & 15...

yeah I created a fork https://github.com/eldrik/HeishaMonEth with binaries for W5100 & W5500 Shields. Regard the readme when it comes to available gpios & functions.

ok, figured it out. The coordinates that I figured out via the map feature are not the right ones, with those coordinates the target was outside of the map. Figured...

adding a note to the point running Heishamon and GoHeishaMon in parallel & available Set Commands. If setting HeishaMon to read only and GoHeishamon to read/write does not produce any...

ok got it, I had changed the Pin definitions D1 etc to 1 while it was complaining in the compilation phase, after changing them to the according board iopin there...