Search found 38 matches

by TimBer
Sun Oct 23, 2016 10:43 am
Forum: Arduino
Topic: using a sparkfun pro mini
Replies: 9
Views: 15768

Re: using a sparkfun pro mini

That's because you now call release when you have still pressed the button. Next loop it will call press and release again. Giving you the same result. I linked to wrong post from helder. It should be: http://sudomod.com/forum/viewtopic.php?f=25&t=1176 But user myPiZero has made an example you can u...
by TimBer
Sun Oct 23, 2016 4:27 am
Forum: Arduino
Topic: using a sparkfun pro mini
Replies: 9
Views: 15768

Re: using a sparkfun pro mini

Ah...yes....A pro micro is using a Atmega32u4 You can easily program it setting the arduino development tool to use an "arduino leonardo" Keep in mind the pro micro does not have digital pins 11,12,13 E.g. you could use the software from helder (just make sure to put the correct libraries in you ard...
by TimBer
Sun Oct 23, 2016 1:11 am
Forum: Arduino
Topic: using a sparkfun pro mini
Replies: 9
Views: 15768

Re: using a sparkfun pro mini

The problem you have is with keyboard.write You should be using keyboard.press() and keyboard.release() It should be using a buffer, allowing for a number of buttons to be pressed and send at a single time. But if I understand correctly, this sparkfun pro mini uses an ATmega328 chipset. Correct? If ...
by TimBer
Tue Oct 18, 2016 2:48 am
Forum: Show-off Corner (Game Boy Zero)
Topic: A few of my projects (Gameboy, Gamegear, Wii U Gamepad, Lynx 2, etc
Replies: 12
Views: 14119

Re: A few of my projects (Gameboy, Gamegear, Wii U Gamepad, Lynx 2, etc

Really nice work!!!!

I must say I also fancy the Lynx the most.....Almost looks like the original screen.

What did you use? The original or a replacement......interested in the insides as well :-)
by TimBer
Mon Oct 17, 2016 12:06 am
Forum: Arduino
Topic: teensy 2.0
Replies: 1
Views: 9258

Re: teensy 2.0

Do you really have a teensy 2.0 board? I would guess that board has a ATmega32u4 chip (with USB HID support), and not an ATmega328 (which does not have USB HID support). If you read the first guide from wermy, you can read what steps to take (if you really have a teensy board). http://sudomod.com/ga...
by TimBer
Sat Oct 15, 2016 6:13 am
Forum: Archived/Completed Sales
Topic: [Sold Out] [NL/EU] Helders simple button PCB for €2,10 + shipping
Replies: 7
Views: 6417

Re: [Sold Out] [NL/EU] Helders simple button PCB for €2,10 + shipping

Already received them!

Good packaging, excellent service. Thanks @louis-lau
by TimBer
Thu Oct 13, 2016 4:02 am
Forum: Interest Gauging
Topic: [Gauging Interest] Safe Shutdown (BangGood edition)
Replies: 83
Views: 70931

Re: [Gauging Interest] Safe Shutdown (BangGood edition)

2 for me, perhaps 3 (depending on the price)
by TimBer
Mon Oct 10, 2016 3:46 am
Forum: Raspberry Pi
Topic: PiGRRL 2.0 Kit in a GameBoy Case
Replies: 2
Views: 3873

Re: PiGRRL 2.0 Kit in a GameBoy Case

without looking at all the dimensions, I would say those are off.

- Screen is smaller (2.8 inch compared to 3.5 inch)
- tactile switches
- button placement

Thinking it takes more work to make this fit, than buying an AIO board from Helder (or else) and buying the rest of the kit yourself
by TimBer
Sun Oct 09, 2016 11:24 am
Forum: Show-off Corner
Topic: WII U RASPBERRY PI 3 FINISHED
Replies: 601
Views: 795548

Re: WII U RASPBERRY PI 3 FINISHED

Really really nice!!!!

Wondering if you sacrificed a working wii u controller for this........
by TimBer
Sun Oct 09, 2016 9:35 am
Forum: Arduino
Topic: ATMega328p chip (e.g. Arduino Nano) as a teensy alternative
Replies: 5
Views: 15294

ATMega328p chip (e.g. Arduino Nano) as a teensy alternative

Ok..... Let me start bart_teensy.gif When I was looking for a cheap teensy alternative it was late....I was feeling sleepy. I found something cheap and thought, let me order this. Did not look at the fact it was an ATMega328p chip (Arduino Nano clone), not an ATMega32U4 (or something else with nativ...