electronico in #hive-196387 • 5 days agoTMR2: Closing the timers cycle EN/ESThe subject of timers has already occupied us enough content and it is necessary to close the cycle, so it is important to clarify the subject of timers, especially after having…electronico in #hive-196387 • 13 days agoTMR1: Time as a critical variable EN/ESThis article is focused on complementing the information provided in the article TMR1 Theoretical basis EN/ES , we will consider some applications where the speed with which a…electronico in #hive-196387 • 14 days agoTMR1 Theoretical basis EN/ESTMR0 is historically the first timer implemented in Microchip PIC microcontrollers, its usefulness is enormous within the range of applications that we can create with…electronico in #hive-196387 • 15 days agoTMR0 INTERRUPTION EN/ESAfter having seen the theoretical bases that describe the operation of TMR0, it is a good time to complement the information with a practical example and at the same time learn how to use thelectronico in #hive-196387 • 16 days agoTMR0 In PIC16F877A (Theoretical basis) EN/ESIn all the articles we have seen so far we have been using the delay_ms(time) instruction to generate delays when necessary. This instruction will count the time indicated…electronico in #hive-196387 • 18 days agoRB4-7 Interruptions // Special Edition 💪💪💪 EN/ESAfter almost 6 days absent (from writing) I have returned to continue here with you. This time I have gone above and beyond the usual to make a special dedication to all those…electronico in #hive-196387 • 23 days agoRB0 INTERRUPT ON PIC16F877A AT HIGH SPEED EN/ESAfter being introduced to interrupts at a theoretical level it is time to complement the knowledge with some practical applications, that is why today we will start with our…electronico in #hive-196387 • 25 days agoInterruptions [EN/ES]When we create a program the code is stacked in lines of code. The program is executed line by line and will only make jumps when a line contains an instruction that makes the…electronico in #hive-196387 • 26 days agoControlling an analog variable with PIC16F877A EN/ESWith all the content we have seen so far we are already able to create our first automatic control system, we already know how to handle discrete and analog inputs that can come…electronico in #hive-196387 • 28 days agoUsing ADC in PIC16F877a EN/ESAfter having studied the Discrete Input Handling and Discrete Output Handling on a microcontroller we should be able to create our firstelectronico in #hive-196387 • last monthAnalog-to-Digital Converter, ADC EN/ESAt this point it is necessary to refresh what we have been doing during all the articles belonging to the #electronica-ie series in which we are addressing in an orderly manner…electronico in #hive-196387 • last monthDriving an LCD with PIC16F877A EN/ESAfter having seen some theory about LCDs it is time to go into details about how to print text on LCDs using a microcontroller. For this we will use C language in the programming…electronico in #hive-196387 • last monthDISPLAYs LCDSo far we have seen two types of LED based displays, the first was the Display 7SEG in which it was only possible to print decimal numbers and a few other characters. Then we…electronico in #hive-196387 • last monthMatrix display control using PIC16F877a and C code EN/ESAfter a week with little activity I am back to resume learning about microcontrollers. Previously we presented what is a Matrix Display going into detail with its operation. Luego de una semanaelectronico in #hive-196387 • 2 months agoPresentando el Display MatricialYa iniciamos el tema de los Displays con el 7segmentos y ahora seguiremos avanzando con el Display Matricial. Básicamente estamos haciendo un recorrido por la historia de cómo ha…electronico in #hive-196387 • 2 months agoControlando 4 Dispalys 7SEG con PIC16F877a Usando lenguaje C.Saludos cordiales a todos mis estimados lectores, de nuevo tengo la dicha de escribir para todos ustedes. En el artículo pasado vimos alguna teoría sobre el Display 7SEGMENTESO…electronico in #hive-196387 • 2 months agoDISPLAY 7SegmenosLos Displays 7 segmentos son incluso más antiguos que yo así que explicarlos me hace sentir que estoy en la decada de los 90 o incluso antes cuando no habían muchas opciones en…electronico in #hive-196387 • 2 months agoManejo de Entradas en un PIC16F877a usando lenguaje CLuego de ver cómo se manejan las salidas usando Lenguaje C pudimos hacer nuestro primer programa para simular un semáforo. Ahora ha llegado el momento de ver cómo podemos…electronico in #hive-196387 • 2 months agoManejo de Salidas en un PIC16F877a usando lenguaje CEn los últimos temas nos hemos centrado de lleno en el aprendizaje sobre microcontroladores, sin embargo no debemos olvidar que los estamos estudiando como parte de un sistema…electronico in #hive-196387 • 2 months agoAntes de programar un microcontroladorSon muchos los conocimientos necesarios para diseñar circuitos con microcontroladores, sin embargo los hemos ido abordando poco a poco de la manera más simple posible. Iniciamos…