Bitcoin Forum
June 28, 2024, 10:46:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 »
  Print  
Author Topic: DIY PCB with AVALON: "The Quarter Stick" - Needs Help!  (Read 89444 times)
fasmax
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
April 28, 2013, 09:30:00 PM
 #421

OK, I have a preliminary Schematic for engineering discussion.
https://www.dropbox.com/s/9c51uivncr5hhnp/DIY_AVALON_Rough_Draft1.sch.pdf

https://www.dropbox.com/s/ypqbam0uxwtcav9/BOM_Rough_Draft1.xls

Please take the engineering with a grain of salt. I would love to have some EE's look it over and
offer suggestions for improvement. I'm still having difficulty solving the math to yield values for
the following components:
C2?
C3?
R4?
C6?
c7?
L2?

Any help would be appreciated.

thanks,
     Allten

Hi,

For this project I would prefer a monolithic regulator. You could considere this: http://www.ti.com/product/lm3678. This one have an Enable input (EN) for control and Soft Start for the inrush requirement.

On the other hand, this is for one ASIC solution. I´m considering the 10 ASICs design and I´m looking to use the PIC32 too (I have used only the PIC18 before and I´m thinking about that).

For 10 ASICs powering I see this modules as a good option: http://www.murata-ps.com/en/products/dc-dc-converters/single-output-non-isolated/oky2-t-16-d12p-c.html

Regards
I like the idea of a 10 chip design and the power supply module.
Still need 3.3 volt supply of some sort.
The 16 amp 1.2 volt module might be a little marginal if we try to push the operating frequency.
Is a PIC chip necessary ? Might it be possible to just connect the 10 chip miner with a level translator to a standard RS232 COM port ?
Keep the good ideas coming!
roybitcoin
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
April 28, 2013, 10:48:27 PM
 #422

For an application like this, a monolithic PSU is the way to go. The one roybitcoin suggested looks good, is only $1.72 in 1-piece prices, but only puts out 1.5A and is a package that cannot be soldered by hand (would need a reflow method).

I will dive into your schematics later today and see if I can come up with some values for your PSU, and do some digging for a suitable monolithic equivalent.

You are right, 1.5A is very tight. I have looked some other converters but they are more expensives. for example:

http://www.ti.com/product/lm20343

The app notes have the PCB layout too

I have used monolithic linear power ICs (www.linear.com) in some of my proyects but they are a more expensives too


BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 28, 2013, 11:28:39 PM
Last edit: April 28, 2013, 11:43:19 PM by BkkCoins
 #423

My 16 chip board will be using 2 x IR3895 16A buck regulator ($2.87) for 1.2 supply. And an MCP16321 3.3V 1A buck regulator ($1.55). Both available from Mouser.

There is a MCP16322 2A buck regulator that would be ideal for a small 1 chip design along with an LDO linear 3.3V reg. I wouldn't go with a 32 bit PIC for the 1 chip design. It's overkill in what it needs to accomplish. I'd use the small/cheap PIC16F1454 USB 8-bit, 14-pin ($1.15) for this.

I'm using it's big brother, the PIC16F1459 20 pin ($1.62) for the 16 chip board but only because it has enough pins that I figure whatever the Avalon docs tell us it will likely have enough to work. I also use 2 pins for fan controller, though that may go unpopulated. The PIC has a temperature sensor on board.

I only pull 12A from each IR3895 keeping it in the more efficient operating area and not pushing it's heat dissipation. It's possible to push the board to 20 chips but it pushes the reg limit and I'd have to move to a board size beyond what the free Eagle allows. I'm also looking at Kicad for a 4 layer design if my 2 layer board proves fruitless. Right now I have the 2 layer board figured out but I consider it a bit non-ideal. The main problem has been getting 3.3V in to the chips without cutting off the main 1.2V supply. I've managed this but some pins don't have as large supply traces as I'd prefer.

I wouldn't limit yourself to hand soldered parts for this. Just read up and learn the home reflow techniques. You're going to need that for the ASIC anyway and most buck regulators have ground pads for heat dissipation. It's also feasible with solder paste and SMD rework station (hot air) but much easier and more reliable with an oven/hot plate.

samurai1200
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile
April 29, 2013, 12:19:20 AM
 #424

My 16 chip board will be using 2 x IR3895 16A buck regulator ($2.87) for 1.2 supply. And an MCP16321 3.3V 1A buck regulator ($1.55). Both available from Mouser.

There is a MCP16322 2A buck regulator that would be ideal for a small 1 chip design along with an LDO linear 3.3V reg. I wouldn't go with a 32 bit PIC for the 1 chip design. It's overkill in what it needs to accomplish. I'd use the small/cheap PIC16F1454 USB 8-bit, 14-pin ($1.15) for this.

I'm using it's big brother, the PIC16F1459 20 pin ($1.62) for the 16 chip board but only because it has enough pins that I figure whatever the Avalon docs tell us it will likely have enough to work. I also use 2 pins for fan controller, though that may go unpopulated. The PIC has a temperature sensor on board.

I only pull 12A from each IR3895 keeping it in the more efficient operating area and not pushing it's heat dissipation. It's possible to push the board to 20 chips but it pushes the reg limit and I'd have to move to a board size beyond what the free Eagle allows. I'm also looking at Kicad for a 4 layer design if my 2 layer board proves fruitless. Right now I have the 2 layer board figured out but I consider it a bit non-ideal. The main problem has been getting 3.3V in to the chips without cutting off the main 1.2V supply. I've managed this but some pins don't have as large supply traces as I'd prefer.

I wouldn't limit yourself to hand soldered parts for this. Just read up and learn the home reflow techniques. You're going to need that for the ASIC anyway and most buck regulators have ground pads for heat dissipation. It's also feasible with solder paste and SMD rework station (hot air) but much easier and more reliable with an oven/hot plate.

I'm skeptical that you're going to be able to put 16 chips on a 100x80mm board @ 2-layers. It's going to be very difficult to supply/return 24A around the board properly with signaling and +3.3V chopping up your copper pours. I'm thinking 4-layer will be necessary for such a design.

Hodl for the longest tiem.

Use it or lose it: http://coinmap.org/
DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 29, 2013, 12:43:38 AM
 #425

This is a long thread, not sure if anyone mentioned this but:

with the single chip honey bee USB's being made, any thought on maybe sticking 4 Avalon chips on a USB PCB stick?

a lot of us will be getting chips so why not make some 1Gh USB sticks?




 

~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
roybitcoin
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
April 29, 2013, 12:49:09 AM
 #426

My 16 chip board will be using 2 x IR3895 16A buck regulator ($2.87) for 1.2 supply. And an MCP16321 3.3V 1A buck regulator ($1.55). Both available from Mouser.

There is a MCP16322 2A buck regulator that would be ideal for a small 1 chip design along with an LDO linear 3.3V reg. I wouldn't go with a 32 bit PIC for the 1 chip design. It's overkill in what it needs to accomplish. I'd use the small/cheap PIC16F1454 USB 8-bit, 14-pin ($1.15) for this.

I'm using it's big brother, the PIC16F1459 20 pin ($1.62) for the 16 chip board but only because it has enough pins that I figure whatever the Avalon docs tell us it will likely have enough to work. I also use 2 pins for fan controller, though that may go unpopulated. The PIC has a temperature sensor on board.

I only pull 12A from each IR3895 keeping it in the more efficient operating area and not pushing it's heat dissipation. It's possible to push the board to 20 chips but it pushes the reg limit and I'd have to move to a board size beyond what the free Eagle allows. I'm also looking at Kicad for a 4 layer design if my 2 layer board proves fruitless. Right now I have the 2 layer board figured out but I consider it a bit non-ideal. The main problem has been getting 3.3V in to the chips without cutting off the main 1.2V supply. I've managed this but some pins don't have as large supply traces as I'd prefer.

I wouldn't limit yourself to hand soldered parts for this. Just read up and learn the home reflow techniques. You're going to need that for the ASIC anyway and most buck regulators have ground pads for heat dissipation. It's also feasible with solder paste and SMD rework station (hot air) but much easier and more reliable with an oven/hot plate.

Very good aproach for core power; I will take a look. I´m thinking about the Murata DC-DC converters because I don´t wan to lost time in PSU issues. I prefer to work in the protocol and mining software when the Avalon specs arrives. I´ll use the same PIC as you in order to work with the same software. Thank you for share your thoughts

samurai1200
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile
April 29, 2013, 12:51:44 AM
 #427

This is a long thread, not sure if anyone mentioned this but:

with the single chip honey bee USB's being made, any thought on maybe sticking 4 Avalon chips on a USB PCB stick?

a lot of us will be getting chips so why not make some 1Gh USB sticks?
 

Limited power from a USB port. 2.5W tends to be the most (5V @ 500mA) you can pull from a single USB port. There isn't really a hard upper limit, but I believe 500mA is the lower limit.


Hodl for the longest tiem.

Use it or lose it: http://coinmap.org/
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 29, 2013, 01:23:01 AM
 #428

I'm skeptical that you're going to be able to put 16 chips on a 100x80mm board @ 2-layers. It's going to be very difficult to supply/return 24A around the board properly with signaling and +3.3V chopping up your copper pours. I'm thinking 4-layer will be necessary for such a design.
I'm skeptical too. But I'm exploring it fully before giving up. I've actually done one quadrant of 4 chips so far, and it was difficult. The next step of running data signals is pretty dubious and I'm feeling 90% likely I'll end up with 4 layers.

My two motivators were cost and not wanting to learn Kicad. I have to stick with no-cost software and Eagle doesn't allow 4 layers. I've converted my schematic to Kicad but in order to convert the board it looks like I need to adapt the ULP myself. For me boards would cost $2.50 each 2 layer vs. $9.00 each 4 layer (qty 10). I want to spend the minimum up front on prototype boards.

Here's screen grab of the one quadrant I've done, 1.2V in bright red.
(I know there are some fixes to do).

samurai1200
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile
April 29, 2013, 01:40:18 AM
 #429

I'm skeptical that you're going to be able to put 16 chips on a 100x80mm board @ 2-layers. It's going to be very difficult to supply/return 24A around the board properly with signaling and +3.3V chopping up your copper pours. I'm thinking 4-layer will be necessary for such a design.
I'm skeptical too. But I'm exploring it fully before giving up. I've actually done one quadrant of 4 chips so far, and it was difficult. The next step of running data signals is pretty dubious and I'm feeling 90% likely I'll end up with 4 layers.

My two motivators were cost and not wanting to learn Kicad. I have to stick with no-cost software and Eagle doesn't allow 4 layers. I've converted my schematic to Kicad but in order to convert the board it looks like I need to adapt the ULP myself. For me boards would cost $2.50 each 2 layer vs. $9.00 each 4 layer (qty 10). I want to spend the minimum up front on prototype boards.

Here's screen grab of the one quadrant I've done, 1.2V in bright red.
(I know there are some fixes to do).
[ image snipped ]

If youre trying to learn KiCAD, I would just re-route the board to learn the tools. Anyway, I see a problem with your 1.2V rail. You have a choke point for core current going to the upper left quadrant chip.



Couple Q's:
Who will be doing the software for your project?
Do you need help with the PCB layout? I'll be doing my own designs and I have a full copy of Eagle, as well as a slew of my own test and measurements tools. If you need I can help you out, could be mutually beneficial (information for services).

Hodl for the longest tiem.

Use it or lose it: http://coinmap.org/
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 29, 2013, 01:41:47 AM
 #430

Very good aproach for core power; I will take a look. I´m thinking about the Murata DC-DC converters because I don´t wan to lost time in PSU issues. I prefer to work in the protocol and mining software when the Avalon specs arrives. I´ll use the same PIC as you in order to work with the same software. Thank you for share your thoughts
My approach was to get a board done and order 10 ($25). Even if it turns out to be no good for final mining due to 2 layer power problems I could use it to develop and test the PIC code.

I've also thought about what I could stick into the ASIC spots that could act as a simulator. Maybe a small 8 pin PIC hand wired to the pads. It could rx/tx dummy data. The key is to debug as much as possible before real ASICs arrive, even if it involves funky workarounds. Since we have to wait so so long I want to be confident that when they get here I can drop them in and be running.

BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 29, 2013, 01:45:46 AM
 #431

If youre trying to learn KiCAD, I would just re-route the board to learn the tools. Anyway, I see a problem with your 1.2V rail. You have a choke point for core current going to the upper left quadrant chip.
Ya, saw that. I was going to move the caps and maybe push the ASICs in towards the center a bit. But looking at what I'll need for getting data connected I'm not sure I'll proceed. Another idea I had was removing 2 chips per quadrant, leaving a 4 chip board. While this would not be a final board it could allow me to get a board working @$25 useful for software debugging and then finish with a 4 layer final design.

BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 29, 2013, 01:57:36 AM
Last edit: April 29, 2013, 02:08:24 AM by BkkCoins
 #432

Couple Q's:
Who will be doing the software for your project?
Do you need help with the PCB layout? I'll be doing my own designs and I have a full copy of Eagle, as well as a slew of my own test and measurements tools. If you need I can help you out, could be mutually beneficial (information for services).
My main career has been systems software dev. I'm retired now living in Thailand. I've only ever done electronics for personal interest. I have a PIC programmer and tools for that so will do the software.

If you wanted to use the full Eagle to do a 4 layer design based off what I've already started here I could easily put my work on my github and you could fork it and work on it. I'd only ask that you keep it open and contribute back. Given what I've done, unless there's glaring faults, I think the 4 layer work won't be too difficult. It'll be a lot easier with layers each for 1.2V, data, 3.3V, GND.

I may still do a Kicad 4 layer version but mostly because I like to do this stuff, and be able to edit, which I would lose with not having the full Eagle.

PM me to discuss if you like.

samurai1200
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile
April 29, 2013, 02:00:15 AM
 #433

Couple Q's:
Who will be doing the software for your project?
Do you need help with the PCB layout? I'll be doing my own designs and I have a full copy of Eagle, as well as a slew of my own test and measurements tools. If you need I can help you out, could be mutually beneficial (information for services).
My main career has been systems software dev. I'm retired now living in Thailand. I've only ever done electronics for personal interest. I have a PIC programmer and tools for that so will do the software.

If you wanted to use the full Eagle to do a 4 layer design based off what I've already started here I could easily put my work on my github and you could fork it and work on it. I'd only ask that you keep it open and contribute back. Given what I've done, unless there's glaring faults, I think the 4 layer work won't be too difficult. It'll be a lot easier with layers each for 1.2V, data, 3.3V, GND.

I may still do a Kicad 4 layer version but mostly because I like to do this stuff, and be able to edit, which I would lose with not having the full Eagle.

As of Eagle 5 (have not tried with 6), you could edit and save (but not run any CAM jobs) on a larger-than-free-version board if it was created by a licensed version of Eagle.

Hodl for the longest tiem.

Use it or lose it: http://coinmap.org/
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 29, 2013, 04:19:29 AM
 #434

I've just found this Eagle to Kicad converter.

It worked ok on my board (without having thoroughly checked everything yet). It converted the footprints and board together.

I also have a schematic converter I used that I had to update a bit. That's worked too.

So I'm thinking I'll go forward on Kicad with 4 layers and see how it works.

For anyone who might be interested in Kicad make sure you haven't missed the libraries at http://smisioto.no-ip.org/elettronica/kicad/kicad-en.htm. I haven't used them yet but there are decent 3D models there for many parts that could be used to render a 3D preview.

BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
April 29, 2013, 08:44:19 AM
 #435

Announcing a new thread to discuss my project below:

Codename: Klondike. https://bitcointalk.org/index.php?topic=190731.0

Viceroy
Hero Member
*****
Offline Offline

Activity: 924
Merit: 501


View Profile
April 29, 2013, 01:56:03 PM
 #436

Seeking PCB designer TODAY:
https://bitcointalk.org/index.php?topic=187408

SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
April 30, 2013, 01:25:04 AM
 #437

Out of interest... it looks like the Asics and hashrate in network will grow rapidly in the near future. So the miner will become bigger over time. So i wonder is it possible to create a pcb with maybe 100 avalons on it? Maybe 200, on each side of the pcb? I only mean that the future probably will move into that direction. Simply because 2,5GH will mean nearly nothing at some point.

So will this be possible? I believe the demand will be high from the start. And production most probably will be way more cost efficient.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
samurai1200
Sr. Member
****
Offline Offline

Activity: 303
Merit: 250


View Profile
April 30, 2013, 04:24:32 AM
 #438

Out of interest... it looks like the Asics and hashrate in network will grow rapidly in the near future. So the miner will become bigger over time. So i wonder is it possible to create a pcb with maybe 100 avalons on it? Maybe 200, on each side of the pcb? I only mean that the future probably will move into that direction. Simply because 2,5GH will mean nearly nothing at some point.

So will this be possible? I believe the demand will be high from the start. And production most probably will be way more cost efficient.

Of course its possible.... but how big do you want your PCB to be? The problem here is that each avalon chip essentially generates 2 watts of heat... that heat has to go somewhere. The current design has chips mounted opposite of heatsinks, which lots of copper & vias thermally connecting the two.

I imagine produce development will follow that of GPUs... as we (the third party manufacturers) are designing upgrades to the reference design (cooling, power management, etc), Avalon/others hopefully will be designing their next gen chip that runs faster and cooler.

And so it will be until the end of time.

Hodl for the longest tiem.

Use it or lose it: http://coinmap.org/
crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
April 30, 2013, 07:12:21 AM
 #439

Out of interest... it looks like the Asics and hashrate in network will grow rapidly in the near future. So the miner will become bigger over time. So i wonder is it possible to create a pcb with maybe 100 avalons on it? Maybe 200, on each side of the pcb? I only mean that the future probably will move into that direction. Simply because 2,5GH will mean nearly nothing at some point.

So will this be possible? I believe the demand will be high from the start. And production most probably will be way more cost efficient.

Of course its possible.... but how big do you want your PCB to be? The problem here is that each avalon chip essentially generates 2 watts of heat... that heat has to go somewhere. The current design has chips mounted opposite of heatsinks, which lots of copper & vias thermally connecting the two.

I imagine produce development will follow that of GPUs... as we (the third party manufacturers) are designing upgrades to the reference design (cooling, power management, etc), Avalon/others hopefully will be designing their next gen chip that runs faster and cooler.

And so it will be until the end of time.

We could just keep it them in a vat of liquid nitrogen, no?

more or less retired.
someone42
Member
**
Offline Offline

Activity: 78
Merit: 10

Chris Chua


View Profile
April 30, 2013, 09:58:23 AM
 #440

OK, I have a preliminary Schematic for engineering discussion.
https://www.dropbox.com/s/9c51uivncr5hhnp/DIY_AVALON_Rough_Draft1.sch.pdf

https://www.dropbox.com/s/ypqbam0uxwtcav9/BOM_Rough_Draft1.xls

Please take the engineering with a grain of salt. I would love to have some EE's look it over and
offer suggestions for improvement. I'm still having difficulty solving the math to yield values for
the following components:
C2?
C3?
R4?
C6?
c7?
L2?

Any help would be appreciated.

thanks,
     Allten
I'll join others here in saying that it's going to be much more cost effective to use a switching regulator with integrated MOSFETs. The NCP3170 looks appropriate.

As for C6, C7 and L2, these appear to form a low-pass LC filter. The corner frequency of such a filter is 1 / (2 * pi * sqrt(L * C)), and the filter is second-order. So for example, if L = 100 nH and C = 44 uF, the corner frequency is 75 kHz. This means the 642 kHz input ripple current is reduced by a factor of (642 / 75)^2 which is about 70. How low do you want the input ripple current to be?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!