Virkey

Vote

Author: Pepe Aracil
Date: 03 Jul 2018
23
4

It aims to be a professional access control device.

Use cases:

* Garage door opener.

* Safe switch.

* Clocking machine.

Main characteristics:

* Asymmetric encryption algorithm libsodium: https://download.libsodium.org/doc/

* Unlimited users per device.

* Over-the-Air (OTA) firmware updates. The updates are transparent through users normal utilization. For example, when users open a garage door they send firmware chunks transparently. When all chunks are received, virkey hardware switches to new firmware version. This feature is crucial to fix potential security or functionality flaws.

* Supports complex time restriction rules.

* Android and iOS app (they are free but not open-source right now).

More...

Tags: Android   ESP32   lock   security   Garage door opener   iOS  

Android RFID Reader Demo

Vote

Author: D. Wickstrom
Date: 08 May 2015
20
5

!NOTE!!NOTE!!NOTE!!NOTE!!NOTE!!NOTE!

This app requires that the USB Host(aka OTG) feature is enabled on your phone/tablet.

I had to root my own tablet to enable OTG.

The user interface consists of a scrollable text area for output from the RFID reader and a single scan "Read" button.

In continuous scan mode the button is disabled.

Scan mode, timing parameters and LED state are set in a preference activity launched from the Settings menu item.

I wrote this app as an educational exercise in the use of various features of the Android platform. It is a work in progress, so check the link for newer versions of the .apk file.

More...

Tags: Android   RFID  

ESP8266-EVB app for Android with stream Video

Vote

Author: ignat99
Date: 15 Apr 2015
22
2

Stream Video app for Android with menu for switch light by ESP8266-EVB. Also on GitHub OS code for RPi Video Server and ESP-HTTPD with POST api and scan of local WiFi network.

More...

Tags: Android   ESP8266-EVB   ESP-HTTPD   Java   POST  

Pinguino Control

Vote

Author: Roberto Becerra
Date: 17 Sep 2013
31
2

Pinguino Control is an Android Application that controls an Olimex Pinguino PIC32 OTG board in real time, offering the possibility to act on every input and output available of this platform. The user can set Ports/Pins to input or outputs, plus setting their logic state. This App also offers control over the Analog Outputs (PWM) and monitoring of all Analog Inputs implemented on the board. Feedback is also provided, so the user can see what is happening in the board, regardless if it was caused by interaction with the App or directly on the hardware.

More...

Tags: PIC32   pinguino   Olimex   Android   OTG   App   Application   Control