Advanced

This is for Advanced users.   The topics under this category will include multiple components, and some skill with programming.


Arduino Vape Box Mod (With WiFI) 1

Introduction to Arduino Vape Box Mod In this document, I will explain how I built my own arduino vape box mod.  This box will be based on PWM (Pulse Width Modulation).   Be aware that the purpose of the document is just to explain how I built my own box.   Read More »

Vape Mod

Siemens Simatic IOT2020 Configuration 2

Introduction to IOT2020 In this document, we will setup and configure the Siemens Simatic IOT2020 processor to be able to accept a simple “Blink” program using the Arduino IDE.   Although I believe the information in this document to be accurate, you assume all responsibilities for safety, and must verify Read More »

Inside IOT2020

Configuring a Database to log data for Arduino Projects

This document will walk you through my personal preference for creating an arduino database and tables to log data from your project to this database.  In this particular example, we will set this database up to log level, temperature, and humidity.   You will need to already have a server setup Read More »

Arduino Table Properties

Configuring WordPress

In this document, we will install WordPress to a server that you already have a server running in Linux, Apache2, Mysql (or MariaDB), and PHP.   If you do not have a server set up yet, you can refer to this document:  https://bryceautomation.com/index.php/configuring-virtual-private-server/ .   We will assume that you have Read More »


Configuring a VPS

In this document, we will configure a Virtual Private Server (VPS) using the service “Linode”.   This documentation is for example only.   The purpose of configuring this server is to interface with Arduino projects for logging and displaying data.  In this document, I will walk you through a step Read More »

vaLinux