Search found 90 matches

by Kerby
Tue Dec 24, 2013 12:18 pm
Forum: Programming & Software
Topic: I broke the bootloader
Replies: 28
Views: 16690

Re: I broke the bootloader

Sometimes it happens that defective, properly connected chip ATmega ceases to be determined for the firmware program. This can occur as a consequence of several reasons:
  - Programming via SPI smoking 
- RESET leg became usual ping port 
- Improperly selected clock source
by Kerby
Tue Dec 24, 2013 11:59 am
Forum: Games & Demos
Topic: Candle burner
Replies: 17
Views: 14742

Re: Candle burner

Fun game turned out! And the tree can burn ;) I think there can be many different versions of the game to come up with ...
by Kerby
Fri Dec 20, 2013 11:24 am
Forum: Programming & Software
Topic: I broke the bootloader
Replies: 28
Views: 16690

Re: I broke the bootloader

That scheme, probably the cheapest chip programmer for AVR. Can laugh, but I tried it with Atmega 644, works fine!
by Kerby
Wed Dec 18, 2013 9:18 am
Forum: Programming & Software
Topic: I broke the bootloader
Replies: 28
Views: 16690

Re: I broke the bootloader

Hi! I had a similar situation last year. When you download a file from the SD card turned out a failure, when you restart a black screen! Connecting through ISP connector programmer gave nothing! When installing the Atmega 644 programmer through the parallel port of the computer chip undecided! The ...
by Kerby
Mon Dec 16, 2013 9:33 am
Forum: Programming & Software
Topic: Simultaneously press two buttons
Replies: 7
Views: 3254

Re: Simultaneously press two buttons

Thank you all for answering my silly question! Newbie ...
by Kerby
Sat Dec 14, 2013 9:58 am
Forum: Games & Demos
Topic: Candle burner
Replies: 17
Views: 14742

Re: Candle burner

You can even limit the burning time of a match! And then to light the candles on the left side of the tree, the match should not be set on fire from the candle base, and from the already burning on the tree!
P.S. Little sparks on the tree after the victory turned out very well!
by Kerby
Tue Dec 10, 2013 5:48 pm
Forum: Programming & Software
Topic: Simultaneously press two buttons
Replies: 7
Views: 3254

Re: Simultaneously press two buttons

Oooh ... Thank you, so of course everything is working as it should! Only needed to add parentheses.

Code: Select all

if (ReadJoypad(0)==(BTN_A | BTN_LEFT))
{....
by Kerby
Tue Dec 10, 2013 7:56 am
Forum: Programming & Software
Topic: Simultaneously press two buttons
Replies: 7
Views: 3254

Simultaneously press two buttons

Hi! I have one small question. How to write the condition simultaneously pressing two buttons "A" and "left"? Maybe my question is stupid, but I tried different options ... simple is not working is not one! if (ReadJoypad(0)==BTN_A) { if (ReadJoypad(0)==BTN_LEFT) {.......... if (...
by Kerby
Tue Dec 10, 2013 7:38 am
Forum: Uzebox Emulator
Topic: UZEM & SD card emulation
Replies: 39
Views: 29361

Re: UZEM & SD card emulation

That's cool!
by Kerby
Tue Dec 10, 2013 6:59 am
Forum: Games & Demos
Topic: Candle burner
Replies: 17
Views: 14742

Re: Candle burner

Hi!
Right from the candle is lit only when the movement from the bottom up ... candles on a Christmas tree lit even if extinguished match ... Maybe I do not know the right principle of action ... check only in the emulator. Spruce painted very well!