NURDbar: Difference between revisions

From NURDspace
(The automated bar)
 
 
(22 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Project
{{Project
|ProjectSkills=programming
|Name=NURDbar
|ProjectStatus=Planning
|Skills=programming
|ProjectNiche=Software
|Status=R&D
|ProjectPurpose=Infrastructure
|Niche=Software
|Purpose=Infrastructure
|Picture=Nurdbar_failery.jpg
|Tool=No
|Location=Bij de bar
|Cost=Money euros and stuff
|Category=Food and Drink
}}
}}
== UPDATE ==
In ~september we switched to nooitaf's nurdbar version.
attempt at documentation ;
20:21:57 <@buZz> nooitaf: hoe kan profzon nu club mate cola aan de bar verkopen?
20:23:23 <@nooitaf> buZz: moment.. ik check ff goed
20:25:44 <@nooitaf> profzon (om in te loggen)
20:25:49 <@nooitaf> dan..
20:26:41 <@nooitaf> sell MATEBARCODE AMOUNT(INT) PRICE(FLOAT)
20:27:05 <@nooitaf> dus example
20:27:14 <@nooitaf> sell 0000000000 20 0.0
attempt #2 ;
* https://github.com/nooitaf/nurdbar/blob/master/MANUAL.md
== old shit ==
Using the [[BPM_Studio_Jukebox]], this project has been resurrected into a hybrid IRC client/payment management terminal.
'''DESIGN'''
IRC client identifies self as 'popcorn' and can be used by guests etc. to interact with the IRC channel.
* It also should allow anyone to be able to turn on/off the lights from inside the space itself.
The payment manager is switchable to on pressing TAB.
The database is held on postgresql.nurdspace.lan.
Identification is done by unique barcode - pre-defined in the DB. ([[LDAP]]-integration? We could store people's ID's in a field there)
Commands are entered by specific barcodes e.g. buy, sell, log out, etc.
* Multiples of items can be entered in text
Items are sold into the system after item identification (name, size, origin country, price if selling) and the seller is credited the value.
Items can then be bought out of the system by scanning your ID, then the item (and entering any multiples if desired)
New accounts/barcodes can be added by asking [[User:Talloak|Petraea]]
== Old News ==
We'd like to automate the bar, inspired by Bitlair. buZz has a barcode scanner, so we can set up a system where you identify yourself and identify your drink, and then the required amount of funds is automatically subtracted from your account.
We'd like to automate the bar, inspired by Bitlair. buZz has a barcode scanner, so we can set up a system where you identify yourself and identify your drink, and then the required amount of funds is automatically subtracted from your account.


Identification:
Identification:
-by barcode (if you're a regular);
* by barcode (if you're a regular);
-by typing your name in he terminal;
* by typing your name in he terminal;
-NFC-device?
* NFC-device?


The drinks will be identified by a barcode scanner.
The drinks will be identified by a barcode scanner.
== Update 16-4 ==
Just got the barcode scanner working on my MacBook w/ Lion. You want: http://changux.co/osx-installer-to-pl2303-serial-usb-on-osx-lio
== New system requirements ==
* Terminal based with keyboard and/or barcode scanner
* Database based
* Accept cash
* Accept card
* Balance
* Easy in use
* Gateway integration to add credit via iDeal/bank transfer or card
=== nice to have ===
* Intergration in to portal.nurdspace.nl
* Guest user so that visitors can also enjoy consumptions
=== Current Options ===
* Nooitaf's NURDbar (in testing)
* [https://www.strichliste.org/ Strichtliste]?
* [https://github.com/chaosdorf/mete Mete?]
=== On order ===
* Some Arduino clone with 2.4" screen
* CH-926 Coin acceptor
* Dual frequency scanner for the tags we use for door entry
* serial programmer for things like a SonOFF
=== Already there ===
* Barcode scanner
* Machine running the CLI/Enduser interface (with space shutdown script, still needs WOL or wake on power)
* Bill acceptor with wrong firmware (doesn´t nom Euro yet)
=== To be constructed ===
* A enclosure for the buckazoids that locks
* The back end

Latest revision as of 07:25, 30 December 2022

NURDbar
Nurdbar failery.jpg
Participants Bjornl
Skills programming
Status R&D
Niche Software
Purpose Infrastructure
Tool No
Location Bij de bar
Cost Money euros and stuff
Tool category Food and Drink

NURDbar

Nurdbar_failery.jpg {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::Money euros and stuff | }}

UPDATE

In ~september we switched to nooitaf's nurdbar version.

attempt at documentation ;

20:21:57 <@buZz> nooitaf: hoe kan profzon nu club mate cola aan de bar verkopen?
20:23:23 <@nooitaf> buZz: moment.. ik check ff goed
20:25:44 <@nooitaf> profzon (om in te loggen)
20:25:49 <@nooitaf> dan..
20:26:41 <@nooitaf> sell MATEBARCODE AMOUNT(INT) PRICE(FLOAT) 
20:27:05 <@nooitaf> dus example
20:27:14 <@nooitaf> sell 0000000000 20 0.0

attempt #2 ;

old shit

Using the BPM_Studio_Jukebox, this project has been resurrected into a hybrid IRC client/payment management terminal.

DESIGN

IRC client identifies self as 'popcorn' and can be used by guests etc. to interact with the IRC channel.

  • It also should allow anyone to be able to turn on/off the lights from inside the space itself.

The payment manager is switchable to on pressing TAB.

The database is held on postgresql.nurdspace.lan.

Identification is done by unique barcode - pre-defined in the DB. (LDAP-integration? We could store people's ID's in a field there)

Commands are entered by specific barcodes e.g. buy, sell, log out, etc.

  • Multiples of items can be entered in text

Items are sold into the system after item identification (name, size, origin country, price if selling) and the seller is credited the value.

Items can then be bought out of the system by scanning your ID, then the item (and entering any multiples if desired)

New accounts/barcodes can be added by asking Petraea

Old News

We'd like to automate the bar, inspired by Bitlair. buZz has a barcode scanner, so we can set up a system where you identify yourself and identify your drink, and then the required amount of funds is automatically subtracted from your account.

Identification:

  • by barcode (if you're a regular);
  • by typing your name in he terminal;
  • NFC-device?

The drinks will be identified by a barcode scanner.

Update 16-4

Just got the barcode scanner working on my MacBook w/ Lion. You want: http://changux.co/osx-installer-to-pl2303-serial-usb-on-osx-lio


New system requirements

  • Terminal based with keyboard and/or barcode scanner
  • Database based
  • Accept cash
  • Accept card
  • Balance
  • Easy in use
  • Gateway integration to add credit via iDeal/bank transfer or card

nice to have

  • Intergration in to portal.nurdspace.nl
  • Guest user so that visitors can also enjoy consumptions

Current Options

On order

  • Some Arduino clone with 2.4" screen
  • CH-926 Coin acceptor
  • Dual frequency scanner for the tags we use for door entry
  • serial programmer for things like a SonOFF

Already there

  • Barcode scanner
  • Machine running the CLI/Enduser interface (with space shutdown script, still needs WOL or wake on power)
  • Bill acceptor with wrong firmware (doesn´t nom Euro yet)

To be constructed

  • A enclosure for the buckazoids that locks
  • The back end