My latest hardware shenanniganry
Scythe
Join Date: 2002-01-25 Member: 46NS1 Playtester, Forum Moderators, Constellation, Reinforced - Silver
in Off-Topic
<div class="IPBDescription">Designing my own microcontroller, fun with acid!</div>I've made another post in my projects log thingo. This time I'm designing, etching and soldering my own microcontroller circuit, for great justice!
<img src="http://www.tjhowse.com/carputer/controller/micromacro2-small.jpg" border="0" class="linked-image" />
Also, very small soldering.
<a href="http://www.tjhowse.com/forums/index.php?showtopic=92" target="_blank">Clickzor.</a>
--Scythe--
<img src="http://www.tjhowse.com/carputer/controller/micromacro2-small.jpg" border="0" class="linked-image" />
Also, very small soldering.
<a href="http://www.tjhowse.com/forums/index.php?showtopic=92" target="_blank">Clickzor.</a>
--Scythe--
Comments
You could click the link and read, but what the hay:
<span style='color:#000000;background:#000000'>world domination</span>
Also: I totally feel your pain on ordering surface-mount pieces by accident. I have a hand full of super-small surface mount resistors that I bought by accident. I will never use these, my soldering iron isn't even small enough.
<span style='color:#000000;background:#000000'>world domination</span><!--QuoteEnd--></div><!--QuoteEEnd-->
I actually have a lot of difficulty linking anything on that forum he links to because the page stretches past the bounds of my screen (so I have to scroll left and right for ever line...)
I was just hoping for a summary from Scythe of what it does because from what I did read it seemed like a project log. I also saw something saying it is to pass input to a laptop, but I don't really know what it's intended for. (And because of the obnoxiousness of the linked-to forums I don't care to try to read carefully and find out)
*shrugs*
If he's going to post it here I feel he could provide some of the information here too. Not necessarily the whole work log but a summary of what it does would be nice.
Also Scythe, how old are you / are you in college for ECE or are you just hobby-learning it?
Yeah, I kinda assume you've got a minimum of 1280 horizontal resolution. According to google analytics this accounts for 85% of visitors, so the majority wins I'm afraid. :<
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->I was just hoping for a summary from Scythe of what it does because from what I did read it seemed like a project log. I also saw something saying it is to pass input to a laptop, but I don't really know what it's intended for. (And because of the obnoxiousness of the linked-to forums I don't care to try to read carefully and find out)
*shrugs*
If he's going to post it here I feel he could provide some of the information here too. Not necessarily the whole work log but a summary of what it does would be nice.<!--QuoteEnd--></div><!--QuoteEEnd-->
It's basically a little microchip that has eight digital outputs, eight digital inputs and can communicate with other devices of its kind and a laptop over an RS485 serial bus. This'll let me do nifty stuff in my car, like drive little servomotors, turn on lights, drive relays and suchlike. I'm mostly doing this to have a go at writing my own serial protocol, it's gonna be fun.
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Also Scythe, how old are you / are you in college for ECE or are you just hobby-learning it?<!--QuoteEnd--></div><!--QuoteEEnd-->
I'm 23 in a few months and I have a bachelor's degree in mechatronic engineering. This kind of thing is my bread-and-butter, I figured it'd be a cool solution to a few problems I had with my carputer.
--Scythe--
I guess I must have been reading it on my laptop which has 1024 rather than my desktop which does indeed have 1280.
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->It's basically a little microchip that has eight digital outputs, eight digital inputs and can communicate with other devices of its kind and a laptop over an RS485 serial bus. This'll let me do nifty stuff in my car, like drive little servomotors, turn on lights, drive relays and suchlike. I'm mostly doing this to have a go at writing my own serial protocol, it's gonna be fun.<!--QuoteEnd--></div><!--QuoteEEnd-->
Neat. I have an ECE minor and I really want to start learning how to do this stuff. I did some stuff in my classes but I don't really know how to design circuits.