Python Archives - electroSome https://electrosome.com/tag/python/ You Inspire.....We Create..... Sun, 14 Jan 2018 15:18:08 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 Interfacing DS18B20 Temperature sensor with Raspberry Pi https://electrosome.com/ds18b20-sensor-raspberry-pi-python/ https://electrosome.com/ds18b20-sensor-raspberry-pi-python/#comments Mon, 09 Mar 2015 10:10:14 +0000 https://electrosome.com/?p=10938 DS18B20 is a commonly used temperature temperature sensor providing 9 bit to 12 bit digital Celsius temperature measurements. The sensor communicates over one wire bus. Each sensor has a 64 bit serial code enabling multiple sensors to be connected to the same one wire bus. The Raspberry Pi has drivers for one wired devices to […]

The post Interfacing DS18B20 Temperature sensor with Raspberry Pi appeared first on electroSome.

]]>
https://electrosome.com/ds18b20-sensor-raspberry-pi-python/feed/ 13
Interfacing EM-18 RFID reader with Raspberry Pi https://electrosome.com/em-18-rfid-reader-raspberry-pi/ https://electrosome.com/em-18-rfid-reader-raspberry-pi/#comments Fri, 20 Feb 2015 17:55:01 +0000 https://electrosome.com/?p=10716 RFID (Radio Frequency Identification) uses electromagnetic fields to read, monitor and transfer data from tags attached to different objects. It is not necessary that the cards are to be in visibility of the reader, it can be embedded in the tracked object. The tags can be actively powered from a power source or can be […]

The post Interfacing EM-18 RFID reader with Raspberry Pi appeared first on electroSome.

]]>
https://electrosome.com/em-18-rfid-reader-raspberry-pi/feed/ 33
Using Switch with Raspberry Pi – Python https://electrosome.com/using-switch-raspberry-pi/ https://electrosome.com/using-switch-raspberry-pi/#respond Mon, 26 Jan 2015 06:30:53 +0000 https://electrosome.com/?p=8783 I hope that you already go through our tutorial, LED Blinking using Raspberry Pi. Detecting switch statusĀ is one of the basic stepĀ in learning Raspberry Pi GPIO operations. Here we using Python programming language. I hope that you already installed Python GPIO Library in your Raspberry Pi, if not please follow our first tutorial LED Blinking […]

The post Using Switch with Raspberry Pi – Python appeared first on electroSome.

]]>
https://electrosome.com/using-switch-raspberry-pi/feed/ 0
Led Blinking using Raspberry Pi – Python https://electrosome.com/led-blinking-raspberry-pi/ https://electrosome.com/led-blinking-raspberry-pi/#comments Thu, 25 Sep 2014 09:50:54 +0000 https://electrosome.com/?p=8638 Led blinking is one of the beginner circuits which helps one to get acquainted with GPIO pins of Raspberry Pi. Here we use Python language to write the code for blinking Led at one second intervals. Components required One led 100 ohm resistor Jumper cables Raspberry Pi GPIO Specifications Output Voltage : 3.3V Maximum Output […]

The post Led Blinking using Raspberry Pi – Python appeared first on electroSome.

]]>
https://electrosome.com/led-blinking-raspberry-pi/feed/ 4
Flow Control in Python https://electrosome.com/flow-control-python/ https://electrosome.com/flow-control-python/#respond Wed, 20 Nov 2013 09:19:19 +0000 https://electrosome.com/?p=7296 What are Control Flow statements? We often come across situations in which we need to divert or change the usual sequential flow of execution. The flow control statements can be classified into Conditional Statements and Iteration Statements. The Conditional Statements selects a particular set of statements for execution depending upon a specified condition. While the […]

The post Flow Control in Python appeared first on electroSome.

]]>
https://electrosome.com/flow-control-python/feed/ 0
Getting Started with Python https://electrosome.com/getting-started-with-python/ https://electrosome.com/getting-started-with-python/#comments Fri, 12 Jul 2013 06:31:31 +0000 https://electrosome.com/?p=7020 What is Python? Python is an open source general purpose programming language. It is designed in such a way to improve software quality, developer productivity, program portability and component integration. Python gives more importance to its code readability and its syntax allows programmers to program their idea in fewer lines of code than other programming […]

The post Getting Started with Python appeared first on electroSome.

]]>
https://electrosome.com/getting-started-with-python/feed/ 4