Es un kb de memoria: 1024 bytes = 1kb
¿Qué es un microcontrolador?
Introducción a los microcontroladores
Características comunes de microcontroladores PIC
Eligiendo un microcontrolador
Arquitectura de un microcontrolador
Comprar y programar tu primer microcontrolador
Componentes básicos para la programación de Microcontroladores
Módulos avanzados y especializados
IDE de desarrollo y los bits de configuración
Mi primer programa en C
Manejar entradas y salidas básicas
Cómo conectar un microcontrolador
Manejo de elementos de salida
Manejo de elementos de entrada y salida (pulsadores y leds)
Manejo de sensores digitales
Cierre del curso
Cierre del curso
To understand the fascinating world of microcontrollers, it is crucial to have taken basic courses that lay the necessary foundation. You should consider introductory circuits and basic electrical and electronics courses. These prerequisite courses will provide you with the essential knowledge to understand how microcontrollers work and how they interact with different electronic components. In addition, mastering some readable English is vital, as many references and documents, such as microcontroller datasheets, are mainly in English.
PIC 18 family microcontrollers are highly advanced 8-bit devices. These microcontrollers stand out for their functionalities and power optimization capabilities, such as:
Interrupts are a magical feature that allows a microcontroller to pause code execution to pay attention to high priority events. They are used to:
The oscillator in a microcontroller controls its operating speed. In the world of PIC18 microcontrollers, there is an internal oscillator of 16 MHz with an error margin of ±1%. The oscillator is also critical in applications where precise timing is crucial, and in such cases, more accurate external oscillators can be used.
Having an analog-to-digital converter (ADC) is essential for applications that require the conversion of analog to digital signals. Some important details about the converters include:
Modern microcontrollers, such as the PIC18, incorporate various peripherals and integral communication modules. These include:
These elements are essential to take full advantage of the capabilities of microcontrollers and enable the implementation of advanced technological solutions.
With this knowledge in mind, you will be well prepared to explore the vast possibilities offered by microcontrollers - don't stop there! Continue your learning and immerse yourself in this exciting world of electronics.
Contributions 8
Questions 0
Es un kb de memoria: 1024 bytes = 1kb
La arquitectura RISC (Reduced Instruction Set Computer): es un tipo de diseño de CPU generalmente utilizado en microprocesadores que tienen las siguientes características fundamentales: Instrucciones de tamaño fijo y presentadas en un reducido número de formatos.
Interrupciones: son una fuente de multiprogramación: el hardware es responsable de guardar el contexto de ejecución actual (es decir, los datos de la pila, el actual Contador de Programa y entre otras cosas) antes de cambiar al ISR.
Las interrupciones emulan un trabajo en paralelo en los microcontroladores, aunque realmente no sea paralelo, el proceso es secuencial.
Interesante los protocolos de comunicaion, pero soportaran CAN?
las interrupciones son siempre prioridad.
Excelente clase
Pregunta. ¿Cómo realizan la transcripción del audio? ¿Usan algún servicio de Google o AWS?
ME TIENE FASTIDIADO ESTA PLATAFORMA LOS VIDEOS SE TRABAN A CADA RATO Y NISIQUIERA SE PUEDE MANIPULAR LA CALIDAD PARA PODER TENER UNA MEJOR FLUIDES DE VIDEO
Want to see more contributions, questions and answers from the community?