Please enable JavaScript.
Coggle requires JavaScript to display documents.
IoT Design - Coggle Diagram
IoT Design
User Interface
Buttons
Text
Output lists
Theme
Window
Layout
Components
2x Sound Resistor.
2x LED (Red & Green)
Wires
10k Resistors
Coding
Variables
Arduino Variables
pvf = Pyfirmata version
link to coggle.it
Board
PORT Constant
SS_RPIN
SS_LPIN
SS_L
LED_RPIN
SS_R
LED_LPIN
GUI Variables
SS_Lval
SS_Rval
timer_running
counter
Condition statments
else
>
if
not
in
Event Loops
While True, GUI
Functions
.read()
.write()
Pyfirmata.util.Iterator
timeless()
spare()
.Update()
.close()
Goals
To create a self-updating list of mirroring sound values.
To successfully read and operate the program.
To successfully build a circuit with multiple sound sensors.