element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
1 Meter of Pi
  • Challenges & Projects
  • Design Challenges
  • 1 Meter of Pi
  • More
  • Cancel
1 Meter of Pi
Blog Blog# 6 EAS - System Designs -- Block diagram
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: skruglewicz
  • Date Created: 3 Nov 2020 5:01 AM Date Created
  • Views 1659 views
  • Likes 2 likes
  • Comments 8 comments
  • eas
  • 1meterofpi
  • 1meter of pi
Related
Recommended

Blog# 6 EAS - System Designs -- Block diagram

skruglewicz
skruglewicz
3 Nov 2020

image

BLOG# 6 -Edible Algae System - (Growing Spirulina in space)

System Designs -- Block diagram

This is my 6th blog post in a series of blog post for the Design Challenge 1 Meter of Pi

Updated version 1.3

<<<   PREVIOUS BLOG

NEXT  BLOG  >>>
Blog# 5 EAS - Research Temperature Sensor - DS18B20Blog# 7 EAS -  System Designs -- Software Design

 

    • System Designs -- Block diagram
  • INTRODUCTION
  • SYSTEM BLOCK DIAGRAM
  • Conclusion and summary

INTRODUCTION

  • In this blog, I wanted to map out the relationships in the System between the:
    • Raspberry PI
    • PICO HAT
    • Automation Hat Mini
      • Outputs from the hat
    • Enviro colimit Hat
      • Sensors, on the Hat
  • Water Temperature sensor probes.
  • WIFI
  • DB server,
    • Saving data to Mongo DB Atlas in the Cloud
    • Monitoring data over a timespan using Atlas Charts
  • I wanted to have one Pi connected to both hats and the Wiring image below, shows that. It's not pretty, but it works
  • Basically is a splitter breadboard for all the GPIO pins shared by both hats and there is a direct connection from the pins to the hats where they don't share.
  • The next Breadboard splitter, is used for the Water Temperature sensor. circuit and is connected to The main Splitter
  • The last Breadboard Splitter circuit, is used to implement the Three output switch's , to control the room light water pump and water heater.

 

SYSTEM BLOCK DIAGRAM

image

 

Conclusion and summary

  • This blog has summarized a high level design on how the PI, Hats, and other electrical components will be interconnected.
  • The implementation of this first pass has changed a bit:
    • the Hats are wired to one PI and the DB Server and Windows server, replaced with MongoDB Atlas in the cloud.
      • The Data is sent to Atlas using the Python Driver (pymongo),.over a wireless connection
      • The Data is monitored using Atlas Charts.
    • The PH sensor will not be implemented in this phase.
  • I plan on implementing  this design in a phase II implementation. I want this to be a self contained system without wireless connectivity. With a MongoDB server runing On another PI.

 

<<<   PREVIOUS BLOG

NEXT  BLOG  >>>
Blog# 5 EAS - Research Temperature Sensor - DS18B20

Blog# 7 System Designs -- Software Design

  • Sign in to reply

Top Comments

  • DAB
    DAB over 4 years ago +2
    What are you using for the Ph sensor? DAB
  • DAB
    DAB over 4 years ago in reply to skruglewicz +1
    That is why I asked. There are some very expensive solutions so I was curious if you have found an economical way to measure PH. DAB
  • feiticeir0
    feiticeir0 over 4 years ago in reply to DAB +1
    There are cheap PH sensors (around 18€) compatible with Arduino and Raspberry PI . I have one to be incorporated in my project. What I don't still know is if I can leave it in the solution all the time…
Parents
  • DAB
    DAB over 4 years ago

    What are you using for the Ph sensor?

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • skruglewicz
    skruglewicz over 4 years ago in reply to DAB

    Hi DAB

    i haven’t decided yet.

    it’s looking like the products I’ve seen on the Internet are pretty expensive for my budget I might just not do this option now. I’ll be sure to change my diagram.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 4 years ago in reply to skruglewicz

    That is why I asked.

    There are some very expensive solutions so I was curious if you have found an economical way to measure PH.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • skruglewicz
    skruglewicz over 4 years ago in reply to DAB

    OK I'll put that feature on my design back burner for now.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • feiticeir0
    feiticeir0 over 4 years ago in reply to DAB

    There are cheap PH sensors (around 18€) compatible with Arduino and Raspberry PI . I have one to be incorporated in my project. What I don't still know is if I can leave it in the solution all the time or not. Need to read a bit more about it.

    Here it is:

     

    https://www.aliexpress.com/item/1005001612930856.html?spm=a2g0o.productlist.0.0.6af86110B0Xwfm&algo_pvid=b80ac9e7-403f-42aa-acbf-3fcb9a385299&algo_expid=b80ac9e7-403f-42aa-acbf-3fcb9a385299-3&btsid=2100bb4916063199833871898edf6b&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 4 years ago in reply to feiticeir0

    I would be interested to see how long it lasts.

     

    These sensors are notorious for failing.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • DAB
    DAB over 4 years ago in reply to feiticeir0

    I would be interested to see how long it lasts.

     

    These sensors are notorious for failing.

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • skruglewicz
    skruglewicz over 4 years ago in reply to DAB

    OK DAB  I've noted your interest. Thanks Steve K

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube