FB pixel
Tutorials page banner

Electronics Tutorials

Freshly launched – our electronics video tutorials series.

Search tutorials

Refine

Freshly launched content! We'll be adding more on a regular basis.

 Question, comment or suggestion?

Microcontroller Basics

PIC10F200 Microcontroller
How to Use a Simple Microcontroller Series Intro (PIC10F200) - Part 1

These microcontroller tutorials come from the idea of making some cool things using the most ...

These microcontroller tutorials come from the idea of making some cool things using the most simple and primitive microcontroller possible. So, if ...

These microcontroller tutorials come from the idea of making some cool things using the most simple and primitive microcontroller possible. So, if you want to learn about ...

PIC10F200 Microcontroller
Equipment for our Simple Microcontroller tutorials (PIC10F200) - Part 2

While the microcontroller is the brains of a project, there are a lot of other things required ...

While the microcontroller is the brains of a project, there are a lot of other things required for a functional circuit. So, let’s first figure out ...

While the microcontroller is the brains of a project, there are a lot of other things required for a functional circuit. So, let’s first figure out what we will need to develop ...

Microcontroller Architecture - Part 3 Simple Microcontroller (PIC10F200)

Hi again and welcome back! In this tutorial, I will provide more detailed information about ...

Hi again and welcome back! In this tutorial, I will provide more detailed information about the PIC10F200 microcontroller so you understand exactly ...

Hi again and welcome back! In this tutorial, I will provide more detailed information about the PIC10F200 microcontroller so you understand exactly what we’re doing and why. The ...

Learning Basic Microcontrollers Part 4
Circuit Setup / MPLAB X IDE - Part 4 Simple Microcontroller (PIC10F200)

This is the last microcontroller tutorial before we load some code on the microcontroller and ...

This is the last microcontroller tutorial before we load some code on the microcontroller and start actually doing things! It’s very exciting. In ...

This is the last microcontroller tutorial before we load some code on the microcontroller and start actually doing things! It’s very exciting. In this tutorial, I will provide ...

Microcontroller Basics Part 5
The First Assembly Program - Part 5 Simple Microcontroller (PIC10F200)

Hi there! This is an auspicious moment. In this microcontroller tutorial, we start applying ...

Hi there! This is an auspicious moment. In this microcontroller tutorial, we start applying what we’ve learned and make things happen. This is our ...

Hi there! This is an auspicious moment. In this microcontroller tutorial, we start applying what we’ve learned and make things happen. This is our first tutorial devoted to ...

Microcontroller Basics Part 6
How to Blink an LED - Part 6 Microcontroller Basics (PIC10F200)

Welcome back! I hope your first experience with the Assembly language was pleasant, that it ...

Welcome back! I hope your first experience with the Assembly language was pleasant, that it got you excited, and now you are looking forward to more ...

Welcome back! I hope your first experience with the Assembly language was pleasant, that it got you excited, and now you are looking forward to more and more interesting programs. ...

Creating a PWM in Assembly - Microcontroller Basics (PIC10F200)
Creating a PWM in Assembly - Part 7 Microcontroller Basics (PIC10F200)

Hi there and welcome back! In tutorial 6, we made an LED blink and this time, we’re going to ...

Hi there and welcome back! In tutorial 6, we made an LED blink and this time, we’re going to control the LED again but, unlike last time, we will not ...

Hi there and welcome back! In tutorial 6, we made an LED blink and this time, we’re going to control the LED again but, unlike last time, we will not just blink the LED but ...

Musical Microcontroller - Microcontroller Basics (PIC10F200)
Musical Microcontroller - Part 8 Microcontroller Basics (PIC10F200)

Hi again! This time we’ll put the LEDs aside and try something new. We will play music using a ...

Hi again! This time we’ll put the LEDs aside and try something new. We will play music using a buzzer. Interestingly, some of the basic concepts are ...

Hi again! This time we’ll put the LEDs aside and try something new. We will play music using a buzzer. Interestingly, some of the basic concepts are the same as with the LEDs but ...

Button Inputs - Microcontroller Basics (PIC10F200)
Button Inputs - Part 9 Microcontroller Basics (PIC10F200)

Hi again! After the meaty last tutorial, I think it would be good to rest a bit and consider ...

Hi again! After the meaty last tutorial, I think it would be good to rest a bit and consider something relatively easy and short. Also, I haven’t ...

Hi again! After the meaty last tutorial, I think it would be good to rest a bit and consider something relatively easy and short. Also, I haven’t provided a homework solution this ...

Christmas Lights Special - Microcontroller Basics (PIC10F200)
Christmas Lights Special - Microcontroller Basics (PIC10F200)

Ho! Ho! Ho! Christmas is coming soon, so it’s time for some magic. And I’ll show you some real ...

Ho! Ho! Ho! Christmas is coming soon, so it’s time for some magic. And I’ll show you some real magic today. As we all want to feel relaxed before the ...

Ho! Ho! Ho! Christmas is coming soon, so it’s time for some magic. And I’ll show you some real magic today. As we all want to feel relaxed before the Christmas holidays, I won’t ...

Servo motor, indirect addressing, and electronic lock - Part 10 Microcontroller Basics (PIC10F200)

Hi there! After the last two tutorials, we are confident about dealing with buttons. Today, ...

Hi there! After the last two tutorials, we are confident about dealing with buttons. Today, we’ll expand this knowledge and learn how to check the ...

Hi there! After the last two tutorials, we are confident about dealing with buttons. Today, we’ll expand this knowledge and learn how to check the state of the several buttons at ...

Communicating with a PC using UART - Part 11 Microcontroller Basics (PIC10F200)

Hello again! This time we will try to establish the connection between the PIC10F200 ...

Hello again! This time we will try to establish the connection between the PIC10F200 microcontroller and a typical personal computer. Obviously, we ...

Hello again! This time we will try to establish the connection between the PIC10F200 microcontroller and a typical personal computer. Obviously, we can’t connect it to the PC ...

Bluetooth Controlled Robot - Part 12 Microcontroller Basics (PIC10F200)

Hi! The time has come to have some fun! After the “meaty” tutorial devoted to the UART, we ...

Hi! The time has come to have some fun! After the “meaty” tutorial devoted to the UART, we need to relax and make something interesting. Thus, I ...

Hi! The time has come to have some fun! After the “meaty” tutorial devoted to the UART, we need to relax and make something interesting. Thus, I decided to show you how you can ...

Line Following Car - Part 13 Microcontroller Basics (PIC10F200)

Hi again! In the previous tutorial we started to learn how to make a robot. Last time, it was ...

Hi again! In the previous tutorial we started to learn how to make a robot. Last time, it was radio-controlled. This time, we will make it move ...

Hi again! In the previous tutorial we started to learn how to make a robot. Last time, it was radio-controlled. This time, we will make it move automatically without our ...

Obstacle Avoidance Robot - Part 14 Microcontroller Basics (PIC10F200)

Hi there! This is the final “robot” tutorial I want to share with you. If you remember, our ...

Hi there! This is the final “robot” tutorial I want to share with you. If you remember, our robot still has a “head” with the “eyes”, and this time ...

Hi there! This is the final “robot” tutorial I want to share with you. If you remember, our robot still has a “head” with the “eyes”, and this time we will give the robot some ...

Freshly launched content! We'll be adding more on a regular basis.

 Question, comment or suggestion?
Make Bread with our CircuitBread Toaster!

Get the latest tools and tutorials, fresh from the toaster.

What are you looking for?