redtop's Ferduino controller

Marc are you not tracing out all the pins from the double header looks like you start at pin 40
 
hey rott i have something for you

picture.php

nice work Marc, are you gonna have some of those printed ? I'm interested if so :D

if you guys need some Toshiba ULN2803APG IC chips for relay builds, do not buy any before checking with me first,

in a screw up with an order for 20 pieces from Amazon, I ordered 20 and they sent 1, I contacted the vendor to see what was the deal, it was a screw up in their shipping department

somehow in the mix up,they sent me a few extra :D like 380 pieces extra...

instead of 19 more chips, they sent me 19 tubes, which contain 20 each, 1 tube was damaged in shipping and 3 chips are missing from it and all the pins were bent but I managed to straighten most of them so I don't really have 380 pieces, I have 360 that are in perfect condition and 17 with some minor issues :D

I'm thinking I like the latest screw up in their shipping department LOL
 
willie with the help of yet a 3rd person many different boards have been made for ldd lighting I have one that is kinda home made lets me use the fan wire for heat sinks from Jarduino or Ferduino the pwm one and lets me split it out to 4 heat sinks instead of just one
 
Rott I started there because the rest are used by the lcd no point breaking them out and no room also that battery holder is thru hole

Redtop of course you will get one I was thinking of putting a ULN on there instead of the port expander it was a toss up I still need to brush it up a bit and I have a bad habit of changing things so I'm going to guess this is not the final version because of all thoes screw terminals and connectors It is hard to sneak traces past them
 
port expander board is small cheap and easy to get use the space for some thing else if you need/want to
 
that one uses a Ethernet cable right? what is the ABCD green dots on the right hand side I forget
 
cool I will have to build that one soon as I get the parts just to make it work might have to use for a my next build thank you for the package just in case I for got to say that before
 
Redtop short answer I just like doing it an I guess I need to explain that last board
10 ldd 3 dc to dc stepdowns fan control 4 fans connectors for 4 temp probs dc converters are on back side led power indicators and every thing I forgot
 
Redtop short answer I just like doing it an I guess I need to explain that last board
10 ldd 3 dc to dc stepdowns fan control 4 fans connectors for 4 temp probs dc converters are on back side led power indicators and every thing I forgot

yep, I seen the 10 LDD slots, and the fan control section, awesome work man
 
Abc dots are breakout connectors for the left over wires in the cable just in case they are needed
I am sending you all the parts too shark boy got his today
 
Redtop or rott is your RTC connected to pins 18 and 19
And the port expander to 20 and 21 as in the list on page one ?
 
Marc this is from the Ferduino code

//*******************************************************************************************************
//********************** Functions of the RTC ***********************************************************
//*******************************************************************************************************
// (SDA,SCL)
DS1307 rtc(20, 21); // Indicates which pins are connected to the RTC.
 
Back
Top