Skip to content

Instantly share code, notes, and snippets.

@AlexLPD
AlexLPD / programa_germiandora.ino
Last active April 17, 2018 18:56
Programa para germinadora.ino
/*
================================================================================
//control_de_germinadora.ino
================================================================================
File........... control_de_germinadora.ino
Purpose........ manage all capabilityes of a germination chamber
Author......... Alejandro Santiago Sevilla
E-mail......... ale.ikon.10@gmail.com
Started........ 14/04/2018
@AlexLPD
AlexLPD / Thermistor_read.txt
Last active March 13, 2018 17:19
thermistor_read_ABC_coeficients
//This is an example code on how to read a thermistor, the "Thermimistor.h" Lib out there only acepts Beta
//coeficient and in my case yield to incorrects results, this a way more accurrate way to read the
//thermistor, in case you have odd or wrong meassurements please follow this steps:
//
//For get the acurrate results for this code you will need;
//a multymeter, a NTC thermistor, another accurrate themperature
//probe meter.
//Step 1.- Set multimiter on resistance meassurement mode
@AlexLPD
AlexLPD / Big LCD Display Numbers
Created March 8, 2018 05:40
3 digits display number for 20x04 display with decimal degree and signum separator
//PROGRAMA QUE IMPRIME EL SIGNO Y TEMPERATURA EN
//NUMEROS DE 3 DIGITOS EN LCD
//CREADO POR: ALEJANDRO SANTIAGO SEVILLA
//01-01-2018 VERSION DE PRUEBA. APOYADO EN:
//PROGRAMA "SEPARAR UN FLOAT EN SIGNO Y INT"
/*
HACER UNA FUNCION QUE MIDA LA LONGITUD DE LA TEMPERATURA
PARA SABER QUE CASO DE IMPRESION SE VA A UTILIZAR, Y QUE