I got my HYDRA Book--A few questions...
Vaati
Posts: 712
I got my HYDRA book + dip prop today--the book is massive!!
Reading through it, I noticed that the video pins for the HYDRA are different than that of the demo board...· How would I change the pins so the video basepin is pin 12?· I don't understand why it just says "%011_0000" for pins in the tvparams...
Also, I only have 5MHz crystals, and it seems as though all of the HYDRA stuff uses a 10MHz crystal...· Is there any way to make it so I don't have to buy another part?
I had also ordered an rca to breadboard adpater, and not the DAC resistors.· Is it possible to use potentiometers and a multimeter to ensure it is the correct resistance?
Lastly, I want to compliment Andre LaMothe for the excellent book.· I can't wait to use some of my super metroid sprite .bmp's...·
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
Reading through it, I noticed that the video pins for the HYDRA are different than that of the demo board...· How would I change the pins so the video basepin is pin 12?· I don't understand why it just says "%011_0000" for pins in the tvparams...
Also, I only have 5MHz crystals, and it seems as though all of the HYDRA stuff uses a 10MHz crystal...· Is there any way to make it so I don't have to buy another part?
I had also ordered an rca to breadboard adpater, and not the DAC resistors.· Is it possible to use potentiometers and a multimeter to ensure it is the correct resistance?
Lastly, I want to compliment Andre LaMothe for the excellent book.· I can't wait to use some of my super metroid sprite .bmp's...·
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
Comments
2) The Hydra uses a 10MHz crystal and PLL8X which yields the same system clock frequency (80MHz) as the Demo Board. Just change _XINFREQ and _CLKMODE to match what you have and the code should adjust itself. That's why there are functions like CLKFREQ.
3) What are you going to use the RCA to breadboard adapter for? The proper resistor values are shown on the Demo Board schematic.
So, what would I do to change the video basepin to pin 12? With tv_text, I ususally just put "text.start(12)" and it works fine...
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
tv_text.spin takes care of this for you. Look at the graphics demo for an example of having the TV parameters in the main program and passing that to TV.SPIN.
It compares the following:
Propeller Proto Board – 5Mhz
Propeller Demo Board – 5Mhz
Hydra Gamer Board – 10Mhz
PropRPM Board – 5Mhz
"The Propeller I/O Comparison Chart: (used with permission)
Created by: George K. Herzog"
ucontroller.com/Propeller%20Protoboard%20Designs%20for%20the%20Beginner.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Aka: CosmicBob