Skip to content
Snippets Groups Projects
Commit 79c605b1 authored by Charlotte Vandenbulcke's avatar Charlotte Vandenbulcke
Browse files

adding week14 page and links to week13 resources

parent bfd532d5
No related branches found
No related tags found
No related merge requests found
Pipeline #455775 passed
......@@ -485,7 +485,7 @@
<p>But starting to work with 2 controllers and 2 computers became harder and I couldn't get the result that was attended.</p>
<p>Right now I'm getting an "access denied" on the computer that runs the python code.</p>
<p>Right now I'm getting an "access denied" on the 2nd computer that runs the python code.</p>
<span class="image object">
<img src="../images/access-denied.jpg" alt="...">
......@@ -529,6 +529,11 @@
<p><strong>Resources</strong></p>
<ul>
<li><a href="https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/" target="_blank">Installing the ESP32 Board in Arduino IDE (Windows, Mac OS X, Linux)</a></li>
<li><a href="https://esp32io.com/tutorials/esp32-button" target="_blank">ESP32 and button tutorial</a></li>
<li><a href="https://randomnerdtutorials.com/esp32-troubleshooting-guide/" target="_blank">ESP32 Troubleshooting Guide</a></li>
<li><a href="https://randomnerdtutorials.com/install-esp32-esp8266-usb-drivers-cp210x-windows/" target="_blank">Install ESP32/ESP8266 USB Drivers tutorial</a></li>
<li><a href="https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads" target="_blank">CP210x USB to UART Bridge VCP Drivers</a></li>
<li><a href="https://fabacademy.org/2024/labs/fabc/" target="_blank">Our group page</a></li>
</ul>
</section>
......
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="GitLab Pages">
<meta name="description" content="Fab Academy documentation site for Charlotte Fab-C">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="../assets/css/main.css" />
<title>Charlotte Fab-C - Fab Academy</title>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="../index.html" class="logo"><strong>Charlotte - FabLab de Charleroi</strong> Fab Academy website</a>
<ul class="icons">
<li><a href="https://www.facebook.com/littlebelge" class="icon brands fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/little.belge/" class="icon brands fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://gitlab.fabcloud.org/charlotte-vandenbulcke" class="icon brands fa-gitlab" target="_blank"><span class="label">Gitlab</span></a></li>
</ul>
</header>
<!-- Section -->
<section id="banner">
<div class="content">
<header class="main">
<h2>14. Interface and Application Programming </h2>
</header>
<section>
<h3>Hero shot</h3>
<span class="object">
<video width="600" height="300" controls>
<source src="../images/...mp4" type="video/mp4">
</video>
</span>
<br>
</section>
<hr>
<section>
<h3>Materials used during the assignment</h3>
<ul>
<li>2x ESP32 WROOM</li>
<li>DHT11 Humidity and Temperature sensor</li>
<li>OLED display</li>
<li>...</li>
<li>Cables</li>
</ul>
<span class="image object">
<img src="../images/...jpg" alt="...">
</span>
<hr>
<section>
<h3>...</h3>
<p>...</p>
<ol>
<li>...</li>
<li>...</li>
<li>...</li>
<li>...</li>
<li>...</li>
</ol>
</section>
<hr>
<section>
<h3>...</h3>
<p>...</p>
<span class="image object">
<img src="../images/...jpg" alt="...">
</span>
<pre>
<code>
...
</code>
</pre>
<p><blockquote>...</blockquote></p>
<span class="object">
<video width="600" height="300" controls>
<source src="../images/...mp4" type="video/mp4">
</video>
</span>
<br>
<h4>Personal issues</h4>
<p>...</p>
</section>
<hr>
<h3>Files and resources</h3>
<p><strong>Files</strong></p>
<ul>
<li><a href="../files/button-esp32.ino" target="_blank">...</a></li>
</ul>
<p><strong>Resources</strong></p>
<ul>
<li><a href="..." target="_blank">...</a></li>
<li><a href="https://fabacademy.org/2024/labs/fabc/" target="_blank">Our group page</a></li>
</ul>
</section>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="../index.html">Homepage</a></li>
<li><a href="../assignments.html">Assignments</a></li>
<li>
<span class="opener">Week per week</span>
<ul>
<li><a href="../assignments/week01.html">1. Project Management</a></li>
<li><a href="../assignments/week02.html">2. Computer Aided Design</a></li>
<li><a href="../assignments/week03.html">3. Computer Controlled Cutting</a></li>
<li><a href="../assignments/week04.html">4. Electronics Production</a></li>
<li><a href="../assignments/week05.html">5. 3D Scanning And Printing</a></li>
<li><a href="../assignments/week06.html">6. Embedded Programming</a></li>
<li><a href="../assignments/week07.html">7. Computer Controlled Machining</a></li>
<li><a href="../assignments/week08.html">8. Electronics Design</a></li>
<li><a href="../assignments/week09.html">9. Output Devices</a></li>
<li><a href="../assignments/week10.html">10. Mechanical Design And Machine Design</a></li>
<li><a href="../assignments/week11.html">11. Input Devices</a></li>
<li><a href="../assignments/week12.html">12. Molding and Casting</a></li>
<li><a href="../assignments/week13.html">13. Networking And Communications</a></li>
<li><a href="../assignments/week14.html">14. Interface And Application Programming</a></li>
<li><a href="../assignments/week15.html">15. Wildcard Week</a></li>
<li><a href="../assignments/week16.html">16. Applications And Implications</a></li>
<li><a href="../assignments/week17.html">17. Invention, Intellectual Property And Income</a></li>
<li><a href="../assignments/week18.html">18. Project Development</a></li>
</ul>
</li>
<li><a href="../final-project.html">Final Project</a></li>
<li><a href="../about.html">About Me</a></li>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyright">&copy; Charlotte - FabLab de Charleroi. Fab Academy 2024. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="../assets/js/jquery.min.js"></script>
<script src="../assets/js/browser.min.js"></script>
<script src="../assets/js/breakpoints.min.js"></script>
<script src="../assets/js/util.js"></script>
<script src="../assets/js/main.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment