Benutzer-Werkzeuge

Webseiten-Werkzeuge


infrastruktur:lounge:portal:portalv3

Dies ist eine alte Version des Dokuments!


Portal Version 3

Third iteration of the portal project (see white_box).

Real Portal-v3 at https://github.com/shackspace/Portal-v3.

OBSOLETE INFO BELOW

Planned changes

  • PCB instead of Perfboard
  • external watchdog chip
  • CAN-Bus interface (to shutdown-mon a.o.)
  • speaker instead of buzzer
  • improving the serial protocol of the AP
  • adding a name-field to the AP-DB

Description of changes

PCB instead Perfboard

As a starting point, the layout of @dop3j0e's Atmega32u4 breakout/development board v2 will be used. The rest of the curcuitry will be designed around it. This has the benefit of not having to design the tiny circuitry around the smt chip again.

The step from perfboard to PCB also has the benefit of having a clean circuit instead of some sort of constant construction site.

external watchdog chip

As experience showed, the possibility of the AP or the portalchip crashing is high. Right now, this is solved via a complete power reset so the AP and the chip reboot.

Since this is somehow problematic, when the shackspace is closed and someone tries to open the door from outside. When one of the devices crashes, said person has almost no possibility of rebooting the portal since it is mounted inside.

To solve this, a third device will be used to monitor the AP and the portalchip and powercycle the system if one of them goes down. The AP will send keepalives over serial to the portalchip. The portalchip will toggle a pin every x seconds if it receives the keepalives from the AP. If one of the two devices fail, the watchdog chip will just cut the powersupply via a relay and the whole system will reboot.

CAN-Bus interface

The shutdown-mon project team is building a device that monitors some parameters of the space and interrupts the shutdown (read: doorclose) process and alarms about the wrong parameter. To do so, the shutdown-mon needs an interface to the portal to be able to know if a shutdown has been initiated. Also there is a plan for building a Display that shows some information about the shutdown-mon and the portal. For this purpose, all devices will get a CAN-Interface. The benefits are that multiple devices can be on a single bus and communicate with each other.

Speaker instead of buzzer

Right now there is a buzzer in the portal which makes some noise to signal a status. It does so by beeping at different intervals/lengths. hadez wanted the possibility to produce different melodies for the different states to make the states more recognizable.

improving the serial protocol of the AP

The AP is able of sending commands to the portalchip e.g. to open/close the door. But it has no command frame to transfer the name of the keyholder. Also there is no frame for the keepalive.

These frames need to be implemented.

adding a name field to he AP-DB

The AP-DB just consists of a field for the member name, one for the members cryptokey and one for the expiration date of the dataset. A field for the name of the member needs to be added to the DB in ordner to be able to display the name on a display.

ToDo

  1. create page in projectwiki
  2. create schematic
  3. acquire parts
  4. create layout (preferably single sided)
  5. produce PCB
  6. populate PCB
  7. port arduino code of portalv2 to AVR-C for use on Atmega32u4
  8. assemble portal
infrastruktur/lounge/portal/portalv3.1510190488.txt.gz · Zuletzt geändert: 2017-11-09 02:21 von makefu