Category Archives: Uncategorized

Using an Arduino with Python LESSON 17: Controlling Paddle Position with a Joy Stick

In this video lesson we show how to control the position of a game paddle in Python using data from a joystick controlled by Arduino. the data is passed from Arduino to Python, and then the position of the game paddle is dynamically adjusted in real time. On the arduino side, this is the code which we developed:

And on the Python side, this is the code which we used:

 

Using an Arduino with Python LESSON 16: Connecting and Using a Joystick with Arduino

 

In this video lesson we are working towards creating a 3D version of the classic Pong arcade game. In this session, we show how to read data from the joystick using the arduino.

The arduino code developed in this video is included for your convenience below:

 

Also, this is the vPython 3D simulation we have developed thus far:

 

Using an Arduino with Python LESSON 7: Measuring Temperature and Humidity With the DHT11


In this video lesson we show you how to wire up the most excellent DHT11 Temperature and Humidity Sensor. The video above takes you through the build and coding. Below, for your convenience is the code developed in the video

 

AI for Everyone LESSON 28: Storing and Loading Gesture Training Data in Mediapipe

In this video lesson we show how to train our model for different gestures, and how to store and load our training data. For your convenience, we include the code below we develop in this video.

 

Python 3D Graphics Tutorial 18: 3D Clock Model with Proper Hand Motion

 

In this lesson we create an Analog Clock Model with proper hand motion. The code developed in the lesson is shown below: