top of page
Welcome to the Blog!
Search


Puriphico Progress Update, July 7
Hey all! For all returning readers, as you have likely noticed, it has been 7 months since I have last uploaded a blog post here! Many...
Puriphico
Jul 7, 2022
125


Puriphico celebrates the holidays with a winter-themed prototype
To celebrate the holidays, we decided to do something special! Read on to learn about our latest prototype with Christmas decorations! In...
Puriphico
Dec 22, 2021
77


Prototyping: .5 case design
The thinking behind my most recent prototype sketches revealed! Read more to see how I approach merging engineering and (hopefully) style.
Puriphico
Jun 27, 2021
75


Prototyping: .5 circuit design
Brief introduction to the Puriphico .5 custom Printed Circuit Board and how it operates with the code!
Puriphico
Jun 26, 2021
126

Prototyping: .5 programming
Learn all about the .5 prototype's new code! Audio calibration, bluetooth connectivity, and sensor coordination functioning cohesively!
Puriphico
Jun 25, 2021
108

Prototyping: Puriphico .5
My TOP SECRET plans/designs for the upcoming Puriphico prototype, including its code, custom PCB schematic, and case design.
Puriphico
Jun 24, 2021
215


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


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...
Puriphico
Jun 16, 2021
84


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....
Puriphico
Jun 15, 2021
354


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...
Puriphico
Jun 14, 2021
682


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...
Puriphico
Jun 14, 2021
886

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

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...
Puriphico
Jun 13, 2021
15

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.
Puriphico
Jun 12, 2021
188


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...
Puriphico
Jun 12, 2021
58


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


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...
Puriphico
Jun 10, 2021
121


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...
Puriphico
Jun 9, 2021
110


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


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...
Puriphico
Jun 7, 2021
60
bottom of page