Sunday

The HC-05 Bluetooth Module with Arduino

Using Bluetooth module with Arduino


Hello friends, let us learn how to connect a HC-05 Bluetooth Transmitter/ Receiver module with a Arduino Uno. And use it to communicate with a mobile smartphone to turn on/ off electrical load/equipment/light connected to the Arduino through a Relay.

The HC-05


I purchased this module from Amazon India. You can also find one for your self on this link.

Code Studio Course C 2018 Lesson 2 # Programming with Angry birds

After making a series of videos and articles on Code studio courses two years ago, I noticed that kids are still looking at the videos and visiting the articles as they appear in Google search. I also noticed that they are looking for the newer version of Code Studio courses. The latest version being (2018) as their 2019 version is still in development.

Not to leave them disappointed when they visit one of my blog articles of Code studio courses, I am making pages for the latest version of these courses. I am starting from Course C (2018) and cover as many courses as are available on Code Org. I hope you will like it as much as you did the previous versions.

  Although it is very easy and self explainatory, for the sake of continuity, I will cover this Lesson too.  These images are as big as they can be on my laptop. You can click on the images to view them enlarged if you need to. I welcome if you send me feedback in case you want to say something about this article.

Code Studio Course C 2018 Lesson 2

Programming with Angry birds


Puzzle 2
Puzzle 2

Monday

Controlling a 2 Channel Relay with Arduino

Hi friends, I am writing this post to reduce the length of the video I am posting on youtube. This article works as a companion of my videos on the same topic.

In this article let us learn how to use a 2 Channel Opto coupler relay with an Arduino Uno


This is a Typical 2 Channel opto coupler relay available on Amazon India. At least that is where I bought one. This is a 5v relay. That means you need to give it a supply of 5v for it to operate.  This relay needs supply on two pins.

Sunday

Programming a Tact switch in Arduino with xod

Hello friends, We will learn how to program a Tact Switch or a Push button in a Arduino project using xod.
The components we will be using for this are
1) Arduino board
2) a Breadboard
3) some wires
4) A Tact Switch
5) A LED
6) Resistors - 220 Ohm, and 10 Kilo Ohm

Thursday

Kodu Game Lab Tutorials


Kodu Game Lab is a free 3D games building software that uses blocks based programming similar to Scratch programming.

I will be making a series of introductory video Tutorials to help you get started with Kodu programming. I am making available the .kodu2 files of each tutorials form the link below. It is a zip file. Download it and extract anywhere. It will include all the Kodu2 files of the Tutorials I have made so far. If you already have Kodu Game Lab installed on your computer you can simply double click on the kodu2 file and start playing it.

If you do not have installed Kodu Game lab yet. You can get it from this link below
https://www.kodugamelab.com/ 

You can get the zip file of my Tutorials from this link 


Alice3 3D models Animations programming Tutorials

I am creating a series of video tutorials on Alice3 on Youtube. Alice3 is a free underappreciated free software from Carnegie Mellon University. It comes with Sims built in. Where you can create your own 3D Avatars and animate them and create Youtube videos with them.

I have made available all the Tutorial files along with these videos. I will give a link to download them from my Google Drive. It is a compressed Zip file containing all the a3p files of the Alice 3 tutorials.

Alice3 Tutorials Download

If you haven't installed Alice 3 on your computer then you can do it from the link below

http://www.alice.org/get-alice/alice-3/

You need to uncompress and copy all the a3p  files  in this folder below

Documents - Alice 3 - MyProjects

Try not to create any sub folder under MyProjects so that the Alice3 program can detect and display the files at the opening dialog screen.

Learn Python Easy Way - Print and Format

Let us look at some of the ways of using the print statement/function in Python.

print("amazon","Echo")
amazon Echo

Featured Post

Creating Games in Scratch for ICSE Class 6

An Introduction to Creating Games in Scratch  for ICSE Class 6 Hello friends, I hope you have already read the previous post on An Int...