
Learn to debug Arduino programs while coding, using Microsoft software to fix errors, monitor general purpose input output pins, inspect program flow, and print or adjust variable values during execution.
Educational Engineering Team
Team of skilled Engineers Sharing Knowledge with the World
Educational Engineering Team is a Leading Team in Microcontroller Industry, with over 13 Years of Experience in Teaching and Doing Practical Projects.
We strive to put all our hands-on experience in these courses. Instead of superficial knowledge - we go into the depth of the topic and give you the exact - step by step blueprint on how to tame simple as well as complex topics in easy and digestible bite-sized videos.
This real-world knowledge enables you to grasp knowledge easily, and you can apply this learning immediately to your life and projects.
Educational Engineering Team has been in the Programming and Microcontroller business since 2007. We have been part of many projects. Over the course of these years - we have gained a good insight into students’ and educators’ needs. We are passionate about sharing all our collective knowledge with you. As of 2018, we have already taught over 250k-THOUSAND students and counting.
Currently, we have more than 100+ Courses on Udemy
Educator and Author of "Educational Engineering".
Ashraf is an educator, Mechatronics engineer, electronics and programming hobbyist, and Maker. He creates online video courses on the EduEng YouTube Channel (More Than 4 Million View, 20k + Subscriber) and author of four Microcontroller books.
As a Chief Educational Engineer since 2007 at Educational Engineering Team, the company he founded, Ashraf’s mission is to explore new trends and technology and help educate the world and make it a better place.
Educational Engineering offers educational courses and Bootcamps, articles, lessons, and online support for electronics hobbyists, Programming hobbyists, Microcontroller hobbyists, STEM students, and STEM teachers.
That team also work as freelancer engineers, helping many students in their graduation projects, and provide guidance and consulting for many students over the years to help them kick-start their career.
Ashraf’s core skill is explaining difficult concepts through in a step by step easy to understand matter using video and text. With over 11 years of tertiary teaching experience, Ashraf has developed a simple yet comprehensive and informative style in teaching that students from all around the world appreciate.
His passion for Microcontrollers and Programming and in particular for the world of Arduino, PIC Microcontroller, Rasberry Pi has guided his personal development and his work through Educational Engineering.
Ashraf’s online courses have helped over 250,000 people from around the world to be better and to make a great career in the industry.
Educational Engineering Team offer Course on
Circuit Design, Simulation, and PCB Fabrication
Arduino, PIC Microcontroller, and Raspberry Pi
Programming in C, Python, and other programming languages
PLC Industrial Programming and Automation
3D Design and Simulation
ESP and IoT World
For more information use the links in the profile page to follow Educational Engineering Team and Ashraf’s latest innovations.
Download and install the official Arduino IDE from the Arduino website. Select the correct installer for Windows, macOS, or Linux, and learn to verify, upload, and run blinking LED examples.
Download and install Visual Studio from Microsoft, selecting the community 2017 version or the older 2010 release to create a visual interface for interacting with a microcontroller.
Install Visual Micro from the Visual Studio marketplace to enable Arduino debugging inside Visual Studio; restart the IDE to complete installation and start debugging.
Create an Arduino project in Visual Studio with Visual Micro, choose a blank example, set pin 13 as output, and implement a blink loop with delay and digitalWrite.
Configure the correct Arduino board model and serial port, then upload and run your sketch using Visual Studio with Visual Micro, and verify the blinking output.
Monitor and change Arduino sketch variables in real time by pausing execution with breakpoints, viewing values in the expression window, and appending =? to enable live edits.
Learn to monitor digital and analog Arduino pins graphically using the IDE's debugger and monitor features, and see how the panel reveals pin states after uploading code.
Learn how to Debug Your Arduino Code and fix code errors while developing your project without adding additional codes.
Are you tired from using Serial.print to debug your code and test whether a certain block works or not!?
Do you want an easy way to debug your Arduino Code without having to add extra lines of code each time?
Do you miss the breakpoints features that allow debugging with one click?
Are you looking for a way to tell if your code works or not, or if a variable reaches a certain value or not!?
Why you should take this course?
Learn how to Debug Your Arduino Code and fix code errors while developing your project without adding additional codes
This course is the perfect solution for developers who are having difficulty debugging their projects.
You'll learn about the basic components of a debugger, including variables, breakpoints, stepping through the code line by line, reviewing stack traces, inputting new values for variables, and more
Learn how to solve undefined issues with the debugger
Then This Course is for You
In this course, you will learn how to debug your code easily and effectively.
Why you should learn how to debug your Arduino program:
It's easier to find and fix errors as you write your code
No need for an extra line of Serial.print each time you want to know what's happening
Save time by graphically viewing Arduino Pins status.
Less effort by adding conditional debugging and viewing variables value inside memory and even have the ability to change the variable value during execution to test out different scenarios.
What you will learn in this course:
How to debug the Arduino code
How to view variables value in memory and view Arduino Pins graphically
How to use breakpoints and conditional debugging
Goal From This Course:
- Learn how to debug Arduino Codes
Required Materials
Arduino.
Arduino IDE (FREE)