Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tony Batey

Pages: 1
1
Mike,
The Video menu and video player ino's on codebender both pull data from an SD card to save flash memory space on the TinyDuino. You could send the data to the screen through the serial interface, however the data might not be transferred fast
enough to display smooth videos, however I don't know for sure since I have not tried it yet.
You can use any MicroSD card and SD adapter you want, they all work with our microSD shield.

MARKESys,
Good to hear the library installation worked! As for the FlappyBirds we have been having a bit of trouble with the newest
update to the Arduino IDE. Could you let me now what FlappyBird ino you are using as well as what version of the IDE you
have? There are a few other sketches that use the same type of video buffering here https://codebender.cc/sketch:118328
and here https://codebender.cc/sketch:102072 .

Hope this helps!

Tony

2
ccaroon,

The Maxim chip on the RTC uses has pins 2 and 3 used as interrupt pins for the output. If you don't need interrupts you can remove the R4 and R5 resistors that are tie pins 2 and 3 to VCC on the RTC board. This should let you use both boards together.

http://tiny-circuits.com/Downloads/Schematics/ASD2831_Rev4.pdf

Tony

3
mikezoo,
when changing the directories the cd command is being used. When the conversion happens the command used is
" ./convert.sh color.gif "  without the quotes. If you are running on Windows you need to use Cygwin due to a conflict between windows and Imagemagik commands. Another thing to note, is if you are using the video player ino, you need to specify the file you want to read while the video menu ino looks at all the files on your SD card.

MARKESys,
The link here should be able to help out when installing new libraries. I manually install them so in order for the IDE to see them I have to restart it. http://www.arduino.cc/en/guide/libraries

Hope this helps!

4
I've got most of a space invaders code down. I just need to add a few details such as a death screen, score counter and have the invaders shoot back. Here this sketch https://codebender.cc/sketch:110168 let me know what you guys think!

Pages: 1
SMF spam blocked by CleanTalk