Entradas

Mostrando entradas de mayo, 2015

Material density detection system used to create wet wipes with Arduino 2/2

Imagen
Construction of the final prototype Components used The components used have been, per module: Density Bar 1 - Arduino Pro Mini 5v 4 - LDRs 4 - Resistors 1k 2 - PCB Terminal Blocks Communication bar 1 - Arduino Pro Mini 5v 1 - LM2596s DC-DC step down power supply module 2 - PCB Terminal Blocks 1 - Voltage regulator TIP220 1 - Heat Sink for TIP220 1 - Rectangular LED 6W 630lm 6500K COB 170 x 15 mm. Industruino 1 - Industruino PROTO kit 1 - Relay module Keyes_SR1 Arduino with screen 1 - Arduino UNO R3 1 - 16x2 Character LCD module with I2C 3 - Resistors 10k 2 - Resistors 220 1 - LED Red 1 - LED Green 3 - Buttons 1 - Relay module Keyes_SR1 Assembly of the circuit The Fritzing scheme is as follows: Density bar Circuit that manages the density bar This circuit is responsible for obtaining the measurements and send notifications to the communications bar for redirection. Communication bar Circuit that manages the c

Instalación y primeros pasos con Haroopress

Como dicen en su github: A static site generator built with Node.js, "Haroo" means "a day" Support Markdown presentation, Syntax Highlight, Themes Es un generador de páginas web estátias hecho con Node.js. Su web es: http://haroopress.com Si github es: https://github.com/rhiokim/haroopress Su uso se vuelve un poco complicado al principio, ya que su web y el site por defecto que este crea están en idioma coreano. Instalación requisitos previos: Los requerimientos prévios para la instalación son los siguientes: Node.js yum install nodejs Git yum install git Instalación Los pasos que he seguido para la instalación han sido los siguientes: Obtención del programa: Los comandos ejecutados han sido: mkdir haroopress_test git clone https://github.com/rhiokim/haroopress.git haroopress_test El resultado por pantalla ha sido Cloning into 'haroopress_test'... remote: Counting objects: 6758, done. remote: Total 6758 (delta 0), reused 0 (d