summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/notes.md b/notes.md
index b927c36..2a559bd 100644
--- a/notes.md
+++ b/notes.md
@@ -39,3 +39,13 @@
39- those speakers however use sine waves instead of square waves, so our 39- those speakers however use sine waves instead of square waves, so our
40 first step should be focused on figuring out how to send sine waves at 40 first step should be focused on figuring out how to send sine waves at
41 certain frequencies, perhaps with fast PWM 41 certain frequencies, perhaps with fast PWM
42
43## 2024-04-09
44- Asked Sam how to use PWM to handle no use of DAC.
45 - Test the new speaker on Friday without DAC to see if it sounds okay enough.
46 - Lets Try and talk to Rashid or other EE professors.
47 - I think we should also try and get a DAC from the Lab!
48- We looked into how to use the shift register to handle the fact that we have to many
49 buttons for the pins on the Uno.
50 - We can ask same for a shift register.
51- We looked into how to use the LCD display and got some Pseudo code from GPT to help.