Difference between revisions of "Team:Newcastle/Developments"

Line 48: Line 48:
 
   <!-- about
 
   <!-- about
 
================================================== -->
 
================================================== -->
 
    <section id='Sensors' class="s-about">
 
 
        <div class="row section-header has-bottom-sep" data-aos="fade-up">
 
            <div class="col-full">
 
                <h1 class="display-1 display-1--light">Sensors</h1>
 
            </div>
 
        </div> <!-- end section-header -->
 
 
        <div class="row about-desc" data-aos="fade-up">
 
            <div class="col-full">
 
                <p class="about-para">Adding multiple sensors is a good way to collect a range of data for analysis purposes. Such as; Humidity, temperature, CO^2, PH level sensors. Which would allow for a greater control over the subject plant, in our case Arabidopsis. Which however would lead into a problem  with memory. Currently the system is run by a Arduino Uno which has Flash Memory 32 KB of which 0.5 KB used by, bootloader, SRAM 2 KB, EEPROM 1 KB. With the Lux sensor 80% of the flash memory is already taken. </p>
 
 
      <div class="row services-list block-1-3 block-tab-full">
 
 
            <div class="col-block service-item" data-aos="fade-up">
 
                <div class="service-icon">
 
                    <i class="icon-paint-brush"></i>
 
                </div>
 
                <div class="service-text">
 
                    <img src="https://static.igem.org/mediawiki/2018/a/a5/T--Newcastle--usb_schematic2.png" style="width:100%">
 
                    <p style="text-align:center"><br>Figure 1.0; Schematic of a standard USB cable.</p>
 
                </div>
 
            </div>
 
 
            <div class="col-block service-item" data-aos="fade-up">
 
                <div class="service-icon">
 
                    <i class="icon-paint-brush"></i>
 
                </div>
 
                <div class="service-text">
 
                    <img src="https://static.igem.org/mediawiki/2018/8/8e/T--Newcastle--wire.png" style="width:100%">
 
                    <p style="text-align:center"><br>Figure 1.1; Above is 4 exposed wires. Red is power, black is ground, and the white and green wires are the data lines. </p> 
 
                   
 
                </div>
 
            </div>
 
            <div class="col-block service-item" data-aos="fade-up">
 
                <div class="service-icon">
 
                    <i class="icon-paint-brush"></i>
 
                </div>
 
                <div class="service-text">
 
                    <img src="https://static.igem.org/mediawiki/2018/1/1d/T--Newcastle--arduino.png" style="width:100%">
 
                    <p style="text-align:center"><br>Figure 1.2; Schematic demonstrating how to power the Arduino and the LED's</p>
 
                   
 
                </div>
 
 
        </div>        <!-- end services-list -->
 
 
 
 
 
 
      </div>
 
        </div> <!-- end project-desc -->
 
 
        <div class="row about-stats stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
 
               
 
            <div class="col-block stats__col ">
 
                <h5>ROUGHLY</h5>
 
                <div class="stats__count">2</div>
 
                <h5>AMPS ARE PULLED</h5>
 
                <h5>FOR THE WHOLE SYSTEM</h5>
 
            </div>
 
            <div class="col-block stats__col">
 
                <h5>APPROXIMATELY</h5>
 
                <div class="stats__count">70</div>
 
                <h5>KWH OF POWER ANNUALLY</h5>
 
                <h5>USED TO POWER SYSTEM</h5>
 
               
 
            </div>
 
            <div class="col-block stats__col">
 
                <h5>PROVIDES UP TO</h5>
 
                <div class="stats__count">1700</div>
 
                <h5>LUX OF LIGHT</h5>
 
                <h5>TO GROW SEEDS</h5>
 
            </div>
 
            <div class="col-block stats__col">
 
                <h5>CONTAINS</h5>
 
                <div class="stats__count">120</div>
 
                <h5>INDIVIDUALLY ADDRESSABLE</h5>
 
                <h5>LOW-POWER LED'S</h5>
 
            </div>
 
 
        </div> <!-- end about-stats -->
 
 
   
 
 
    </section> <!-- end s-about -->
 
 
 
================================================== -->
 
 
  
 
  <section id='Storage' class="s-services">
 
  <section id='Storage' class="s-services">

Revision as of 17:03, 17 October 2018

Alternative Roots/Developments

Alternative Roots

Future Developments

Sensors

Adding multiple sensors is a good way to collect a range of data for analysis purposes. Such as; Humidity, temperature, CO^2, PH level sensors. Which would allow for a greater control over the subject plant, in our case Arabidopsis. Which however would lead into a problem with memory. Currently the system is run by a Arduino Uno which has Flash Memory 32 KB of which 0.5 KB used by, bootloader, SRAM 2 KB, EEPROM 1 KB. With the Lux sensor 80% of the flash memory is already taken.

Data Storage

In order to store data from the system the arduino needs a host shield. The ‘Mini Micro 3.3V’ would be suitable and there are plenty of forums online detailing the application of this device. [1]

With a memory stick attached, the system can record the data every hour. Later this can then downloaded onto a laptop and plotted showing if there are any fluctuations. Unfortunately this means we have to upgrade the Arduino model so we have enough memory to store the code for the extra sensors and the USB stick. There are a number of models that have more storage, Arduino Due has 512 KB flash memory and 96 KB SRAM. Which is more than enough for our project.


The engineers, hard at work trying to troubleshoot issues with the system.


The finished product, set to a rainbow function that cycles through various wavelengths of light





REFERENCES & ATTRIBUTIONS

1. Ardiuno, 23 Aug 2008; 'https://store.arduino.cc/arduino-pro-mini'

Attributions: Luke Waller, Umar Farooq