steve gale

Results 21 comments of steve gale

So I have been having issues and contacted the help desk. They pointed me at _I believe that you are getting an error due to our documentation changes. Our team...

I have fixed this in my local copy,had to set rfid state , Still had some issues which have solved, had to edit (from memory) rfid.esp to set rfidstate to...

I have got this issue with the dev branch and a debug build. The hardware is okay because I rolled back to the version we use in our hackspace and...

I have investigated this with my MFRC522 reader and from what I can see rfidState is never set to card swiped. mfrc522Read updates the uid and type but does not...

When I made the above change "Beeper ON" was constantly being output on the serial interface making it difficult to see what was happening. This was caused by this line...

For some reason my SPIFSS was write protected, I reformatted the ESP and it has been ok. I am onto my next problem.

I think you would run out of memory. I have been looking at the dev branch . It allocates 512 bytes for a Jason dictionary which enables it to transmit...

Install vscode and platform io extension. Download code from GitHub and open in vscode, click on the “tick” icon to build. I posted this and then noticed the instructions on...

After talking it through with another hackspace member , instead of transmitting mqttPublishEvent(&root); it should be &json. this then outputs all 100 of our current members sequentially in separate messages,...

Has anyone got an example of a working python script to say open the door using MQTT. I have got a raspberry pi interfacing to the rfid system and it...