Hello all.. Today i will show you how to install Os On Raspberry Pi and connect it to Linux OS.. First of all you need following items.. You can get these from studyembedded.com/Hot Stuffs!/Electronic Shop Raspberry...
Tuesday, 29 August 2017
Saturday, 26 August 2017

Digital Lock Using Arduino
Digital code locks are most common on security systems. An electronic lock or digital lock is a device which has an electronic control assembly attached to it. They are provided with an access control system. This...
Friday, 25 August 2017

Files In Python
In todays section we will see how we can create and do some operations on a file. to see the list of supported functions type dir(file) in prompt. see the following code below and understand.,I have...

Creating Modules in Python
In this section we will discuss how to create module in Python... what is a module? A module is a Python object with arbitrarily named attributes that you can bind and reference. Simply, a module is...
Thursday, 24 August 2017

LIN PROTOCOL Introduction & overview
LOCAL INTERCONNECT NETWORKLIN INTRODUCTION Many mechanical components in the automotive sector have been replaced or are now being replaced by intelligent mechatronical systems. A lot of wires are needed to connect these components. To reduce the...
Monday, 21 August 2017

Modules in Python
In this section we will discuss about ,lambda function and modules in Python. Lambda Function Lambda is an anonymous function,this function needs expressions and returns an object ,this function is not going to be created in...