Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.5 volts , USB volts , VCC volts #36

Closed
haroldmoore opened this issue Dec 21, 2021 · 4 comments
Closed

5.5 volts , USB volts , VCC volts #36

haroldmoore opened this issue Dec 21, 2021 · 4 comments
Labels

Comments

@haroldmoore
Copy link

There is 5.5v marked on the Nano, what is VCC then? I'm thinking on getting two little charge pump boards for the 5.5 an 25.5 volts
no?

here is a video I made -----> https://youtu.be/NpmLo4B8duw

Thanks in advance!

@TomNisbet
Copy link
Owner

Sorry for the confusion. I'm not sure why the library labels that Arduino pin as 5.5V. It is labelled as 5V on the silkscreen of my Unos and Nanos. Vcc should be 5V and it should connect to both the Arduino's 5V pin and the 8755's Vcc.

The data sheet says that the 8755A wants Vcc between 4.75V and 5.25V. The Vdd pin should be at 25V for programming and 5V (Vcc) for reading. Because the circuit that switches the voltage on the Vdd pin will drop a fraction of a volt through the diode, I fed it 5.5V and 25.5V from a bench power supply. I very rarely need to program an 8755, so this was convenient for occasional use.

You could probably get away with using the same 5V input as both the Vcc and the low voltage input to Vdd. The voltage drop depends on the diode you use.

Similarly the programming voltage needs to be 25V +/- one volt, so if you have a convenient 25V source, then the switcher is going to drop it less than one volt and you'll still be in spec. Because I had an adjustable supply, I just dialed in the two Vdd voltages until the switcher output gave me the ideal 5V and 25V.

Good luck with your project and feel free to reach out if you have any questions. Are you building and 8085 system? That was the brains of my first-ever computer.

-Tom

@haroldmoore
Copy link
Author

haroldmoore commented Dec 22, 2021 via email

@TomNisbet
Copy link
Owner

Do you want to uppercase the hex dump or something else? If it is the hex dump, just change the hex[] array in TommyPROM.ino around line 72.

@haroldmoore
Copy link
Author

haroldmoore commented Dec 22, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants