Search found 30 matches

by myPiZero
Mon Oct 31, 2016 1:39 pm
Forum: Guides
Topic: Arduino Pro (Leonardo Micro)
Replies: 46
Views: 57625

Re: Arduino Pro (Leonardo Micro)

Happy to hear the Arduino is not dead.
I tested it again on my bench and it functions properly.
I put the code in github
https://github.com/Boris4K/FastArduinoKeyboard
by myPiZero
Sun Oct 30, 2016 4:05 am
Forum: RetroPie
Topic: save button
Replies: 5
Views: 5162

Re: save button

Look at my build in the show off corner. I added instructions for save state and load state.
by myPiZero
Tue Oct 25, 2016 12:21 am
Forum: Guides
Topic: Arduino Pro (Leonardo Micro)
Replies: 46
Views: 57625

Re: Arduino Pro (Leonardo Micro)

Try reading this forum post
sparkfun
by myPiZero
Mon Oct 24, 2016 1:33 pm
Forum: Guides
Topic: Arduino Pro (Leonardo Micro)
Replies: 46
Views: 57625

Re: Arduino Pro (Leonardo Micro)

I modified the code after you saw my comment. Please use the new code.
by myPiZero
Mon Oct 24, 2016 12:17 pm
Forum: Guides
Topic: Arduino Pro (Leonardo Micro)
Replies: 46
Views: 57625

Re: Arduino Pro (Leonardo Micro)

I edited the code to include all the pins on the Arduino pro micro. I don't know if the extra unused keys might degrade the performance. I use the same code with a smaller arrays of 12 keys only. #include <Keyboard.h> #define BUTTONS 20 int keycode_arr[] = { 118, // PIN0 'v' 119, // PIN1 'w' 120, //...
by myPiZero
Sat Oct 08, 2016 10:58 pm
Forum: General Chat (Game Boy Zero)
Topic: Volume wheel wiring
Replies: 3
Views: 5473

Re: Volume wheel wiring

Why didn't you get a 5 pin pot? It can be found on ebay.
by myPiZero
Mon Sep 26, 2016 7:43 am
Forum: General Hardware
Topic: GearBest screens warning!!
Replies: 11
Views: 11050

Re: GearBest screens warning!!

I connected mine to a sony camera. Looks ok.
by myPiZero
Sat Sep 24, 2016 11:51 pm
Forum: General Chat (Game Boy Zero)
Topic: Custom/Aftermarket Build Guide Part 2
Replies: 64
Views: 45989

Re: Custom/Aftermarket Build Guide Part 2

Thanks.
Can you make a review about your 3D printer?
by myPiZero
Fri Sep 23, 2016 12:49 am
Forum: Arduino
Topic: include keyboard.h file
Replies: 4
Views: 15000

Re: include keyboard.h file

You can buy an Arduino pro micro, it is cheaper.
I made a sketch for it, here.
by myPiZero
Thu Sep 22, 2016 11:10 pm
Forum: General Chat (Game Boy Zero)
Topic: Trouble uploading program to Teensy
Replies: 3
Views: 4228

Re: Trouble uploading program to Teensy

Someone else has the same issue with OS X Sierra.
viewtopic.php?f=18&t=1471