This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
4.0.0:index [2020/09/20 03:01] admin [Wireless Coinslot] |
4.0.0:index [2024/02/04 01:20] (current) |
||
---|---|---|---|
Line 5: | Line 5: | ||
There are two ways you can install AdoPiSoft System into your machine: | There are two ways you can install AdoPiSoft System into your machine: | ||
- **[[4.0.0: | - **[[4.0.0: | ||
- | - **[[4.0.0: | + | - **[[4.0.0: |
Line 37: | Line 37: | ||
- | Command line installation is used when software image is not available for your board/ | + | Command line installation is used when software image is not available for your board/ |
**NOTE:** | **NOTE:** | ||
- | //Make sure to install a command-line OS only. OS's with desktop environment is not supported. For Raspberry Pi, this means the Raspbian Lite image. For Ubuntu, choose the Ubuntu Server ISO. Armbian is almost always command-line only.// | + | //Make sure to install a command-line OS only. OS's with desktop environment is not supported. For Raspberry Pi, this means the Raspbian Lite image. For Ubuntu, choose the Ubuntu Server ISO(16.04/ |
Connect your **LAN cable**, **keyboard**, | Connect your **LAN cable**, **keyboard**, | ||
Line 60: | Line 60: | ||
| | ||
For Raspberry Pi 3 & 4, OrangePi Zero/One/PC (armhf architecture): | For Raspberry Pi 3 & 4, OrangePi Zero/One/PC (armhf architecture): | ||
- | wget https:// | + | wget https:// |
- | sudo apt-get install ./ | + | sudo apt-get install ./ |
For x64 machines - VM' | For x64 machines - VM' | ||
- | wget https:// | + | wget https:// |
- | sudo apt-get install ./ | + | sudo apt-get install ./ |
| | ||
For RaspberryPi, | For RaspberryPi, | ||
Line 76: | Line 76: | ||
sudo systemctl disable ssh | sudo systemctl disable ssh | ||
- | Now, **reboot** your board/ | + | Now, **enable and start adopisoft service** and proceed to [[4.0.0: |
- | sudo reboot | + | sudo systemctl enable adopisoft |
+ | sudo systemctl start adopisoft | ||
Line 92: | Line 93: | ||
sudo chmod a+x ./ | sudo chmod a+x ./ | ||
sudo ./ | sudo ./ | ||
+ | --- if the above command failed, try the following: --- | ||
+ | bash ./ | ||
- | Then in the admin " | + | Then in the admin " |
Database Type: postgres | Database Type: postgres | ||
Line 223: | Line 226: | ||
- Select **GPIO** coinslot type | - Select **GPIO** coinslot type | ||
- Set alias //(ex. Frontyard Coin Slot)// | - Set alias //(ex. Frontyard Coin Slot)// | ||
- | - Set **GPIO Pin for Coin Acceptor** to **3** (or any [[ 4.0.0-beta.1: | + | - Set **GPIO Pin for Coin Acceptor** to **3** (or any [[4.0.0: |
- Set **GPIO Pin for Bill Acceptor** //(if you have bill acceptor)// | - Set **GPIO Pin for Bill Acceptor** //(if you have bill acceptor)// | ||
- Set the relay settings if you have a relay setup for inhibit pin // | - Set the relay settings if you have a relay setup for inhibit pin // | ||
Line 237: | Line 240: | ||
=== GPIO Numbering === | === GPIO Numbering === | ||
- | Please refer to [[4.0.0-beta.1: | + | Please refer to [[4.0.0: |
==== Serial Coinslot ==== | ==== Serial Coinslot ==== | ||
Line 244: | Line 247: | ||
=== Flash Arduino === | === Flash Arduino === | ||
2 ways to flash arduino | 2 ways to flash arduino | ||
- | - **[[4.0.0-beta.1: | + | - **[[: |
- | - **[[4.0.0-beta.1: | + | - **[[: |
=== Configuration === | === Configuration === | ||
Line 279: | Line 282: | ||
- Set **SECURITY TOKEN** //(This should match with the ESP8266' | - Set **SECURITY TOKEN** //(This should match with the ESP8266' | ||
- Flash your ESP8266 board. Please refer to [[4.0.0: | - Flash your ESP8266 board. Please refer to [[4.0.0: | ||
- | - Configure your ESP8266. Please refer to [[4.0.0: | + | - Configure your ESP8266. Please refer to [[: |
Line 308: | Line 311: | ||
- | < | + | **PIN D8** can be use for **Buzzer** or for **Physical Reset button** (use the correct binary file, suffix with D8-reset or D8-buzzer). |
- | If you want to add a **Reset Button**, | + | |
- | </nodisp> | + | For a **Reset Button**, |
+ | |||
+ | For a **Buzzer**, it usually has 3 wires 2 for power(+/-) and 1 for input which is PIN D8. Please refer to [[4.0.0: | ||
---- | ---- |