// July 2015 ~ EDUCATION & TECHNOLOGY

Saturday, 11 July 2015

what is good education

when we heard the word education, a picture series runs on our mind in which we see schools, teachers, students or if if we are already done with our schooling then we thought of our school days. These whole things which I have described was part of our education. Education in all sections of this world defines by all these parameters schools+ teachers+ students.  Apart from these many other things may be there but these three things most...

Friday, 10 July 2015

Reservation in Education

Reservation in our education system , is considered to be a backbone to certain communities. These communities are Schedule Casts, Schedule tribe and OBC ( creamy and Non creamy). So why government is given these communities such special reservation in education as compared to general person. it all start with untouchablity, means in past schedule casts were treated to be untouchable. They didn't have rights in society same as upper caste peoples....

Thursday, 9 July 2015

Education system in India

India is a country of around 1.25 billion peoples of which 65% population is young, means india is young nation. To progress we must focus on youths because they will decide future of the nation. Education is primary and most important criterion for better india as if everyone in younger generation will get proper education than only India will prospected. In this direction from very first election till now government of India has done some...

Wednesday, 8 July 2015

INNER PEACE

When we heard this " inner peace", some positiveness comes automatically. In this busy and hectic life most of us are not happy; but we all wanted to be happy. So the question arises in our mind automatically; how to be happy. Is there any tool or machinary or government sceheme. The answer is NO. But let me tell you a screat, there is always a person who can make you happy and that special person ( or say great person) is YOU . you are the...

Tuesday, 7 July 2015

Effect of technology on education

In the words of "Nelson Mandela"- " education is the most powerful weapon which you can use to change the world". thinking of this deeply, when we thought changing the world by education, what does it mean? Simply it means, education teach people to think critically, positively. So the world can change. technology from some past decades is also changing; so is it right to say technology is changing the world? Yes of course. Technology...

Monday, 6 July 2015

[How to] Block Facebook Game Requests

Not everyone likes getting constant game requests from friends. This is a simple most effective way to completely block Facebook game requests. This tutorial is to be followed using and android or iPhone. 1. Open the Facebook app and tap on More on the bottom right, then scroll down and tap on Account Settings. 2. Scroll down and tap on Apps. 3. Now tap on Platform. 4. Finally under “Game invites and App Notifications”...

Saturday, 4 July 2015

Line Follower Robot using Arduino

This line follower robot is basically designed to follow a black line on a white surface. Any way the same project can be used to follow the opposite configuration with appropriate changes in the software. The entire hardware of this simple line follower robot using arduino can be divided into three parts. The sensor, arduino board and the motor driver circuit. Lets have a look at the sensor first. Sensor. The sensor consists of two LED/LDR...

Simple LED Projects using Arduino

This article is another step forward in learning more about Arduino. We have demonstrated 5 simple led based projects using arduino, which will help you to learn its basic concepts. 1. Blinking Two LED’s using Arduino As a beginner, if you have tried the “Hello World” program to blink an LED using Arduino; you can try to blink Two LED’s as next project. There are 14 I/O (input/output) pins in your Arduino uno board. These pins are numbered...

Fan Speed Controlled by Temperature and Arduino

I made this project because I wanted a way to automatically control the speed of a DC fan according to the temperature read by a LM35 sensor. I had a few problems with the PWM part mainly because the fan made a disturbing noise so I had to add a simple RC filter at the output of the PWM pin on the Arduino board. Arduino Sketch #include <LiquidCrystal.h> LiquidCrystal lcd(7,6,5,4,3,2); int tempPin = A1; //...

AVR Microcontroller (Atmega32) – An Introduction

Introduction to ATmega32 (AVR Series) 8bit Microcontroller In our days, there have been many advancement in the field of Electronics and many cutting edge technologies are being  developed every day, but still 8 bit micro controllers have its own role in the digital electronics market dominated by 16-32 & 64 bit digital devices. Although powerful micro controller with higher processing capabilities exist in the market, 8 bit microcontroller...

AVR Studio 4 and 5-Overview for Beginners

if you are reading this you might be interest in our complete tutorial from beginning . if yes Start from : AVR Microcontroller (Atmega32) – An Introduction For general purpose computers, programs written in one programming language can support different hardware configurations. But things are different for microcontroller.  Each family of micro controllers have its own unique type of hardware architecture, instruction sets, register...

ISP Programmer for ATmega32 Microcontroller

if you are reading this you might be interest from beginning , if yes start here : ATmega32 Microcontroller introduction So far I’ve discussed about the micro controller basics and the compiler software. I’ve yet not written anything about programming. ATmega32 series micro controllers support 3 types of programming   Parallel Programming   ISP Programming or serial Programming   Programming via JTAG Here...