image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

You’re already familiar with Arduino and Raspberry Pi?
You want to go further with those boards, and combine them to create more complex and powerful projects?
Welcome to this Raspberry Pi + Arduino course!
I will take you from an intermediate level on the two boards, to an advanced level, not only on each board, but on the combination of both.
At the end of the course, you will be able to create your own custom projects with Raspberry Pi and Arduino.
Note: his course is not for complete beginners, for example I will not explain to you how to write basic Python or C++ programs. You definitely don’t need to be an expert, but having a good understanding of both Arduino and Raspberry Pi will really help you get started.
→ Why this course?
Working only with Raspberry Pi, or only with Arduino, is already nice: you can do a lot of projects.
But sometimes, this is not enough. You will need to
combine the strength of both boards
: the power of software with Raspberry Pi (brain), and the closeness to hardware with Arduino (muscles).
When looking for tutorials/courses about this on the Internet, I found that they are all very simplified, and work with a very simplistic setup, and only for that setup. If you add any component, any functionality, you’re going to be stuck.
So in this course, you won’t get a copy/paste example, but a
complete (and efficient) step by step process to create any application with Arduino and Raspberry Pi
.
I will show you how to start a successful Serial communication between the 2 boards, and how to build an application with new components and features around this bridge.
→ How will you learn, how do I teach?
My method is simple but efficient:
WHY
: Focus on the “why” so you understand what you’re doing.
HANDS-ON
lessons to learn in a better way.
STEP BY STEP
: Every lesson is built on top of previous ones.
PRACTICE
with many activities and projects.
NO COPY AND PASTE!!!
I write all the code from scratch.
This teaching method actually works: I have already taught
17 000+ students in 150 countries, with 3500+ reviews over 4.5/5
.
Some reviews from my students - related to Raspberry Pi:

Edouard is an awesome instructor. The course is easy to follow but he makes you think all along the way. Great first class if you are interested in learning Raspberry Pi.
” --- Joel Bernstein

Awesome class! I highly recommend this class. Mr. Renard is a great instructor. The entire class is hands-on, which in my opinion is the best way to learn
.” --- Kirk Wynter

Really happy with the course. Exactly what I paid for and am pretty happy with my progress. I am getting exactly what is promised. Edouard is an excellent teacher.
” --- Jihad Anbous
Some other reviews - related to Arduino:

The course was excellent. Congratulations to Edouard. I had already worked through some of the projects in the Arduino projects book, but I still learned much more in this course. Thanks
.” --- Sholto Douglas

Halfway and still loving this course. The instructor is clear and teaches in such a way that you actually learn how to navigate, conceptualize, and write your own code rather than teaching from premade code. Outstanding work sir!
” --- Westley Bolton
→ What will you do in the course?
After an installation section to get all the tools ready for the course (including installing Arduino IDE on your Raspberry Pi OS), you will progress through 4 different parts:
Communicate with Serial between Raspberry Pi and Arduino.
Build the Arduino circuit for the project, one component at a time. Control Arduino components from the Raspberry Pi
Discover new Raspberry Pi functionalities - Camera and Telegram bot. Control the camera from the Arduino, and send commands to Arduino from a Telegram chat.
Complete Intercom Project (see preview video for an overview of the result).
For each part of the course (1-3), you get
several additional activities
, so you can practice on what you’ve just seen, and link the new knowledge with the previous sections.
For the final project, together we will design a complete communication protocol, and we will also practice on the steps design: basically, how to plan/organize your application before writing code. I will give you some
tips to help you design and organize your future projects
, so you can start them and know what you need to do, in what order. This is something super important that I don’t often see in other courses or tutorials, and I’ve made sure to focus on this when creating the steps for the final project.
So, you want to build more complex applications with Raspberry Pi and Arduino? Don’t wait any longer and start this course today!
As always, my goal is to give you the
freedom to start and finish your own projects
. With this freedom you won’t have to rely on some copy/paste examples from the internet, because you will have the foundation that allows you to really understand how things work, and build anything from scratch.
And that’s not all: all along the course I will share with you the
best practices
I personally use for my own projects. You will be able to create robust and scalable code - both for Arduino and Raspberry Pi.
Oh, and you also get a
30 days money-back guarantee
if you’re not fully satisfied - no questions asked :)
See you in the course!
Note - This course is not for you if:
You are a complete Arduino or Raspberry Pi beginner.
You want a copy/paste solution to your problems and don’t want to take the time to understand.
Who this course is for:
Students, Engineers, Researchers, Teachers, Developers, Hobbyists.
Arduino and/or Raspberry Pi makers who want to combine the 2 boards for more fun and complex projects.
Anyone interested in going further with Arduino and Raspberry Pi.
Anyone who wants to build serious robotics or home automation projects.

What you'll learn

Make Raspberry Pi communicate with Arduino, using Serial

Build a complete Intercom system with Raspberry Pi and Arduino

Use the Raspberry Pi as the “brain” and the Arduino as the “muscles” of your application

Understand the differences between Arduino and Raspberry Pi

Install and configure Arduino IDE on Raspberry Pi OS

Create a bidirectional Serial communication

Build a custom protocol to talk over Serial

Write code with Python 3 on Raspberry Pi and C++ on Arduino

Create a Telegram Bot with Python 3

Send notifications from your Raspberry Pi to your phone

Control Arduino from a Telegram chat

Practice a lot thanks to 9 activities and one big final project

Start directly with the best practices

Develop an engineer mindset when solving problems

Learn how to be more independent when working on your future projects

Understand the “why” behind things

Learn by doing and not just watching

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction
4
1.1-Welcome!
1.2-Raspberry Pi vs Arduino, Raspberry Pi and Arduino?
1.3-List of Materials for this Course
1.4-How to Follow the Course
2-Installation Steps
3
2.1-Intro
2.2-Install Raspberry Pi OS Without a Monitor - Recap
2.3-Install and Configure Arduino IDE on Raspberry Pi OS
3-PART 1 - Serial Communication Between Raspberry Pi and Arduino
8
3.1-Intro
3.2-Hardware and Software Setup for Serial
3.3-Initiate Serial Communication
3.4-Send Data from Arduino to Raspberry Pi
3.5-Send Data from Raspberry Pi to Arduino
3.6-Create a Bidirectional Communication
3.7-Debug Serial Communication if Can’t Connect
3.8-Retry Connecting with Python if Failed
4-PART 1 - Practice
7
4.1-Intro
4.2-Activity 01 - Power on/off Arduino LED from Raspberry Pi
4.3-Activity 01 - Solution
4.4-Activity 02 - Bidirectional Communication
4.5-Activity 02 - Solution
4.6-Activity 03 - Asynchronous Bidirectional Communication
4.7-Activity 03 - Solution
5-PART 2 - Arduino Functionalities (Hardware Components)
11
5.1-Intro
5.2-RGB LED - Circuit
5.3-RGB LED - Code
5.4-Push Button - Circuit
5.5-Push Button - Code (With Debounce)
5.6-Buzzer - Circuit
5.7-Buzzer - Code
5.8-LCD Screen - Circuit
5.9-LCD Screen - Code
5.10-Servo Motor - Circuit
5.11-Servo Motor - Code
6-PART 2 - Practice
7
6.1-Intro
6.2-Activity 04 - Debug Serial Using LCD Screen
6.3-Activity 04 - Solution
6.4-Activity 05 - Set RGB LED from the Raspberry Pi, when Pressing on Push Button
6.5-Activity 05 - Solution
6.6-Activity 06 - Sweep Servo From the Raspberry Pi
6.7-Activity 06 - Solution
7-PART 3 - Raspberry Pi Functionalities (Camera and Telegram Bot)
9
7.1-Intro
7.2-Camera - Hardware Setup
7.3-Camera - Software Setup
7.4-Camera - Get Photo with Python
7.5-Telegram Bot - Setup Telegram Account
7.6-Telegram Bot - Create a Bot and Save the Token
7.7-Telegram Bot - Handle Remote Commands
7.8-Telegram Bot - Send Notifications and Messages to Your Phone
7.9-Telegram Bot - Complete Program
8-PART 3 - Practice
7
8.1-Intro
8.2-Activity 07 - Send a Notification to Telegram when Arduino Board is Connected
8.3-Activity 07 - Solution
8.4-Activity 08 - Choose RGB LED Color and LCD Text From Telegram
8.5-Activity 08 - Solution
8.6-Activity 09 - Take Photos and Send Last One to Telegram when Button is Pressed
8.7-Activity 09 - Solution
9-PART 4 - Complete Intercom System (Final Project)
12
9.1-Intro - Project Overview
9.2-Step 1 (Protocol) - Define the Protocol we will Use (Serial, Telegram)
9.3-Step 2 (Arduino) - Init Hardware Components
9.4-Step 3 (Arduino) - Write to Serial when Button is Pressed
9.5-Step 4 (Arduino) - Get Commands from Serial and Execute Them
9.6-Step 5 (RPi) - Get Button Pressed Message from Serial
9.7-Step 6 (RPi) - Take Photo when Button is Pressed
9.8-Step 7 (RPi) - Send Message and Photo to Telegram
9.9-Step 8 (RPi) - Open the Door From Telegram
9.10-Step 9 (RPi) - Deny Access From Telegram
9.11-Step 10 (systemd) - Make the Intercom System Start on Boot
9.12-Project Conclusion - Going Further
10-Conclusion
3
10.1-Build an App with Raspberry Pi and Arduino - Step by Step Process Recap
10.2-What to do next
10.3-Bonus Lecture