I looked at the "lcd_enable" code ,it doesn't look right.
The state of the "E" signal should be normally low unless you are actually accessing the LCD.
For writhing, it is the falling edge of "E" that does the writing.
Should be like this:
void lcd_enable()
{
output_low(rs); //is...
About the AN7805,
Looking at the datasheet (look at the notes on the bottom of each table on almost every page.),
You actually don't use the correct values and you should use Ci of 0.33uF and Co of 0.1uF if possible solder them directly on the regulator side you can do it on the bottom of the...
Making a Faraday cage doesn't require grounding at all.
Surrounding some volume with a closed metallic surface is enough.
How good a ground is the (-) of the wall wart is doubtful anyways.
Is the side of the TruePunch grounded?
The first thing to do is identify the cause for the blown...
About the measurments:
Please check all the LCD pins.
If you have a scope do it with a scope as well , when the μC is accessing the LCD.
Look for under-over shots on all the "interface" LCD lines.
Did you write the code for the LCD yourself?
Can it be you are creating a momentary conflict...
A lot more info is needed.
Could you please show a diagram of your circuit and some pictures(of the wall-wart as well)?
What is the ambient temperature of the LCD?
Can you measure the voltages AC/DC on the LCD pins?
I assume there is a μC in it.
What is the physical distance (wire...
Old school?
Look at it as the same numerical, no-color code for 3 and 4 digit codes.
There are some more codes , here is a nice site including a calculator and video.
Another issue is the SMD resistors sizes/wattage.
In general ,for ceramic caps SMD is a head-hack,the parts are not marked...
A simple test to check if your p.s is floating :
Check the voltage between the (+) and the chassis(at a good connection point) of your PS .
if there is 12V it isn't floating.
Welcome to EP.
I think this 6 digits precision DMM is an overkill for a hobbyist.
I would buy a handheld (much more useful)DMM .
A Fluke like the 15/17/77 etc.
Here is a used Fluke 115 for less then 70$.
Needs cleaning ,but if it is fully functional it is a good buy, it is true RMS. DMM
Welcom to EP Malcolm.
Here is a schematic of the A1(seems to be various mks.)
Is it like the one you have?
There is the connector CN6(phono PSU) with ±28V,
Looks like inserting a phono board requires some mods,
read the remarks on the schematic.
Do you know how a charge pump works?
It utilizes diodes and capacitors, learn about it here.
In the datasheet you attached there is an explanation regarding all your questions ,
all you need to do is read it ...