Week 12/9 - 12/13
- vvaldezmelgar
- Dec 12, 2024
- 1 min read
This week of work was very simplistic. I finally finished the OLED at the end of last week and was able to move on to trying to get the FX Sound Board working. After doing some testing I unfortunately realized that the OLED and FX Soundboard working at the same time; which was basically the entire project. So, back to the drawing board I went. After some thinking I figured out that I could still use OLED code but switch the audio component with buttons.

(The planning notes I made)
The new plan is to have the OLED change what it's displaying based on how many times I press a button. Now, this should have been a very simple shift because there's a guild on how to make code that counts button press and LEDs are very easy to code when you know what you are doing. I got the code done within a day and half but it wasn't working; mostly. The LEDs would shift color but not when I press the button a certain amount of times but instead (I believe) based on the time I set for the delay. I wasn't able to fix this Thursday because we had gym and I spent the whole time dismantling a old robot built by a past student. I plan on fixing whatever went wrong with code at the end of this week and be finally down with the code, at least, by the start of next week.

(The current LED+Button code I have)



Comments