digitaldanny / AudioEffectsGlove

A hand tracking glove that controls parameters of various audio effects.
1 stars 0 forks source link

Glove Prototype Assembly #50

Closed digitaldanny closed 3 years ago

digitaldanny commented 3 years ago

Describe the solution you'd like

digitaldanny commented 3 years ago

Having some problems with the power output of the buck/boost converter. There is a periodic noise on the output with an amplitude of about 100 mV. Switching the 1 uH inductor with the 1.5 uH inductor made some improvements to what I was originally seeing.

TODO - Add screenshot of the oscilloscope waveforms here.

digitaldanny commented 3 years ago

Also having problems with the HC-05 module. The UART Rx interrupt never happens when attempting to read from the NAME register in command mode. After hooking it up to the logic analyzer, I determined that the issue is on the HC-05 side rather than the PCB. My tx message sends, but I do not receive anything back from the module.

digitaldanny commented 3 years ago

When running the LCD demo, I noticed the animations played slower. Need to double check that there are not any problems with the crystal oscillator.

After hooking it up to the logic analyzer, I determined that the issue is on the HC-05 side rather than the PCB. My tx message sends, but I do not receive anything back from the module.

If the oscillator frequency is wrong, this might be why my HC-05 is not working. Double check the baud rate of the uart TX messages.

digitaldanny commented 3 years ago

This screenshot shows when the power switch is flipped OFF. The MSP_3V3 power rail slowly discharges instead of switching off immediately. This might be okay since this rail is only powering the MSP432, which will turn off after the initial quick dropoff to 2V.

image

I tried adding pulldown resistors to the buck/boost input and output, but this did not affect anything.

image

digitaldanny commented 3 years ago

image