Taum sauk Have you heard of the Taum Sauk Dam? It's located in the Saint Francois mountains, Missouri. It had a major mishap in December 2005. This project is to explain the mishap and to design a solution to handle the issue of overflow. We used legos to design this project. Taum Sauk Location: St. Francois mountain range, Missori Built: 1960 - 1962 Purpose: Hydroelectric Power Plant Details: 2 Reservoirs: Upper and Lower. The law of thermodynamics says the flow of water turns the turbine which operates the generator to produce electricity. Research: On December 14, 2005, the Taum Sauk Dam, a hydroelectric power plant located in the St. Francois mountain region, failed. It failed when overtopping [Go to British Dictionary definitions( if you don’t know where this is, go down until you see it)] caused the upper reservoir to collapse. How it functioned is it pumped water from the This is a molecular model(It might have been an actual situ...
Distance sensor - Microbit Purpose: This program measures 1 inch of from distance sensor and is not entirely accurate and when it is 2 cm 5 cm or 10 cm it preforms a Pokemon move. Materials needed: This project uses the BBC Microbit, Microbit Programming interface,Breadboard,Breadboard connector + Pin setup,5 VT battery,Connection wires, and the Microbit distance sensor. Procedure: Set up the circuit, Write the code, Download to Microbit,Run.` Circuit: ` THE BLACK WIRE IS CONNECTED TO A 5 V BATTERY Code Snippet: --------------------- Java code snippet The code is in JavaScript Microbit Code let Distance4 = 0 let Distance3 = 0 let Distance2 = 0 let Distance = 0 let echoTime = 0 basic.forever(() => { echoTime = 0 // echoTime = sonar.ping( DigitalPin.P0, // DigitalPin.P1, PingUnit.Centimeters ) send pulse pins.digitalWritePin(DigitalPin.P0, 0) c...
Comments
Post a Comment