Synthesizer – Spring 2025
Update 1 (1/17)
The first major update regards the power supply. Last semester, a SMPS paired with ferrite beads to reduce high frequency noise was chosen as our power supply. After further deliberation, it was decided that using a simple custom dual mode supply with a barrel jack wall adapter (similar concept to what is shown here Link) would be a better choice moving forward. The first reason is because the power rating for the SMPS is over a hundred times higher than the estimated demand of our device which could lead to issues with response times and other non-ideal behavior. The second reason is if we decide to go forward with the audio shield, many of the components needed for the analog design could be omitted and it would be significantly more cost effective, take up less space, and be easier to implement than the SMPS.
As of now, we are facing two major bottlenecks: 1) The filter IC has yet to be delivered and 2) We are experiencing issues with the envelope circuit. This is why we are considering ordering an audio shield that is capable of digitally performing the same functions as our analog envelope and filter.
To do:
- Build the filter IC circuit while waiting for the IC to be delivered.
- Choose whether to proceed development with the analog components or shift our focus the audio shield.
Musical Tesla Coil – Spring 2024
Update 10 (4/6)
At this weeks meeting, we discusses the Project Report and started soldering/testing the primary PCB. The voltage regulator subcircuit on the driver is also now complete so testing the nano and driver will be on the agenda for the coming week. The next big objective is to CAD the frame of the Tesla Coil and find a material for the Faraday cage. This will still most likely be chicken coop wire which we’ll have to exceed our project budget for.
Update 9 (3/30)
Met up with Joel this week to test the driver circuit with the nanos. Unfortunately the input on the driver circuit was reading a voltage that would be too high for the transistors on the nano to handle. Joel is working on a sub-circuit to protect the Arduino from the high voltage. The planned testing will continue after this is finished.
Update 7 & 8 (3/23)
There were two Arduino Nanos available in the lab. I tested some of the digital pins on each of the nanos, and they’re both working fine so, if all goes well, we’ll be able to use them for our final version.
Update 6 (3/9)
The board we’ve decided to order is the Arduino nano.
To do:
- Test the driver circuit with our microcontroller to ensure the right output
Update 5 (2/24)
This week was the critical design review. I received some valuable feedback from Shane about whether the Arduino’s sampling frequency would be large enough and a quick solution to that problem if it presents itself.
Update 4 (2/17)
I spent some time this week looking into polytonal tesla coils that can play chords. With a microcontroller that can output multiple signals simultaneously of varying frequency, summing the two signals in order to produce a cord on a tesla coil is possible in theory. However, implementing this on our individual coil will take a lot more thought. This may be an additional functionality to consider if we have more time after getting the coil up and running.
Update 3 (2/10)
We’ve decided to use an Arduino as our microcontroller. The main reason for this is because it fits well into our budget, contains the functionality we need, and has seemed to work out for others who have documented their tesla coil projects online. It’s also convenient that I already have some experience with the IDE so this will facilitate the coding process. The model of Arduino to be used is still up for debate but as of now we are leaning towards the Uno or Nano.
Update 2 (2/3)
l drafted up some pseudocode (assuming Arduino IDE) to get an idea of the concepts I’ll need to be familiar with. I also set up a basic circuit to have the Arduino uno play music on via a passive buzzer. This method should be very similar to how we will interact with the tesla coil. Lastly, I have a start on the list of project requirements to move forward.
To do:
- Begin looking into what kind of microcontroller would be the most suitable choice for interfacing with the coil.
Update 1 (1/27)
We were able to conveniently divide the project into three main parts, leaving one for each of us to handle. I’ll be working on the software for the musical tesla coil.
To do:
- Research and develop a pseudocode to get a rough idea of the program’s layout and what may need to be included.
- Create a list of project considerations that will need to be made in order for my section of the project to move forward.
- Continue to familiarize myself with what has been done last semester and musical tesla coils in general.