Sven ProTech

Sven ProTech We build and sell desktop computers, pisonet computers, laptops and other computer accessories.

11/08/2026

New Game installed: Meccha Chameleon

27/07/2026

PC café game menu — ₱50/PC (or Diskless ₱500/10 seats)

Games • Movies • Save & Load • Color themes • Full branding
Runs from a shared folder. No monthly fee.

Watch the tour, then message us for licenses.
https://svenprotech.com/gamemenu/

Weekend Project: Modern Game Menu launchertech stack: Tauri + Angular
11/07/2026

Weekend Project: Modern Game Menu launcher
tech stack: Tauri + Angular

Weekend Project: added official game servers monitoring
05/07/2026

Weekend Project: added official game servers monitoring

Weekend Project: Network monitor
04/07/2026

Weekend Project: Network monitor

Weekend Project: Business Tracker
28/06/2026

Weekend Project: Business Tracker

24/05/2026

Weekend Project: COIN COUNTER MACHINE
Status: Prototype

Board: ARDUINO UNO

04/05/2026

3rd party LED display For Coinslot insert coin Tap to Ftech Centralized system.

Requirements:
- Fuxion LAB CB V5
- 12v 5A power supply
- TM1637 4-Digit 7-Segment Display Module.
- Arduino Uno
- USB 2.0 Type-A to Type-B (PRINTER USB CABLE)
- Arduino IDE code editor (installed on your PC)

WIRING DIAGRAM

Arduino → LED display

* Pin 3 → CLK
* Pin 4 → DIO
* GND → GND
* 5V → +5V

Arduino → coin slot (FUXION LAB CB)

* VIN → red wire (coin slot)
* Digital pin 2 → white wire (coin slot)
* GND → black wire (coin slot)”

Code:



SIGNAL_PIN 2 // Connect to COIN SIG on Fuxion board
CLK 3
DIO 4

TM1637Display display(CLK, DIO);

int totalAmount = 0;
int pulseCount = 0;
unsigned long lastPulseTime = 0;

void setup() {
// Passive mode: Listening only
pinMode(SIGNAL_PIN, INPUT);

display.setBrightness(0x0f);
display.showNumberDec(0);
}

void loop() {
// Monitor the shared signal line
if (digitalRead(SIGNAL_PIN) == LOW) {
pulseCount++;
lastPulseTime = millis();
while(digitalRead(SIGNAL_PIN) == LOW);
}

// Update display after the coin drop finishes
if (pulseCount > 0 && (millis() - lastPulseTime > 200)) {
totalAmount += pulseCount;
pulseCount = 0;
display.showNumberDec(totalAmount);
}
}

DIY nyo na lang. Paste nyo lang code sa Arduino code editor, youtube nyo na lang pano mag compile ng code, madali lang.

Mag aircon ta kay fullpack
18/04/2026

Mag aircon ta kay fullpack

Address

Door 5, NIGO Bldg. , Bus Terminal, PUROK Bangus, Dawis Digos City (before STL Main Office)
Digos
8002

Alerts

Be the first to know and let us send you an email when Sven ProTech posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Shortcuts

Share