Cheaper than Teensy
Re: Cheaper than Teensy
I didn't read the entire thread, so this may have been suggested, but you actually don't need a separate chip to handle the inputs at all. The Pi can use its GPIO pins as keyboard keys. I made a more detailed post about it here: http://www.sudomod.com/forum/viewtopic.php?f=8&t=458
- Oxodao
- Posts: 131
- Joined: Wed Jun 01, 2016 11:35 am
- Location: 127.0.0.1
- Has thanked: 4 times
- Been thanked: 30 times
- Contact:
Re: Cheaper than Teensy
Oxodao wrote:Same deal, lots of wires, it takes more space. Plus the RPi3 has a quite bad power consumption for a portable console..GnobarEl wrote:Sorry for the dumb question.
What are the advantage of using this solution rather the GPIO pins from RPi3? Isn't cheaper and faster? Also supports multiple press.
(unless we need the GPIO pins for other stuffs).
Thanks.
And we are lazy, this is nearly plug and play once you've done the hardware part. Your solution require some kind of virtual joystick and such, if you need for any reason to format your SD card, you need to do everything again. Here it is handled as a controller, it works instantly
Arduino sketch for the gamepad (Teensy replacement): http://github.com/oxodao/GBZGamepad
Re: Cheaper than Teensy
First, what does a Pi3 have to do with this? Also, it wouldn't take any more wires than using the teensy. You're remark about the SD card is true, but I think the price and complexity reduction is well worth a minor inconvenience if you need to replace the SD card.Oxodao wrote:Oxodao wrote:Same deal, lots of wires, it takes more space. Plus the RPi3 has a quite bad power consumption for a portable console..GnobarEl wrote:Sorry for the dumb question.
What are the advantage of using this solution rather the GPIO pins from RPi3? Isn't cheaper and faster? Also supports multiple press.
(unless we need the GPIO pins for other stuffs).
Thanks.
And we are lazy, this is nearly plug and play once you've done the hardware part. Your solution require some kind of virtual joystick and such, if you need for any reason to format your SD card, you need to do everything again. Here it is handled as a controller, it works instantly
- Helder
- Trailblazer
- Posts: 2985
- Joined: Thu May 05, 2016 8:33 am
- Location: Rogers, AR
- Has thanked: 1459 times
- Been thanked: 3114 times
Re: Cheaper than Teensy
I have a USB plug and also a the 6pin ISP header on the board so it can be programmed both ways. I haven't decided on what to program it with yet, maybe leave that up to the end user or maybe you can give me a suggestionOxodao wrote:I would buy one obviously, since I'm making the code that would be nice to be able to test this, PM me as soon you have what's needed, want to be #1 tester :p
By the way, have you programmed them with Arduino bootloader or do you make a header to do this ?

I'll definitely send you one of the 5 so no need to worry.
Chat with me and other members On Discord
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
- Oxodao
- Posts: 131
- Joined: Wed Jun 01, 2016 11:35 am
- Location: 127.0.0.1
- Has thanked: 4 times
- Been thanked: 30 times
- Contact:
Re: Cheaper than Teensy
The RPi3 is because the author of the post you did not read that contains the awnser was using a RPi3.Ivoah wrote:First, what does a Pi3 have to do with this? Also, it wouldn't take any more wires than using the teensy. You're remark about the SD card is true, but I think the price and complexity reduction is well worth a minor inconvenience if you need to replace the SD card.Oxodao wrote:Oxodao wrote:
Same deal, lots of wires, it takes more space. Plus the RPi3 has a quite bad power consumption for a portable console..
And we are lazy, this is nearly plug and play once you've done the hardware part. Your solution require some kind of virtual joystick and such, if you need for any reason to format your SD card, you need to do everything again. Here it is handled as a controller, it works instantly
The finnancial cost is indeed a factor though here we deals with ATMega32u4 which costs less than 10$ which worth it
Yeah my best guess would be to buy pre-programmed atmega with arduino bootloader so that the user can update it through Arduino program, but if the chip are not pre-programmed ISP would be my second guessHelder wrote:I have a USB plug and also a the 6pin ISP header on the board so it can be programmed both ways. I haven't decided on what to program it with yet, maybe leave that up to the end user or maybe you can give me a suggestion
Arduino sketch for the gamepad (Teensy replacement): http://github.com/oxodao/GBZGamepad
- Helder
- Trailblazer
- Posts: 2985
- Joined: Thu May 05, 2016 8:33 am
- Location: Rogers, AR
- Has thanked: 1459 times
- Been thanked: 3114 times
Re: Cheaper than Teensy
Here is the image of the board in Eagle just o give you guys a heads up on it's look. I tightened some of the post holes as I didn't like some being too big for the tiny posts, added the audio buffer added, have 2 usb connection methods with a cable or wire method, ISP header, L1/L2 and R1/R2.

EDIT: To anyone who has successfully installed a stereo amp with volume control could you PM me the way you set it up? Not interested in USB audio as I have space for an amp on this and would like to add it in there.

EDIT: To anyone who has successfully installed a stereo amp with volume control could you PM me the way you set it up? Not interested in USB audio as I have space for an amp on this and would like to add it in there.
Chat with me and other members On Discord
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
- Oxodao
- Posts: 131
- Joined: Wed Jun 01, 2016 11:35 am
- Location: 127.0.0.1
- Has thanked: 4 times
- Been thanked: 30 times
- Contact:
Re: Cheaper than Teensy
This is insane. So much work, you rock!
Arduino sketch for the gamepad (Teensy replacement): http://github.com/oxodao/GBZGamepad
- Helder
- Trailblazer
- Posts: 2985
- Joined: Thu May 05, 2016 8:33 am
- Location: Rogers, AR
- Has thanked: 1459 times
- Been thanked: 3114 times
Re: Cheaper than Teensy
Because of the nature of the board once the tests prove to be functional (it should!), these will be a limited run since I have to hand solder these bad boys and that can take time although I have a plan to streamline the process a bit.
Chat with me and other members On Discord
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
- Oxodao
- Posts: 131
- Joined: Wed Jun 01, 2016 11:35 am
- Location: 127.0.0.1
- Has thanked: 4 times
- Been thanked: 30 times
- Contact:
Re: Cheaper than Teensy
Wouldn't it be faster to reflow oven it ? If so you could do a DIY one (That would be a nice project to do)Helder wrote:Because of the nature of the board once the tests prove to be functional (it should!), these will be a limited run since I have to hand solder these bad boys and that can take time although I have a plan to streamline the process a bit.
Arduino sketch for the gamepad (Teensy replacement): http://github.com/oxodao/GBZGamepad
- Helder
- Trailblazer
- Posts: 2985
- Joined: Thu May 05, 2016 8:33 am
- Location: Rogers, AR
- Has thanked: 1459 times
- Been thanked: 3114 times
Re: Cheaper than Teensy
That is what I plan to do but even that takes times but will be much faster than hand soldering. Either way it depends on demand how many I'll get once tests are good.
Chat with me and other members On Discord
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Don't contact me about obtaining my board files (as you will not get them). If my Boards or PCB Kits are sold out, they will be restocked as soon as I can get them and there is demand for them. You can join the mailing list on my Website to be notified when they are available.
Helder's Game Tech Website
We will not support any cloned work so don't come to us with technical issues to resolve, go talk to the cloner for help.
Who is online
Users browsing this forum: No registered users and 1 guest