Skip to content

Commit

Permalink
Update readme and html file
Browse files Browse the repository at this point in the history
Added images for github page
  • Loading branch information
gundaakhil committed May 6, 2024
1 parent d60d37f commit eb8075a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,15 @@ Here are the software requirements for the AirLight IoT-based solution product:

![Detailed System Diagram](assets/images/Detailed_System_Diag.jpeg)

## 5. Project Demo, Recognition and Achievements
## 5. A12G Codebase

A12G code repository: [Link to A12G Github Repository](https://github.com/ese5160/a12g-firmware-drivers-t21-airlight.git)

Node Red Instance Link : [Link to Node-Red Dashboard](http://52.254.80.220:1880/ui/#!/1?socketid=4tTUh_S3lkEitOhoAAAV)

PCBA Altium 365 Link: [Link to Altium 365](https://upenn-eselabs.365.altium.com/designs/9070EB18-5774-43ED-B306-46CECA1679CC#design)

## 6. Project Demo, Recognition and Achievements

### Demo Day Recap

Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
title: [AirLight - A smart solution that can save your life]
description: [ESE 5160 - IoT Project - Spring 2024]

theme: jekyll-theme-cayman
67 changes: 64 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,75 @@ <h3>3.2 Software Requirements</h3>
Li-Ion battery, with a tested continuous operational capability of at least 3 hours.</li>
</ul>

<p>All our sensors and actuators worked as per initial plan. Sensors produced results as per their respective
datsheets and the SAM D21 was able to use the function calls of the actuators inside the sensor tasks based on the
firmware programmed into it. The RGB LED worked perfectly as the ambient light went below 100lux and turned on. The
SERVO motor turned on thereby opening the sliding door of the house model via a rack-pinion gear setup. The SERVO
had a small bit of jitter though - that was due to the PWM control not being upto mark on the SERVO. </p>

<h2>4. Project Photos & Screenshots</h2>

<h3>Node-RED Dashboard</h3>
<h3>Final Project</h3>
<img src="assets/images/IMG-20240505-WA0050.jpg" width="1000">
<img src="assets/images/IMG-20240505-WA0046.jpg" width="1000">
<img src="assets/images/IMG-20240505-WA0043.jpg" width="1000">
<img src="assets/images/IMG-20240505-WA0034.jpg" width="1000">
<img src="assets/images/IMG-20240505-WA0042.jpg" width="1000">

<h3>PCB Top</h3>
<img src="assets/images/PCB_top.jpg" width="1000">

<h3>PCB Bottom</h3>
<img src="assets/images/PCB_bottom.jpg" width="1000">

<h3>Termal Camera Image</h3>
<img src="assets/images/IMG-20240414-WA0035.jpg" width="1000">
<img src="assets/images/FLIR1000001.jpeg" width="1000">

<h3>Altium Board Design 2D View</h3>
<img src="assets/images/PCB_2D.png" width="1000">

<h3>Altium Board Design 3D View</h3>
<img src="assets/images/PCB_3D.png" width="1000">

<h3>Node Red Dashboard</h3>
<img src="assets/images/NodeRedFrontEnd.png" width="1000">

<h3>Nade Red Backend</h3>
<img src="assets/images/NodeRedBackEnd.png" width="1000">

<h3>Block Diagram of the System</h3>
<h4>Simple System Diagram</h4>
<img src="assets/images/SSD.png" width="1000">

<h4>Detailed System Diagram</h4>
<img src="assets/images/Detailed_System_Diag.jpeg" width="1000">

<h2>5. A12G Codebase</h2>
<ul>
<li><strong>Node-RED web instance:</strong> <a
href="http://52.254.80.220:1880/ui/#!/1?socketid=4tTUh_S3lkEitOhoAAAV">Link to Node-Red Dashboard</a></li>
<li><strong>A12G Final Code Repository:</strong> <a
href="https://github.com/ese5160/a12g-firmware-drivers-t21-airlight.git">Link to AirLight Github Repository</a>
</li>
<li><strong>Final PCBA on Altium 365:</strong> <a
href="https://upenn-eselabs.365.altium.com/designs/9070EB18-5774-43ED-B306-46CECA1679CC#design">Link to Altium
365</a> </li>
</ul>

<h3>Node-RED Backend</h3>
<h2>6. Project Demo, Recognition and Achievements</h2>
<h3>Demo Day Recap</h3>
<img src="assets/images/DemoDay1.JPG" width="1000">
<img src="assets/images/DemoDay2.JPG" width="1000">
<img src="assets/images/DemoDay4.jpg" width="1000">

<h3>System Block Diagram</h3>
<h3>Microchip's Award - 2nd Place</h3>
<img src="assets/images/DemoDay5.JPG" width="1000">
<h5>This guy ↓ went Paragliding immediately after :P <br> (Just kidding, he had a class)</h5>
<img src="assets/images/Suraj.jpg" width="1000">

<h3>Flash PCB - Thomas Castner(CEO) - Happy about 0 Rework on our PCB</h3>
<img src="assets/images/DemoDay3.JPG" width="1000">
</body>

</html>

0 comments on commit eb8075a

Please sign in to comment.