Mega 3 version now available!

27 views
Skip to first unread message

Arclight

unread,
May 4, 2012, 9:46:33 PM5/4/12
to open-acce...@googlegroups.com
Hi all,

I just wanted to let everyone know that the Open Access Mega 3 designs and firmware have been updated. Special thanks to Andrew Bingham and Michael Clive at the Mojave Makers for beta testing this and finding the bugs. You can download the new files at;

http://code.google.com/p/open-access-control/downloads/list

Thanks!


Arclight

David M. N. Bryan

unread,
May 7, 2012, 11:22:17 AM5/7/12
to open-acce...@googlegroups.com
Could the next version include the mega chip on this board? It that even possible? Would others want this as well?

krux

unread,
Feb 21, 2013, 5:35:49 PM2/21/13
to open-acce...@googlegroups.com
I noticed that there were a couple spots in the code where door 2 was being unlocked, but the timer for door1 was being set.  So you get the state where when you badge into door 2, it never relocks the door.

Here is the diff:

Index: Open_Access_Control_Mega_Hack_Factory_v3.ino
===================================================================
--- Open_Access_Control_Mega_Hack_Factory_v3.ino    (revision 172)
+++ Open_Access_Control_Mega_Hack_Factory_v3.ino    (working copy)
@@ -507,10 +507,10 @@
         }
       case 5:                                       //added allow keypad access for selected
         {
-          logAccessGranted(reader2, 2);           // Log and unlock door 1
+          logAccessGranted(reader2, 2);           // Log and unlock door 2
           alarmState(0);
           armAlarm(0);                            //  Deactivate Alarm                 
-          door1locktimer=millis();
+          door2locktimer=millis();
           doorUnlock(2);                          // Unlock the door.
           //         keypadGranted=1;
         }
@@ -563,7 +563,7 @@
        alarmState(0);
        armAlarm(0);                              //  Deactivate Alarm
        chirpAlarm(1);                           
-       door1locktimer=millis();
+       door2locktimer=millis();
        doorUnlock(2);                            // Unlock the door.
        keypadGranted=1;

David M. N. Bryan

unread,
Feb 26, 2013, 4:55:34 AM2/26/13
to open-acce...@googlegroups.com
Good catch!  Thanks!

I'll be committing this tonight!

-David


--
You received this message because you are subscribed to the Google Groups "Open Access Control" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-access-con...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages