spark-bouncer icon indicating copy to clipboard operation
spark-bouncer copied to clipboard

🔑 IoT RFID + Spark Core based door access control system with full cloud immersion

Results 4 spark-bouncer issues
Sort by recently updated
recently updated
newest added

Can the spark core make a REST call to a local server when the door was opened? I'm running openhab as home automation and would love if the spark-bouncer could...

enhancement

just to check it out I flashed your firmware without changing anything and as soon as the spark bots up it opens the relay. When I switch on debugging and...

``` In file included from ../inc/spark_wiring.h:29:0, from ../inc/application.h:29, from MFRC522/MFRC522.h:77, from MFRC522/MFRC522.cpp:8: ../../core-common-lib/SPARK_Firmware_Driver/inc/config.h:12:2: warning: #warning "Defaulting to Release Build" [-Wcpp] #warning "Defaulting to Release Build" ^ MFRC522/MFRC522.cpp: In member function...

you write in the header: ``` * ************************************************************ * Connect RC522 module to following Spark Core pins: * RST -> A1 * SDA -> A2 * SCK -> A3 *...