Can I drive hard disk using BS2?
maxx
Posts: 14
Hello Everyone,
I've Basic Stamp board of education and I pretty much mastered all the excercises provided by the text. I also have a 20 giga byte hard disk that i no longer use. I'm thinking of building something like a hard disk mp3 player, but i'm not sure if i can do that using only BS2. If this idea is impossible, is there anyway that i can some how control the hard disk with the BS2 to save data on the h.d.d?
thanx for all ur help and ur time in this forum, as it really provide a great source of info and support.
I've Basic Stamp board of education and I pretty much mastered all the excercises provided by the text. I also have a 20 giga byte hard disk that i no longer use. I'm thinking of building something like a hard disk mp3 player, but i'm not sure if i can do that using only BS2. If this idea is impossible, is there anyway that i can some how control the hard disk with the BS2 to save data on the h.d.d?
thanx for all ur help and ur time in this forum, as it really provide a great source of info and support.
Comments
In one word "no", not with out a good deal of difficulty, and even then you would only be able to perform very primative functions (read-a-byte). There is also the matter of speed with MP3, which speed microcontrollers in general, lack.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Post Edited (Bruce Bates) : 3/24/2006 7:57:39 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
But,now I wonder if i can build some kind of audio circuit interfacing the mic with the BS2.
I don't if it's possible to make the BS2 to differentiate between two words. For example, "LEFT" and "RIGHT".
I guess what i want is to make a simple program that will print on the screen left or right when i say left or right through the mic!
www.sxvm.com
1/2 down.
The BS2 counts the time and controls the other chips in the clock.
The 74HC595 interfaces the BS2 to the ISD25120 and the LM386 chip drives the speaker.
The BS2 also sends the time data to the sx-video chip to be displayed on the TV screen.
No, the BS2 does not have enough memory to hold and power to process audio file onboard.
Menehune1 is right. You will need some sort of an audio processing chip such as an A/D converter with related circuitry (mic, resistors, capacitors,·etc.). The ISD25120 is essentually a 2 minute recording / playback·chip which includes an internal custom A/D stored on an internal custom EEPROM memory chip.
BTW: The website is belongs to "Bean" (Hitt Consulting) and I only have a customer application.
** If I used the ISD will it be able to differentiate between the recorded sound?
for example, Would it be able to differentiate beteween "Right","left", and tell the BS2 wich one i just recorded.
In my BS2 code you record your voice clips and then you test the address·it was set at·within the ISD25120. Once a good playback test is created,·the address is saved into a DATA statement manually by you. Then the record section subroutine is commented out and the playback subroutines are uncommented to play your voice clips. The total length of any one or all of them can not exceed 2 minutes for this version IC (ISD25120 = 120 seconds = 2 min). The ISD2560 = 60 seconds = 1 min.). However, in my circuit, many voice clips were needed to be recorded (e.g. one, two, three,...fifty) so the 60 second version was not long enough. You may want to look at Parallax sound boards one of·which uses the 60 second ISD2560 which I'm told has a better sampling rate for better quality output.
http://www.parallax.com/html_pages/products/audiovisual/sound.asp
The EMIC sound very human like but uses a better chip.
·