PCB making and design considerations.

  • Thread starter Thread starter Hayaichi
  • Start date Start date
  • Tags Tags
    Design Pcb
AI Thread Summary
The discussion revolves around integrating a hard disk drive (HDD) with an ATmega2560 microcontroller for a robot project, aiming to significantly expand memory beyond the microcontroller's 64KB limit. The user is exploring methods to connect the HDD using multiple digital I/Os and is uncertain about accessing the HDD's firmware for data management. Suggestions include scavenging parts from old laptops for better efficiency and power consumption, although the user is considering using components from an old HP Pavilion. There is also a focus on programming challenges without an operating system and the potential need for bank switching to manage the increased data. Overall, the user seeks clarification and guidance on these technical aspects.
Hayaichi
Messages
4
Reaction score
0
Hi, I'm messing around with some stuff in an attempt to make a robot, and I was wondering if anyone could help me with a couple questions I have toward those ends.

I'm trying to use an ATmega2560 microcontroller http://www.atmel.com/dyn/resources/prod_documents/doc2549.pdf as the CPU of my robot, and I was wondering how exactly I would go about hooking up a hard disc drive to the microcontroller so that I could expand its memory an absurd amount. My best guess at this point is to use multiple digital I/Os from the microcontroller and connect them to possibly the same on the HDD. Then, possibly access the firmware on the HDD(No idea how!(Or maybe it's already written?)), and write a program to control the writing to and reading of the HDD. And possibly do the same on the microcontroller; with the number of I/Os being used representing the amount of data to be transferred each(?) clock pulse. I'm not really sure what HDD I'm going to use yet, so I can't really be more specific on that. I'm aware the external memory of the microcontroller can be expanded to 64KB; I'm looking to expand to 10+GB. I'm getting slowly convinced I'd need to use bank switching to pull this off, which I think negates some of what I just wrote... In conclusion, I'm not really sure on any of what I just said is correct, so any answers/clarifications/corrections/google keywords, would be very much appreciated. Thank you.
 
Last edited by a moderator:
Engineering news on Phys.org
Why not just scavenge an old laptop for the motherboard and HDD?
Probably a smaller footprint and less power consumption than what you are contemplating.
 
That site should help, as soon as I figure out if I can substitute a higher data rate transfer method, and also if it's even worth the effort/cost. Thanks!

No idea where I'd get an old laptop(junkyard maybe?). I do, on the other hand, have an old HP Pavillion 6600 that I tore apart that I was thinking of using. It's just that I'd have to attach an A/D converter(for sensors) and figure out how to access any digital I/Os. Which now that I think about it are probably any pin connections not used on the board. I don't suppose you have any idea how to program an intel chip without an OS on it? I'm trying to avoid incurring a large overhead when my robot accesses its HDD, although I'm not sure if the speed increase from software will even come close to the increase I could get from hardware.
I don't really care about power consumption at this point btw. And I have no idea what you mean by smaller footprint(grasping at straws here).
 
Last edited:
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top