First connect to your router with Winbox Open System section Then scripts Create new script Add script :log info “Starting Script…”; :local sysname [/system identity get name]; :local smtpserv [:resolve. read more…
For sending emails from Mikrotik throw Gmail smtp server best way to use app password generated delicately for your client. Video First to generate password we need to go to. read more…
Small script to send frequently Log files to email. Video manual Text manual First go to Winbox Files and check that you have file log.0.txt If file not exists like. read more…
🔋 DIY 12V Portable Soldering Iron Battery Pack from Recycled Vape Cells 🔧 In this video, I’ll show you how I built a compact 12V lithium battery pack for my. read more…
This small script for Mikrotik will check is host/hosts online or offline and sends messages to email if host is down. # Comment in log that script starts :log info. read more…
SZ_IO62R2 have new code, new functionality. Main changes in code:- Added new functionality (on boot sends to Serial port status of outputs and inputs)- Outputs can be controlled independently- By. read more…
Small console utility to control SZ_IO62 controller Commands: -h – Show help list with commands./SZ_IO62R2 “COMMAND” or SZ_IO62R2.exe “COMMAND” – Send command to controller Command List: Input activation commands:sI1, cI1,. read more…
Fist install Pyinstaller package In the Windows Command Prompt, type the following command to install the pyinstaller package (and then press Enter): pip install pyinstaller Create python script youprogram.py print(“Compiled. read more…
This is small console app written on python. Simply add time when baby go to sleep and when wake up, app calculates time and saves to SQLite database. Source code. read more…
Please click on advertisement to support my YouTube channel and this Website
Mikrotik send mail from script without configured email client. (Migrated)
First connect to your router with Winbox Open System section Then scripts Create new script Add script :log info “Starting Script…”; :local sysname [/system identity get name]; :local smtpserv [:resolve. read more…
How to create password for Mikrotik email client in Google 2 factor authentication (Migrated)
For sending emails from Mikrotik throw Gmail smtp server best way to use app password generated delicately for your client. Video First to generate password we need to go to. read more…
Mikrotik script to send log files to email (Migrated)
Small script to send frequently Log files to email. Video manual Text manual First go to Winbox Files and check that you have file log.0.txt If file not exists like. read more…
DIY Portable Power Supply for TS100 Soldering Iron Using Recycled Vape Batteries
🔋 DIY 12V Portable Soldering Iron Battery Pack from Recycled Vape Cells 🔧 In this video, I’ll show you how I built a compact 12V lithium battery pack for my. read more…
Mikrotik ping script to check host online or offline (Migrated)
This small script for Mikrotik will check is host/hosts online or offline and sends messages to email if host is down. # Comment in log that script starts :log info. read more…
SZ_IO62 project page update 25.08.2021 (Migrated)
Added SZ_IO62 small video manual.
SZ_IO62R2 second revision of SZ_IO62 (Migrated)
SZ_IO62R2 have new code, new functionality. Main changes in code:- Added new functionality (on boot sends to Serial port status of outputs and inputs)- Outputs can be controlled independently- By. read more…
SZ_IO62R2 page updates BUG FIXing (Migrated)
Small update on SZ_IO62R2 page Added 1.01 code version with bug fix on stat function Added manual with fixed errors
SZ_IO62_serial (Migrated)
Small console utility to control SZ_IO62 controller Commands: -h – Show help list with commands./SZ_IO62R2 “COMMAND” or SZ_IO62R2.exe “COMMAND” – Send command to controller Command List: Input activation commands:sI1, cI1,. read more…
Create executable from Python Script with Pyinstaller (Migrated)
Fist install Pyinstaller package In the Windows Command Prompt, type the following command to install the pyinstaller package (and then press Enter): pip install pyinstaller Create python script youprogram.py print(“Compiled. read more…
Baby sleep awake time calculator (Migrated)
This is small console app written on python. Simply add time when baby go to sleep and when wake up, app calculates time and saves to SQLite database. Source code. read more…