Search found 10 matches

by Poppy McDoh!
Mon Nov 07, 2016 12:18 pm
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

@all:
is your green LED (TXD) ON all the time?
by Poppy McDoh!
Sun Nov 06, 2016 4:50 am
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

@ tronicgr: why did you set the E fuse to the following value? L 0xFF <- OK H 0xD8 <- OK E 0xCB <- WHY? this setting means that BROWN OUT DETECTION is activated at 2.6V have a look: http://www.engbedded.com/fusecalc voltage via USB will always be at 5V, so why is BOD enabled? and why 2.6V? is it nec...
by Poppy McDoh!
Tue Oct 25, 2016 3:41 am
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

now i loaded the sparkfun pro micro settings in arduino ide and flashed my code to the chip. it works. but somehow the button allocation is not what i want to send. for example receiving "11" and "12" in windows/gamecontrollersettings when pressing BTN_TURBO or BTN_SLOW does not work at all! any ide...
by Poppy McDoh!
Tue Oct 25, 2016 3:29 am
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

solved by adding void setup command: void setup() // activate pullups: { pinMode(1, INPUT_PULLUP); pinMode(0, INPUT_PULLUP); pinMode(2, INPUT_PULLUP); pinMode(3, INPUT_PULLUP); pinMode(4, INPUT_PULLUP); pinMode(5, INPUT_PULLUP); pinMode(6, INPUT_PULLUP); pinMode(7, INPUT_PULLUP); pinMode(8, INPUT_PU...
by Poppy McDoh!
Tue Oct 25, 2016 3:16 am
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

for line

Code: Select all

pinMode(15, INPUT_PULLUP);
i get this error in arduino ide:
exit status 1
expected constructor, destructor, or type conversion before '(' token


do you have an idea what this means?
by Poppy McDoh!
Mon Oct 24, 2016 9:54 am
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

so to remove the void setup code just replace it with this? pinMode(1, INPUT_PULLUP); pinMode(0, INPUT_PULLUP); pinMode(2, INPUT_PULLUP); pinMode(3, INPUT_PULLUP); pinMode(4, INPUT_PULLUP); pinMode(5, INPUT_PULLUP); pinMode(6, INPUT_PULLUP); pinMode(7, INPUT_PULLUP); pinMode(8, INPUT_PULLUP); pinMod...
by Poppy McDoh!
Mon Oct 24, 2016 9:21 am
Forum: Arduino
Topic: Some HELP with programming an Atmega32U4 with ISP
Replies: 24
Views: 43541

Re: Some HELP with programming an Atmega32U4 with ISP

@ tronicgr could you help me please? i read your posts about the oxodao-code... i have no clue about this part in my code-mod, where i added some buttons and changed the pin order: void setup() { for (int x = 0; x<14; x++){ pinMode(x, INPUT_PULLUP); the problem: i got some pro micro clones with ardu...
by Poppy McDoh!
Tue Aug 30, 2016 6:00 am
Forum: General Hardware
Topic: Battery choosing
Replies: 14
Views: 10333

Re: Battery choosing

have a look at this:
http://www.ebay.de/itm/191812179799
Li-ion 3800MAH - but Output "only" 4.8V
dremeling the plastic parts away will make it fit in the batterycomparment!

anyone tested this?
by Poppy McDoh!
Tue Aug 30, 2016 3:02 am
Forum: General Hardware
Topic: SNES Buttons
Replies: 14
Views: 17162

Re: SNES Buttons

the china clone snes pads have buttons which not fit. so, get an original snes pad or cloned DMG01 buttons . they fit! more infos: http://www.objectproject.net/zeroboy/button-uebersicht-durchmesser http://i2.wp.com/www.objectproject.net/zeroboy/wp-content/uploads/2016/08/buttons_hp.jpg?resize=768%2C...
by Poppy McDoh!
Tue Aug 30, 2016 2:56 am
Forum: General Hardware
Topic: Possible Powerbooster Alternative?
Replies: 17
Views: 14187

Re: Possible Powerbooster Alternative?

Hi there! Why not have a look at the WIKI? http://sudomod.com/wiki/index.php?title=GBZ_Power_Supply There you will find an alternative. So, why not get this sexy thing? http://aliexpress.com/item/Mobile-power-supply-chip-5V-boost-board-belt-recognition-module-Mobile-phone-charge-MICRO-interface-H5A4...