<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://raspberry.kenet.or.ke/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ammuhia</id>
	<title>Raspberry Pi Min-Grant project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://raspberry.kenet.or.ke/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ammuhia"/>
	<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php/Special:Contributions/Ammuhia"/>
	<updated>2026-04-04T00:48:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=269</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=269"/>
		<updated>2015-07-13T20:42:36Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;Media:adc.pdf|(see pdf) provided&amp;amp;#x5D;&amp;amp;#x5D; for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|x215px|ADC setup]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Adcresult1.jpg|x215px|ADC sample result 1]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|ADC sample result 2]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual &amp;amp;#x5B;&amp;amp;#x5B;:media:instrumentation_manual|(see pdf)&amp;amp;#x5D;&amp;amp;#x5D; provided for this lab. Two weights (0.5 kg and 0.25 kg) are used for testing the system. The setup and sample results are shown below&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:Inst setup.jpg|x215px|Inst setup.jpg]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;[[File:Halfkg.jpg|x215px|Half kg weight]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;[[File:Halfres.jpg|x215px|Half kg weight results]]&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=268</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=268"/>
		<updated>2015-07-13T20:41:24Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/span&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;Media:adc.pdf|(see pdf) provided&amp;amp;#x5D;&amp;amp;#x5D; for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|x215px|ADC setup]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Adcresult1.jpg|x215px|ADC sample result 1]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|ADC sample result 2]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual &amp;amp;#x5B;&amp;amp;#x5B;:media:instrumentation_manual|(see pdf)&amp;amp;#x5D;&amp;amp;#x5D; provided for this lab. Two weights (0.5 kg and 0.25 kg) are used for testing the system. The setup and sample results are shown below&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:Inst setup.jpg|x215px|Inst setup.jpg]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;[[File:Halfkg.jpg|x215px|Half kg weight]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;[[File:Halfres.jpg|x215px|Half kg weight results]]&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=267</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=267"/>
		<updated>2015-07-13T20:40:08Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/span&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;Media:adc.pdf|(see pdf) provided&amp;amp;#x5D;&amp;amp;#x5D; for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|x215px|ADC setup]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Adcresult1.jpg|x215px|ADC sample result 1]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|ADC sample result 2]]&lt;br /&gt;
&lt;br /&gt;
&amp;amp;#x5B;&amp;amp;#x5B;File:ADC setup.jpg|left|ADC setup&amp;amp;#x5D;&amp;amp;#x5D;&amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;File:Adcresult1.jpg|x215px|Sample results&amp;amp;#x5D;&amp;amp;#x5D;&amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;File:Adcresult2.jpg|x215px|Sample result&amp;amp;#x5D;&amp;amp;#x5D;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual &amp;amp;#x5B;&amp;amp;#x5B;:media:instrumentation_manual|(see pdf)&amp;amp;#x5D;&amp;amp;#x5D; provided for this lab. Two weights (0.5 kg and 0.25 kg) are used for testing the system. The setup and sample results are shown below&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:Inst setup.jpg|x215px|Inst setup.jpg]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;[[File:Halfkg.jpg|x215px|Half kg weight]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;[[File:Halfres.jpg|x215px|Half kg weight results]]&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=266</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=266"/>
		<updated>2015-07-13T20:37:56Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;Media:adc.pdf|(see pdf) provided&amp;amp;#x5D;&amp;amp;#x5D; for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below &lt;br /&gt;
&lt;br /&gt;
&amp;amp;#x5B;&amp;amp;#x5B;File:ADC setup.jpg|left|ADC setup&amp;amp;#x5D;&amp;amp;#x5D;&amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;File:Adcresult1.jpg|x215px|Sample results&amp;amp;#x5D;&amp;amp;#x5D;&amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;File:Adcresult2.jpg|x215px|Sample result&amp;amp;#x5D;&amp;amp;#x5D;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual &amp;amp;#x5B;&amp;amp;#x5B;:media:instrumentation_manual|(see pdf)&amp;amp;#x5D;&amp;amp;#x5D; provided for this lab. Two weights (0.5 kg and 0.25 kg) are used for testing the system. The setup and sample results are shown below&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;[[File:Inst setup.jpg|x215px|Inst setup.jpg]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;amp;nbsp;[[File:Halfkg.jpg|x215px|Half kg weight]]&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;[[File:Halfres.jpg|x215px|Half kg weight results]]&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=265</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=265"/>
		<updated>2015-07-13T20:35:11Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt; Two labs are under development as follows &amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;Media:adc.pdf|(see pdf) provided&amp;amp;#x5D;&amp;amp;#x5D; for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt; The setup and sample results for this lab are shown below &amp;amp;#x5B;&amp;amp;#x5B;File:ADC setup.jpg|left|ADC setup&amp;amp;#x5D;&amp;amp;#x5D;&amp;lt;div&amp;gt;&amp;amp;#x5B;&amp;amp;#x5B;File:Adcresult1.jpg|x215px|Sample results&amp;amp;#x5D;&amp;amp;#x5D;&amp;amp;nbsp;&amp;amp;#x5B;&amp;amp;#x5B;File:Adcresult2.jpg|x215px|Sample result&amp;amp;#x5D;&amp;amp;#x5D;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual &amp;amp;#x5B;&amp;amp;#x5B;:media:instrumentation_manual|(see pdf)&amp;amp;#x5D;&amp;amp;#x5D; provided for this lab. Two weights (0.5 kg and 0.25 kg) are used for testing the system. The setup and sample results are shown below&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;[[File:Inst setup.jpg|x215px]]&amp;amp;nbsp;[[File:Halfkg.jpg|x215px|Half kg weight]]&amp;amp;nbsp;&amp;amp;nbsp;[[File:Halfres.jpg|x215px|Half kg weight results]]&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Halfres.jpg&amp;diff=264</id>
		<title>File:Halfres.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Halfres.jpg&amp;diff=264"/>
		<updated>2015-07-13T20:31:56Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Half kilogram weight results&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Half kilogram weight results&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Halfkg.jpg&amp;diff=263</id>
		<title>File:Halfkg.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Halfkg.jpg&amp;diff=263"/>
		<updated>2015-07-13T20:30:46Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Half kilogram weight&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Half kilogram weight&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Inst_setup.jpg&amp;diff=262</id>
		<title>File:Inst setup.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Inst_setup.jpg&amp;diff=262"/>
		<updated>2015-07-13T20:28:47Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Instrumentation setup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instrumentation setup&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=261</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=261"/>
		<updated>2015-07-13T20:22:43Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg|x215px|Sample results]]&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|Sample result]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/span&amp;amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual [[:media:instrumentation_manual|(see pdf)]] provided for this lab. Two weights (0.5 kg and 0.25 kg) are used for testing the system. The setup and sample results are shown below&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Instrumentation_manual.pdf&amp;diff=260</id>
		<title>File:Instrumentation manual.pdf</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Instrumentation_manual.pdf&amp;diff=260"/>
		<updated>2015-07-13T20:19:56Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Instrumentation Lab 2 manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instrumentation Lab 2 manual&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=259</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=259"/>
		<updated>2015-07-13T20:08:58Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg|x215px|Sample results]]&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|Sample result]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Real-time Remote Force Measurement and Recording'''&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;Telemetry is important in instrumentation as it enables collection of data from several&amp;amp;nbsp;measurement points at inconvenient locations or inaccessible areas transmit that data to&amp;amp;nbsp;a convenient location and present the several individual measurements in a usable form.&amp;lt;br/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The stain gauge on the principle that a resistance of a wire of a semiconductor is changed&amp;amp;nbsp;by elongation or compression due to externally applied stress. It is commonly used in the&amp;amp;nbsp;measurement of force , torque and displacement. The output signal of the strain gauge requires amplification and AD620 (operational amplifier) chip has been used for this purpose.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;After amplification, the signal is converted to digital form using similar procedure in lab 1 described above. &amp;amp;nbsp;WiFi network is used for transmission of the digital output from the remote location to the central control room. At the receiver side, data is first displayed on the monitor for purpose of real time monitoring. Its later stored in a database developed using mySQL.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;The procedure to be used is detailed in the lab manual (see pdf) provided for this lab.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:times new roman,times,serif;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=258</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=258"/>
		<updated>2015-07-13T19:55:17Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg|x215px|Sample results]]&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|Sample result]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=257</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=257"/>
		<updated>2015-07-13T19:54:02Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg|upright|Sample results]]&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|RTENOTITLE]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=256</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=256"/>
		<updated>2015-07-13T19:50:53Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg|upright|RTENOTITLE]]&amp;amp;nbsp;[[File:Adcresult2.jpg|x215px|RTENOTITLE]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=255</id>
		<title>File:Adcresult1.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=255"/>
		<updated>2015-07-13T19:47:22Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Ammuhia uploaded a new version of File:Adcresult1.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Results for ADC&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=254</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=254"/>
		<updated>2015-07-13T19:41:45Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg|upright|RTENOTITLE]]&amp;amp;nbsp;[[File:Adcresult2.jpg|RTENOTITLE]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=253</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=253"/>
		<updated>2015-07-13T19:38:45Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[Media:adc.pdf|(see pdf) provided]] for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;[[File:Adcresult1.jpg]]&amp;amp;nbsp;[[File:Adcresult2.jpg]]&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Adcresult2.jpg&amp;diff=252</id>
		<title>File:Adcresult2.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Adcresult2.jpg&amp;diff=252"/>
		<updated>2015-07-13T19:37:28Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: ADC sample result 2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ADC sample result 2&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=251</id>
		<title>File:Adcresult1.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=251"/>
		<updated>2015-07-13T19:36:18Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Ammuhia uploaded a new version of File:Adcresult1.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Results for ADC&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=250</id>
		<title>File:Adcresult1.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=250"/>
		<updated>2015-07-13T19:35:31Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Ammuhia uploaded a new version of File:Adcresult1.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Results for ADC&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=249</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=249"/>
		<updated>2015-07-13T19:32:05Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&amp;lt;/p&amp;gt;&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:larger;&amp;quot;&amp;gt;'''Analog to Digital Conversion'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic. A variable resistor is used as the source of the analogue signal and is connected to 5 V source.&amp;amp;nbsp;The analogue input (0 to 5 V) is fed to one of the 8 channels of the MCP3008. Other connections to be made are described in the lab manual &amp;amp;nbsp;[[:media:adc.pdf|(see pdf) ]]provided for this lab.&amp;lt;/p&amp;gt;&amp;lt;p style=&amp;quot;text-align: justify;&amp;quot;&amp;gt;By adjusting the variable resistor, different values of analog voltages are used for testing the converter. The output (digital equivalent in decimal form) is displayed on the monitor&amp;lt;/p&amp;gt;&lt;br /&gt;
The setup and sample results for this lab are shown below&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|left|ADC setup]]&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=248</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=248"/>
		<updated>2015-07-13T19:03:32Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&lt;br /&gt;
&lt;br /&gt;
In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&lt;br /&gt;
&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
#Analog to Digital Conversion&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic[[File:Mcp.png|right|RTENOTITLE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;The setup is as shown below&amp;amp;nbsp;[[File:ADC setup.jpg]]&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=247</id>
		<title>File:Adcresult1.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Adcresult1.jpg&amp;diff=247"/>
		<updated>2015-07-13T18:59:57Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Results for ADC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Results for ADC&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:ADC_setup.jpg&amp;diff=246</id>
		<title>File:ADC setup.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:ADC_setup.jpg&amp;diff=246"/>
		<updated>2015-07-13T18:56:38Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Ammuhia uploaded a new version of File:ADC setup.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Setup for Analogue to Digital Converter&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=245</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=245"/>
		<updated>2015-07-13T18:40:52Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&lt;br /&gt;
&lt;br /&gt;
In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&lt;br /&gt;
&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
#Analog to Digital Conversion&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic[[File:Mcp.png|right|RTENOTITLE]]&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|right|upright|Analogue to Digital Converter setup]]&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=244</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=244"/>
		<updated>2015-07-13T18:38:05Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&lt;br /&gt;
&lt;br /&gt;
In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&lt;br /&gt;
&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
#Analog to Digital Conversion&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic[[File:Mcp.png|right|RTENOTITLE]]&lt;br /&gt;
&lt;br /&gt;
[[File:ADC setup.jpg|right]]&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:ADC_setup.jpg&amp;diff=243</id>
		<title>File:ADC setup.jpg</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:ADC_setup.jpg&amp;diff=243"/>
		<updated>2015-07-13T18:36:16Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: Setup for Analogue to Digital Converter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Setup for Analogue to Digital Converter&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=242</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=242"/>
		<updated>2015-07-13T18:17:53Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&lt;br /&gt;
&lt;br /&gt;
In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&lt;br /&gt;
&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
#Analog to Digital Conversion&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; Most of signals from sensros are analogue in form. Raspberry Pi being a microprocessor based systems handles only digital signals. It has no inbuild analogue to digital &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; converter. This necessitates for development of an analogue to digital converter in instrumentation.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;MCP3008 analogue to digital converter chip is used in this work. It is a 10 bit, 8 channel IC as shown in the schematic[[File:Mcp.png]]&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Mcp.png&amp;diff=241</id>
		<title>File:Mcp.png</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Mcp.png&amp;diff=241"/>
		<updated>2015-07-13T18:10:23Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: MCP3008 schematic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MCP3008 schematic&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=File:Adc.pdf&amp;diff=240</id>
		<title>File:Adc.pdf</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=File:Adc.pdf&amp;diff=240"/>
		<updated>2015-07-13T17:49:36Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
	<entry>
		<id>https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=239</id>
		<title>Instrumentation</title>
		<link rel="alternate" type="text/html" href="https://raspberry.kenet.or.ke/index.php?title=Instrumentation&amp;diff=239"/>
		<updated>2015-07-13T17:43:42Z</updated>

		<summary type="html">&lt;p&gt;Ammuhia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;span style=&amp;quot;font-size:large;&amp;quot;&amp;gt;Instrumentation&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
This course is taught in the third year of the electrical engineering curriculum. The course mainly deals with transducers for non-electrical quantities and their application to measurement of primary variables. Other areas covered in this course include signal conditioning, remote sensing techniques, microprocessor applications in instrumentation, noise and interference reduction, data storage, recording and display systems.&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
We aim to develop a laboratory exercise that will introduce the students to signal conditioning and remote sensing. Remote sensing is important in instrumentation as it enables collection of data from measurement points at inconvenient locations.&lt;br /&gt;
&lt;br /&gt;
In this lab, the students will use a strain gauge to measure forces and transmit data to a different location via a wireless module. The Raspberry Pi will receive the data, perform signal conditioning and display the measurements.&lt;br /&gt;
&lt;br /&gt;
Two labs are under development as follows&lt;br /&gt;
&lt;br /&gt;
#Analog to Digital Conversion&lt;/div&gt;</summary>
		<author><name>Ammuhia</name></author>
		
	</entry>
</feed>