diff --git a/public/final-project.html b/public/final-project.html index 37d736be2379a0bcf6a8286546a9036e6e6dfcab..afcfd106afd9d6ce6c15e614867dfc0bdaff67a5 100644 --- a/public/final-project.html +++ b/public/final-project.html @@ -36,7 +36,18 @@ </header> <section> - <h2>Basic idea</h2> + <h3>Planning the project</h3> + + <p>To plan and organize the final project (and also the assignments), I'm using <a href="https://www.notion.so/" target="_blank">Notion</a>.</p> + + <span class="image object" align="center"> + <img src="images/retroplanningbiggerview.jpg" alt="..." /> + </span> + + </section> + + <section> + <h2>1st idea</h2> <span class="image object" align="center"> <img src="images/project-idea.jpg" alt="Project name and idea illustrated" /> @@ -111,7 +122,7 @@ </section> <hr> <section> - <h2>New turn in my project</h2> + <h2>New turn in my project : 2nd idea</h2> <p>My basic idea is still blur in my mind and the more I learn and work with the Fab Academy, the more I'm aware that I have to focus on smaller parts of this first project.</p> @@ -205,22 +216,36 @@ <p><strong>Force Sensing Resistor</strong></p> + <span class="image object"> + <img src="images/force-sensing-resistor.jpg" alt="" /> + </span> + <p>The Force Sensing Resistor will help the human slave to serve the right amount of food per day to its Cat's Majesty. For example I will talk about my sister's cats that overweight and for whom she has to give different quantity of food per day to help them loose some weight.</p> <p><strong>Lid with Servo Motor</strong></p> + <span class="image object"> + <img src="images/servo-motors-and-motor.jpg" alt="" /> + </span> + <p>The lid will help to keep the food secure against room temperature and humidity and keep its texture and taste as it should be.</p> <p>But also, as part of a future upgrade, it will keep the food from being eaten by the other cats. For that, I will switch the distance sensor with another one that would read the cat's ID chip or collar chip that I'll have to provide with the feeder.</p> <p><strong>3 colors LED Lights</strong></p> + <span class="image object"> + <img src="images/...jpg" alt="" /> + </span> + <p>The LED lights will visually help the human slave to know if the cat really needs some food if it's gently asking for some.</p> <p>In another upgrade, I'd like to have this alert on the human slave's smartphone by adding an application which will include the quantity of food remaining, an alert when the cat eats some and maybe more.</p> - + </section> + <section> + </section> </div> diff --git a/public/images/esp32.jpg b/public/images/esp32.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2f7915ba4d34db655c1563ca82cfb10e79b449aa Binary files /dev/null and b/public/images/esp32.jpg differ diff --git a/public/images/force-sensing-resistor-small.jpg b/public/images/force-sensing-resistor-small.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37812e0fa1e2cd5ffcbd99d174ebaaa089e858e6 Binary files /dev/null and b/public/images/force-sensing-resistor-small.jpg differ diff --git a/public/images/force-sensing-resistor.jpg b/public/images/force-sensing-resistor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1710e88aae14821abcc4cd5866560288013fd37f Binary files /dev/null and b/public/images/force-sensing-resistor.jpg differ diff --git a/public/images/retroplanning.jpg b/public/images/retroplanning.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dcd9b33e160df03096e4bb19f1b06bf9eb2659ba Binary files /dev/null and b/public/images/retroplanning.jpg differ diff --git a/public/images/retroplanningbiggerview.jpg b/public/images/retroplanningbiggerview.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8b06f3722acc52f1c23efc885e9805bd1a44845 Binary files /dev/null and b/public/images/retroplanningbiggerview.jpg differ diff --git a/public/images/rfid-tag.jpg b/public/images/rfid-tag.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e81fc12bca2740eea61b3b3028c055a7d8065dec Binary files /dev/null and b/public/images/rfid-tag.jpg differ diff --git a/public/images/rfid.jpg b/public/images/rfid.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c723fa0424219d3403e268709c69c85f2058e397 Binary files /dev/null and b/public/images/rfid.jpg differ diff --git a/public/images/servo-motors-and-motor.jpg b/public/images/servo-motors-and-motor.jpg new file mode 100644 index 0000000000000000000000000000000000000000..640af8bfc51836d4e0bc9e582bfb82964bdd81b0 Binary files /dev/null and b/public/images/servo-motors-and-motor.jpg differ