top of page
Welcome to the Blog!
Search


Puriphico
Jun 17, 2021
communication functions in arduino: serial
This article details the ways an Arduino microcontroller can communicate with your computer through the various Serial functions. Serial...
276 views


Puriphico
Jun 16, 2021
digitalWrite(): digital functions in arduino programming (part 3)
digitalWrite(): Just as the purpose of the digitalRead() is to read a value of high or low of an input, the purpose of the digitalWrite...
73 views


Puriphico
Jun 15, 2021
digitalRead(): digital functions in arduino programming (part 2)
This article details the digitalRead() function in Arduino programming, explaining how it works and how to use it in your own sketches....
347 views


Puriphico
Jun 14, 2021
control structures in arduino programs (if, else, for, while, and more)
Pictured below is the general framework for the usage of control structures, which use conditions to determine the flow and order of...
657 views


Puriphico
Jun 14, 2021
pinMode(): digital functions in arduino programming (part 1)
pinMode: The pinMode() function is usually performed in the void setup() fragment of the code, and it serves the purpose of configuring...
868 views

Puriphico
Jun 13, 2021
update: auditory sensor calibration system in Puriphico device
Learn how I calibrated my device to better identify handwashing frequencies in unfamiliar settings.
84 views

Puriphico
Jun 13, 2021
update: on/off switch incorporation in Puriphico
As I make progress with the development of the prototype, I plan to keep a log here, in the blog, under the "Updates" category. Subscribe...
15 views

Puriphico
Jun 12, 2021
update: bluetooth connectivity in Puriphico device
Bluetooth connectivity has been enabled with the Puriphico device. Read here to learn how, with sample codes and videos demonstrating.
188 views


Puriphico
Jun 12, 2021
time functions in arduino programming
Delay() Pauses the program for a specified amount of milliseconds. Syntax is delay(ms). delayMicroseconds() Same as delay, but in...
55 views


Puriphico
Jun 11, 2021
comparison operators in arduino programming
Learn the basic comparison operators used when programming an Arduino microcontroller. Definition: Comparison operators are mathematical...
138 views


Puriphico
Jun 10, 2021
data types and conversions: variables in arduino programming (part 2)
This article details the most common data types used in Arduino programming. Data types: Array A collection of variables that can be...
120 views


Puriphico
Jun 9, 2021
constants: variables in arduino programming (part 1)
This article details the types of constants in Arduino programming Overview They are predefined expressions in the Arduino language, used...
105 views


Puriphico
Jun 8, 2021
introduction to Arduino code syntax
This article details the basic syntax for defining constants, including libraries, making comments, and using punctuation in your Arduino...
239 views


Puriphico
Jun 7, 2021
structuring your first Arduino Programs (tutorial)
Introduction: As a part of the Build-Your-Own program, Puriphico has introduced the "Learn" sub-category, which focuses on teaching...
60 views


Puriphico
Feb 25, 2021
at age 15, I founded a tech startup. here's what I learned.
The story of how I, a 15-year-old with no tech background, founded a tech startup to help my community battle the COVID-19 virus. What I...
149 views


Puriphico
Oct 23, 2020
lend the community a hand. a clean one. || the story of puriphico.
The story of how I, a high school student with no tech background, started a tech company to help my community battle the COVID-19 virus....
84 views


Puriphico
Aug 4, 2020
Coronavirus
The continuation of the COVID-19 pandemic - how proper handwashing can limit contractions of the virus. With the Coronavirus set to...
16 views


Puriphico
Jul 22, 2020
Introduction
Hello! Thanks for visiting our website! I appreciate your attention and hope you will continue to follow our journey through our website...
39 views


Puriphico
Jul 22, 2020
About The Product: What Does It Do?
In this photo, you can see my hands below the device (in a pre-mature stage), which is balanced on the sink faucet (not how actual setup...
37 views


Puriphico
Jul 22, 2020
About The Product: How Does it Work?
Here you can see a close-up of one of my latest embedded systems, using the ATtiny85 microprocessor. -- As you can see in the photo, I...
49 views
bottom of page