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 Tag

CircuitBread PIC18F14K50 Tutorials
Drive a 1602 Character LCD | Embedded C Programming - Part 18

Hi again! In this tutorial we will not discover any new MCU modules. Instead we will learn how ...

Hi again! In this tutorial we will not discover any new MCU modules. Instead we will learn how to use the 1602 character LCD with the HD44780 driver. ...

Hi again! In this tutorial we will not discover any new MCU modules. Instead we will learn how to use the 1602 character LCD with the HD44780 driver. If you read the PIC10F200 ...

CircuitBread Renesas RA Tutorials
Renesas RA - 7. Renesas RA MCU “printf” function with a 1602 LCD

Hello again! This time we will have a quite simple but useful tutorial. On the RenesasRulz ...

Hello again! This time we will have a quite simple but useful tutorial. On the RenesasRulz forum there were several questions about how to connect a ...

Hello again! This time we will have a quite simple but useful tutorial. On the RenesasRulz forum there were several questions about how to connect a 1602 LCD to the RA MCU, and ...

Embedded C Programming PIC18F14K50 Tutorials
Make a Digital Piano with a Matrix Keyboard and Buzzer Using MCC | Embedded C Programming - Part 17

Hi there! Let’s keep exploring the Timer1 and ECCP modules of the PIC18F14K50 MCU using the ...

Hi there! Let’s keep exploring the Timer1 and ECCP modules of the PIC18F14K50 MCU using the MCC plugin but this time we will use the compare mode. ...

Hi there! Let’s keep exploring the Timer1 and ECCP modules of the PIC18F14K50 MCU using the MCC plugin but this time we will use the compare mode. Also, we will learn how to work ...

CircuitBread Renesas RL78 Tutorials
Renesas RL78 - 5. Interrupt Functions

Hi! Welcome back again to CircuitBread. In our previous tutorial, we discussed RL78 GPIOs and ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we discussed RL78 GPIOs and reviewed the code in our first project. I hope you have ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we discussed RL78 GPIOs and reviewed the code in our first project. I hope you have successfully programmed the 8 ...

CircuitBread Embedded C Programming PIC18F14K50 Tutorials
Make a Digital Piano with a Matrix Keyboard and Buzzer | Embedded C Programming - Part 16

Hi! In this tutorial we keep exploring the Timer1 and ECCP modules of the PIC18F14K50 MCU but ...

Hi! In this tutorial we keep exploring the Timer1 and ECCP modules of the PIC18F14K50 MCU but this time we will use the compare mode. Also, we will ...

Hi! In this tutorial we keep exploring the Timer1 and ECCP modules of the PIC18F14K50 MCU but this time we will use the compare mode. Also, we will learn how to work with the ...

Renesas RA - 6. Touch Button and PWM

Hi again! In the previous tutorial we learned how to use the visual FSP configurator and ...

Hi again! In the previous tutorial we learned how to use the visual FSP configurator and created a simple application that uses the external ...

Hi again! In the previous tutorial we learned how to use the visual FSP configurator and created a simple application that uses the external interrupt to control the button state. ...

CircuitBread Renesas RL78 Tutorials
Renesas RL78 - 4. General Purpose Input/Outputs (GPIOs)

Hi! Welcome back again to CircuitBread. In our previous tutorial, we examined the RL78/G14 FPB ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we examined the RL78/G14 FPB and created our first RL78 project. But we have not ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we examined the RL78/G14 FPB and created our first RL78 project. But we have not really discussed the code in ...

Measuring Distance With An Ultrasonic Sensor Using MCC | Embedded C Programming - Part 15

Hi there! In this tutorial we keep talking about the HC-SR04 sensor based distance meter. In ...

Hi there! In this tutorial we keep talking about the HC-SR04 sensor based distance meter. In the previous tutorial we created it without the MCC ...

Hi there! In this tutorial we keep talking about the HC-SR04 sensor based distance meter. In the previous tutorial we created it without the MCC module, and this time I’ll show ...

Measuring Distance With An Ultrasonic Sensor | Embedded C Programming - Part 14

Hi again! In this tutorial we will make the last device in this series that uses the 7-segment ...

Hi again! In this tutorial we will make the last device in this series that uses the 7-segment LED indicator. This time, we will create the ...

Hi again! In this tutorial we will make the last device in this series that uses the 7-segment LED indicator. This time, we will create the ultrasonic distance meter based on the ...

CircuitBread Renesas RL78 Tutorials
Renesas RL78 - 3. First Project

Hi! Welcome back again to CircuitBread. In our previous tutorial, we installed the e2 studio ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we installed the e2 studio IDE, GCC for Renesas RL78, and other tools that we can ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we installed the e2 studio IDE, GCC for Renesas RL78, and other tools that we can use to develop RL78 projects. ...

Build Your Own Digital Thermometer Using MCC | Embedded C Programming - Part 13

Hello! Today we will keep talking about the DS18B20 sensor and 7-segment LED indicator based ...

Hello! Today we will keep talking about the DS18B20 sensor and 7-segment LED indicator based digital thermometer but this time we will use the MCC ...

Hello! Today we will keep talking about the DS18B20 sensor and 7-segment LED indicator based digital thermometer but this time we will use the MCC for configuring the required MCU ...

CircuitBread Renesas RL78 Tutorials
Renesas RL78 - 2. Software Installation

Hi! Welcome back again to CircuitBread. In our previous tutorial, we discussed the RL78 family ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we discussed the RL78 family development environment, the hardware and software ...

Hi! Welcome back again to CircuitBread. In our previous tutorial, we discussed the RL78 family development environment, the hardware and software that you need in order to start ...

Build Your Own Digital Thermometer | Embedded C Programming - Part 12

Hello! This time we will make a digital thermometer based on the DS18B20 sensor and the ...

Hello! This time we will make a digital thermometer based on the DS18B20 sensor and the 7-segment indicator which we considered in tutorial 6 and ...

Hello! This time we will make a digital thermometer based on the DS18B20 sensor and the 7-segment indicator which we considered in tutorial 6 and tutorial 7. Actually, I already ...

CircuitBread Renesas RL78 Tutorials
Renesas RL78 - 1. Family Development Environment

Hi! Welcome back again to CircuitBread. In this second tutorial of our RL78 tutorial series, ...

Hi! Welcome back again to CircuitBread. In this second tutorial of our RL78 tutorial series, we are going to discuss the RL78 family development ...

Hi! Welcome back again to CircuitBread. In this second tutorial of our RL78 tutorial series, we are going to discuss the RL78 family development environment. We will learn about ...

Renesas RA - 5. Using External Interrupts

Hello! We will now continue studying the RA MCUs and the FSP configurator. This time, we will ...

Hello! We will now continue studying the RA MCUs and the FSP configurator. This time, we will add a new stack to the FSP and configure it. Initially, ...

Hello! We will now continue studying the RA MCUs and the FSP configurator. This time, we will add a new stack to the FSP and configure it. Initially, I was thinking that we can ...

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?