Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Fifty-Nine
Oct 15, 2003

UserNotFound posted:

Actually, what you should look into is to is use a 555 timer to blink the lights very quickly. 99% of LED lights do this to save power.

You could also use pulse width modulation to vary the intensity if you wanted. I don't know how useful it would be for a bike headlight, but hey, it's there if you want it! v:shobon:v

Adbot
ADBOT LOVES YOU

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!

UserNotFound posted:

But a bicycle is the perfect place for a heatsink: lots of air movement!
And If I were really good, I'd have a duct to make use of the heat, turning the hot heatsink into a mini jet!

quote:

Also, maybe I didn't read your orignal post well enough, but you could put 2 LEDs in series for a 6.4V drop, which would halve the power wasted by the resistors and be closer in efficiency to a switching supply?
I originally considered that. With the current rig, I'm having to use resistors for roughly 1.8v of input power. The reason I want the vreg is that my batteries from full, to "done" range over a 2.5 volt range or so. (say 10.4 down to 8v or so). The resistors needed at full charge, and those needed at near empty would be wildly different.

quote:

Actually, what you should look into is to is use a 555 timer to blink the lights very quickly. 99% of LED lights do this to save power.
Evidently I can drive the LED's at 50ma at 10% duty cycle. Now, if I understand my LED's right, their response to power is non linear. Sharply non linear. They produce something like 80% of their brightness at 50% their rated power. I'd need to do the math, but I think I'd be almost better off just running the LED's at a lower wattage than trying to mess around with PWM, and the associated switching losses.

That said, I do have a 556 in my parts box....

Mach Won
Jun 17, 2004

Is UNC playing? My post is either whining about (1) ref favoritism, (2) unfair recruiting/player caliber, (3) opposing team sucking or (4) the inevitable UNC win. The day you see me giving UNC credit for anything is the day someone hacked my account.

Roy era: 1-16 :qq: RIVALS!!!!!
Are you looking to drive the LED's with the 555? I know they can source up to 200mA, so it seems like that would not be enough.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!

Mach Won posted:

Are you looking to drive the LED's with the 555? I know they can source up to 200mA, so it seems like that would not be enough.

There's no way I'd try to source all the current through a 555. However a 555 has plenty of power to drive a FET. Which would be used to switch the LEDs. Not that I'm going to go that path.

Hillridge
Aug 3, 2004

WWheeeeeee!
Rather than trying to put together a switcher, have you thought about just buying a power module? Something like this:

http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=296-20400-ND

It's a switcher with all the support circuitry already on the board. You just need to add a few discretes (cap and a couple voltage setting resistors) and you're good to go.

If you go to TI's page you can probably get one as a free sample.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!

Hillridge posted:

Rather than trying to put together a switcher, have you thought about just buying a power module? Something like this:*snip*
If you go to TI's page you can probably get one as a free sample.
I did consider a power module before. They're all relatively expensive.

That's a neat little power supply. But it won't handle more than a 5v input. So I'd still need something to step the voltage down to 5v. And they're $11.50 each.

Check out the part I linked to earlier. The LM2576 is a neat little chip. I bought sets to build 10 of them, for $23.50 shipped. I just need to add two caps. For a total component count of five.

UserNotFound
May 7, 2006
???
Well your light is certainly well thought out, and I eagerly await pictures and stories of your night rides. A night race in a cemetery with the cops showing up is probably the most exciting thing I've ever done :D

TwystNeko
Dec 25, 2004

*ya~~wn*
Okay, I've just gone through this thread, and I've got a couple of possibly stupid questions.

I'm getting into doing PIC programming, the PIC 16F628A in particular, and I'm making one of those silly POV toys - the kind that you swing around, and it displays a message. I've got the programming basically done - I'm running 8 RGB LEDs, and the way I'm storing the data takes 3 bytes per 8-pixel column. No problem there.

So, the first question: I see reference to "ICSP" for programming PICs, does anyone have experience with this? I see references to "schottky" diodes, and I have no idea what those are. I've got some "rectifier" diodes, but haven't a clue if they're the same thing (I assume not)

Second - I want to run this thing off a 9V battery, but of course the circuit only wants 5V. I assume there's a simple way to drop to about 5V with a voltage regulator, right?

One of the future projects that I want to build is a wall-mounted, rotary POV device that is computer controlled via serial (or USB - the PIC 18F4550 series looks great!) - I just have to figure out a good way of transferring data and power to a spinning platform.

Fifty-Nine
Oct 15, 2003

TwystNeko posted:

Okay, I've just gone through this thread, and I've got a couple of possibly stupid questions.

I'm getting into doing PIC programming, the PIC 16F628A in particular, and I'm making one of those silly POV toys - the kind that you swing around, and it displays a message. I've got the programming basically done - I'm running 8 RGB LEDs, and the way I'm storing the data takes 3 bytes per 8-pixel column. No problem there.

So, the first question: I see reference to "ICSP" for programming PICs, does anyone have experience with this? I see references to "schottky" diodes, and I have no idea what those are. I've got some "rectifier" diodes, but haven't a clue if they're the same thing (I assume not)

Second - I want to run this thing off a 9V battery, but of course the circuit only wants 5V. I assume there's a simple way to drop to about 5V with a voltage regulator, right?

One of the future projects that I want to build is a wall-mounted, rotary POV device that is computer controlled via serial (or USB - the PIC 18F4550 series looks great!) - I just have to figure out a good way of transferring data and power to a spinning platform.

In-circuit serial programming allows you to program your target circuit without taking the microcontroller itself out of the circuit. You'll need an ICSP compatible programmer (such as a PICKit2), a PIC (duh), and some resistors. Take a look at this picture:



This picture in particular refers to the PICKit2 programmer, but the basics apply to all the Microchip ICSP programmers. You connect the two ICSP pins directlyto the proper device pins, and you connect the VPP pin from the programmer to the ~MCLR pin. You also connect the programmer to your circuit's Vdd/vss.

The extra circuitry is necessary for two reasons: to hold ~MCLR high during normal use (it's an active low reset) and to isolate the programmer from your Vdd/vss. During programming, the programmer drives ~MCLR to +12V so the diode prevents the programmer from adversely affecting your power supply.

As you can see from the picture, you can also use a 470 ohm resistor instead of a schottky diode. For all my PIC projects I've used a resistor in this capacity and it's worked fine. You could try it with the normal diode--schottky diodes are essentially normal diodes with faster switching times as far as I know--but it might not work. Also, I suppose things might explode or something.

As for your second question, I don't have much experience with using batteries to power microcontrollers so I'll let someone else answer that one. My guess is that you'd be fine depending on how much current you're drawing to power those LEDs.

Hillridge
Aug 3, 2004

WWheeeeeee!
The easiest way is just to use a linear regulator (like one in the LM317 family), but you have to remember that linear regulators "burn off" the extra voltage, so they will waste a lot (4/9) of the power in that battery. A switching power supply is ideal for what you want to do. They can be more than 90% efficient, they're just a little harder to design. Usually you can find an example circuit in the datasheet that will do exactly what you want.

Look around Microchip's website. Chances are that they will recommend a power supply chip for whatever PIC you are using.

Edit:
After looking at the datasheet, this PIC has a range of 2.0-5.5V. It also has very low current draw, so you could easily run it off of a couple AA batteries, or even a 3V lithium cell.

Hillridge fucked around with this message at 15:36 on Apr 4, 2008

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!
Yaknow, the SMPS that I'm using for my headlight would be ideal for driving the PIC project as well.

Captain Cool
Oct 23, 2004

This is a song about messin' with people who've been messin' with you

Nerobro posted:

So, tonight I actually got some silicon hooked up on my bicycle headlight project. I'm using a 7805 vreg to cut down the power from a 9.6v 2.3ah battery pack. I'm looking to drive 50leds at 20ma each. That butts right up against the limit of the 7805.
First off, fifty LEDs will get you seen, but they won't illuminate the road in front of you. If you need to light up the road, you should look into high power LEDs, like 1-3W.

Second, ditch the 7805. You don't need it at all. LEDs don't care about voltage, as long as it's above their forward voltage. The important thing is getting the right current, and you can do that with resistors coming off of the 9.6V pack. If it's NiMH, it will give a very constant voltage from shortly after fresh until almost dead.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!

Captain Cool posted:

First off, fifty LEDs will get you seen, but they won't illuminate the road in front of you. If you need to light up the road, you should look into high power LEDs, like 1-3W.

Second, ditch the 7805. You don't need it at all. LEDs don't care about voltage, as long as it's above their forward voltage. The important thing is getting the right current, and you can do that with resistors coming off of the 9.6V pack. If it's NiMH, it will give a very constant voltage from shortly after fresh until almost dead.
Are you trying to say 3.2 watts of LED won't get me anywhere? Something about the CREE led's just doesn't do it for me. And there are packaging concerns. The CREEs won't suit my headlight design.

The 7805's have been ditched. Read up a few posts to see what i found to deal with that particular bit of nastiness.

Yes, nimh has a favorable discharge curve, but from fully charged, to discharged I'm looking at a drop of nearly 2.6v.

I know LED's don't care about voltage, however I did do the math on the resistors, and it ended up being really ugly. That leads to my first, and second solutions.

My first idea was to stack a few LEDs to get a big-ish voltage drop, and use small resistors. So say we put two LEDs in series, that gives us a 6.4v drop. The resistor to pass 20ma of current at 10.4v would be 200ohm. At 8.4v, it would be 100ohm. So I passed on that idea.

Idea number two was to use big value resistors on single LED's. Which, if I understand the 7805 properly, is effectively the same thing without active voltage regulation. I'd be looking at a 7v drop, at 20ma, per led. I'd be burning up 7 watts of power doing that.

So.. SMPS it is, with smallish value resistors. With the 100ohm resistors i'm dropping 1.6-1.8 volts across the resistor, so I only need to deal with a total of 1.8w of heat. I'm using pairs of half watt resistors, so I am sitting pretty in that respect.

Unless I'm completely wrong....

TwystNeko
Dec 25, 2004

*ya~~wn*

Hillridge posted:

Edit:
After looking at the datasheet, this PIC has a range of 2.0-5.5V. It also has very low current draw, so you could easily run it off of a couple AA batteries, or even a 3V lithium cell.

Well, size is part of the issue, along with weight. What I'm making is designed to be spun around. Sort of like this: http://www.youtube.com/watch?v=gklBWwGyreM - my first one is just going to be on a lanyard, but future ones will be motorized. 3 AA batteries = 4.5V, but are kind of heavy relative to a 9V battery.

nouia
Jun 21, 2005
Speaking of bike lighting, I just finished my Red Cree taillight project. Housing is an Altoids tin. I'd guess its putting around 70-80 lumens, but its hard to tell with red. The current-regulator has a sweet 10hz strobe function, which is good for diagnosing epilepsy in the motorists behind you.







My 3xCree headlight will be completed this weekend, I'll post pics.

Mach Won
Jun 17, 2004

Is UNC playing? My post is either whining about (1) ref favoritism, (2) unfair recruiting/player caliber, (3) opposing team sucking or (4) the inevitable UNC win. The day you see me giving UNC credit for anything is the day someone hacked my account.

Roy era: 1-16 :qq: RIVALS!!!!!
You guys doing this bike stuff need to figure out how to power your LED's off of your pedaling. Then these would be cool projects.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!

Mach Won posted:

You guys doing this bike stuff need to figure out how to power your LED's off of your pedaling. Then these would be cool projects.

Been there done that. They sell some very high efficiency hub generators that produce a few watts.

Strangely enough, the drag from those generators does significantly impact your riding speed.

Captain Cool
Oct 23, 2004

This is a song about messin' with people who've been messin' with you

Nerobro posted:

Are you trying to say 3.2 watts of LED won't get me anywhere?
Hm. How well do 50 20-ma LEDs work compared to one 2W LED? It seems like spreading out the power would be much worse than having fewer, brighter lights, but I don't know.

quote:

Yes, nimh has a favorable discharge curve, but from fully charged, to discharged I'm looking at a drop of nearly 2.6v.

I know LED's don't care about voltage, however I did do the math on the resistors, and it ended up being really ugly.
Okay. I would be tempted to just plan for 9.6V and run the LEDs out of spec for the first 10 minutes or whatever. Or pick LEDs with enough overhead to handle the extra power.

You could run a comparator against a voltage reference and use a relay or power mosfet to switch from fresh-battery mode to normal-battery mode when the voltage drops to 9.8v or something.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!

Captain Cool posted:

Hm. How well do 50 20-ma LEDs work compared to one 2W LED? It seems like spreading out the power would be much worse than having fewer, brighter lights, but I don't know.
;-) This is something I was worried about. That's why I broke out the breadboard. The 20 I have hooked up do a pretty darned good job. And they'll look much cooler on the bike. If I was "just" concerned about having bright lights, I could have just gone the CREE route. But damnit, this is MY headlight. And I want it to be unique.

quote:

Okay. I would be tempted to just plan for 9.6V and run the LEDs out of spec for the first 10 minutes or whatever. Or pick LEDs with enough overhead to handle the extra power.
For giggles, I wondered what would happen if I overdrove the LEDs. I found out that it was really bad. These LEDs overheat and go a deep blue quite quickly. I have one permanently damaged LED from that. It still works, but.. it looks a little gloomy.

quote:

You could run a comparator against a voltage reference and use a relay or power mosfet to switch from fresh-battery mode to normal-battery mode when the voltage drops to 9.8v or something.
This is the great thing about electronics. There's quite literally a hundred ways this could be done. And that's one I hadn't thought of.

TwystNeko
Dec 25, 2004

*ya~~wn*
Thanks for the help, folks. I managed to get the ICSP working, and built my "hand-powered" POV-toy. I used a 7805 to drop the current down from the 9V battery, and it all worked first time! :neckbeard:

Now I'm just playing with the code for the POV - I've got it down pretty well. I made an image converter that takes a .gif image, and reads an 8-pixel high strip, outputting the bytecode.

One question, though - what's a good way to diffuse these LEDs? they're clear ones, and the red/green/blue segments of each LED are very noticable.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!
Frist off, good job Neko.

As for my little power supply project; It works. I got the parts in the mail yesterday. So tonight I scrounged up reasonable value caps and soldered wires to all the parts. (I mistakenly got all SMT parts..) Hooked it up. And viola, it worked. ... though when I first set it up i was a little mystified why it wasn't working. Turns out I didn't hook up the input wire to the controller chip. Ooops.

Pictures to follow. I took them.. just can't be bothered to get them off the camera or downsized, or uploaded, at the moment.

However, the resistors i'm using for current limiting get a little warm. Maybe I should get the voltage adjustable version of this controller chip, and use some tiny value resistor on the LEDs

Nerobro fucked around with this message at 06:38 on Apr 6, 2008

Three-Phase
Aug 5, 2006

by zen death robot
Since we're all talking about LEDs, I'll have to show you the circuit and implementation I'm working on. I'm transforming a Petzl zoom headlamp to operate three superbright LEDs off of two "C" cell batteries. To do this I've constructed a regulated boost converter. I'm going to work on the protoboard today.

Chillbro Baggins
Oct 8, 2004
Bad Angus! Bad!
Random question: I have a couple (well, one, the other one seems to be dead) piezo buzzers that seem to change their sound at different voltages. The working one goes "deedleedleeedle" at 4.5v (i.e., three C-cells) and plays "London Bridge" at ?v (9v battery with small red LED and the resistor that came with it in the circuit. Yeah, I was just randomly stringing things together*)

How does it do that?

It has a tiny little PCB with a resistor and a 1/4"-wide lump of black stuff on it. I'm pretty sure that whatever is under the lump of black stuff is what does the sounds, but I haven't the slightest idea what it might be.


*actually I was working on a "ring bell for service" type thing so InediblePenguin can call me from the bedroom, and thinking of putting the LED in the button-handle for confirmation of annoying the crap out of me. I ended up going with just the deedleeedle and no light.


Also, how do you tell which end of the resistor to start from when reading the code? None of the ones I've ripped out of various broken devices seem to have any way of telling -- all the stripes are the same distance apart and from the ends.

Fifty-Nine
Oct 15, 2003

Delivery McGee posted:

Also, how do you tell which end of the resistor to start from when reading the code? None of the ones I've ripped out of various broken devices seem to have any way of telling -- all the stripes are the same distance apart and from the ends.

Resistor codes always end with a tolerance band which specifies the precision of the resistor's indicated value. It could be gold (+-5%), silver (+-10%), red (+-2%), or brown (+-1%). In practice I've only ever seen resistors with gold or silver tolerances, in which case you always read it starting on the side that opposite the gold/silver tolerance band.

Now, if your tolerance was red or brown you'd still start on the opposite side of that, but if your resistor value began with the same color as well, then I have no clue how you'd tell just by looking at the bands.

Locker Room Zubaz
Aug 8, 2006

:horse:
~*~THE SECRET OF THE MAGICAL CRYSTALS IS THAT I'M FUCKING TERRIBLE~*~

:horse:

Fifty-Nine posted:

Resistor codes always end with a tolerance band which specifies the precision of the resistor's indicated value. It could be gold (+-5%), silver (+-10%), red (+-2%), or brown (+-1%). In practice I've only ever seen resistors with gold or silver tolerances, in which case you always read it starting on the side that opposite the gold/silver tolerance band.

Now, if your tolerance was red or brown you'd still start on the opposite side of that, but if your resistor value began with the same color as well, then I have no clue how you'd tell just by looking at the bands.

assuming it wasn't some freakish out spec component there are only so many standard values for components, standard values will be cheaper than a custom value so they will almost always be used.

1%
code:
10.0	10.2	10.5	10.7	11.0	11.3	11.5	11.8	12.1	12.4	12.7	13.0
13.3	13.7	14.0	14.3	14.7	15.0	15.4	15.8	16.2	16.5	16.9	17.4
17.8	18.2	18.7	19.1	19.6	20.0	20.5	21.0	21.5	22.1	22.6	23.2
23.7	24.3	24.9	25.5	26.1	26.7	27.4	28.0	28.7	29.4	30.1	30.9
31.6	32.4	33.2	34.0	34.8	35.7	36.5	37.4	38.3	39.2	40.2	41.2
42.2	43.2	44.2	45.3	46.4	47.5	48.7	49.9	51.1	52.3	53.6	54.9
56.2	57.6	59.0	60.4	61.9	63.4	64.9	66.5	68.1	69.8	71.5	73.2
75.0	76.8	78.7	80.6	82.5	84.5	86.6	88.7	90.9	93.1	95.3	97.6
5%
code:
10	11	12	13	15	16	18	20	22	24	27	30
33	36	39	43	47	51	56	62	68	75	82	91
10%
code:
10	12	15	18	22	27	33	39	47	56	68	82
so you for most situations you can figure out the value by seeing if it is a standard value, or measuring it but that is cheating.

And if the resistor has a 4th Band it is failure rate. Brown=1%, Red=.1%, Orange=.01%, Yellow=.001%.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!
So... What showed up was this. A great big pile of surface mount parts. Now.. how do you make those parts fit into a breadboard?


You add wires of course! Strangely enough, It worked. And yes, it really is THAT bright.


Lights out.


So, next comes building PCBs.

nollij
Aug 30, 2006

Wait, wait, wait...

When did this happen?!?
If you are looking for a company to do a PCB for you, go to http://www.acircuits.com/. The price is something like $33 for a two layer board.

You also supposedly get a free pizza from them if you are a college student.

nollij fucked around with this message at 07:48 on Apr 7, 2008

UserNotFound
May 7, 2006
???

chocmilkrush posted:

If you are looking for a company to do a PCB for you, go to http://www.acircuits.com/. The price is something like $33 for a two layer board.

You also supposedly get a free pizza from them if you are a college student.

I think you mean Advanced Circuits at http://www.4pcb.com Similar name, but they in fact are the ones with the $33 single board student special...and it's s $5 McDonald's card now.
There's a thread here about various places : http://forums.somethingawful.com/showthread.php?threadid=2773461

Hillridge
Aug 3, 2004

WWheeeeeee!
I have an electrical question, and I know some electricians read this thread, so this is the best place I could think of to post it.

I recently got a new compressor that requires a 240V/15A line.
When I moved into my house I needed a new water heater, so I put in a gas one and got rid of the electric one.
The way electric is set up in my area, there are 2 meters: 1 for the house, and 1 for just the hot water tank (I guess they are billed at different rates). Since I had my tank removed, I also had this second meter pulled. So this left me with an unpowered 30A breaker connected to 10 gauge, 2 conductor wire with no ground that went from my panel to just about where I put my new compressor.

Here's how I was thinking of modifying my circuit so that I can use this existing run of wire to power the compressor:
Remove wire from 30A special panel breaker and move to 20A breaker on main panel.
Attach other end to compressor.
ground compressor to ground wire running in conduit in garage.

10 gauge wire should be more than enough for the current, but the grounding issues are what worry me. Here's a couple quick sketches:

Before:


After:


I'd like to know if it is code to do it this way, or what I would need to do to make it code legal. If I had the access I'd just run a new line of 10/2 w/ground, but it goes across a finished ceiling so I'm trying to reuse existing wiring.

TwystNeko
Dec 25, 2004

*ya~~wn*
Okay, I'm looking at building a 3x3x3 RGB LED cube, and I was thinking of using a faster PIC, the 16F88. Now, this one looks a LOT better for just about everything, but unlike the 16F628A I was using, it can't directly drive LEDs. With the 628A, I can just hook LEDs up, making things really simple. Is there some special thing I need to do to drive LEDs? I'd use Transistors, right? NPN-type?

It sounds like it'd be a lot more complex... Mind you, I'm already looking at a massive wiring nightmare - 9 pins to select which LED, 3 pins to pick R/G/B..

Main difference: 16F88 can run at 8Mhz, the 16F628A at 4Mhz.

Alternately, there's the Atmel microcontrollers, but I don't have a programmer for those (unless a Kit149 can do that).
I also see a lot of hype about these Arduino boards. But those seem to just run Atmel stuff, and they call it "physical computing". Buzzwords ahoy! Anyone have experience with these?

What can I say, I like flashy-blinky things I can make myself. :P

TwystNeko fucked around with this message at 10:49 on Apr 8, 2008

nouia
Jun 21, 2005
Finished the triple CREE headlight. The hardest part was just making all those connections inside the aluminum housing.

3x CREE Q5-bin
1000ma BuckPuck driver
16x AA NiMh battery pack

Should put out around 600 lumens for 3 hours. On the test drive just now, it was fun freaking out pedestrians who didn't know what the gently caress that was coming towards them. Kind of heavy, though, I'll probable switch to a handlebar-mount soon.



Keebler
Aug 21, 2000
Could someone help me out with a simple (I think, I'm probably missing something fundamental here) question on power switching? I'm puttering around with stepper motors and was reading through this:

http://www.cs.uiowa.edu/~jones/step/circuits.html#practvr

The left diagram in fig. 3.7 is what I'm looking at. I understand *how* it works but not necessarily why you have to use a buffer (aside from protecting the logic circuit from the motor windings in the event the transistor fails). If the logic level is 5v all around and your control can sink the 10mA, couldn't you just directly control the transistor, say from a PIC, without the buffer?

Hillridge
Aug 3, 2004

WWheeeeeee!
Yeah, it's just there for protection, and to define the requirements of the driver circuit.

quote:

The 7407 buffer used to drive the darlington may be replaced with any high-voltage open collector chip that can sink at least 10 milliamps.

So long as your driver meets this requirement you should be fine.

turbo sex bat 4000
Mar 12, 2001

do you know what the waiting lists are like even to get into an apprentice jerksmanship

TwystNeko posted:


Alternately, there's the Atmel microcontrollers, but I don't have a programmer for those (unless a Kit149 can do that).
I also see a lot of hype about these Arduino boards. But those seem to just run Atmel stuff, and they call it "physical computing". Buzzwords ahoy! Anyone have experience with these?


I've got one coming in the mail, I'll let you know how it goes. I'm pretty sure you can also use it as a programmer for other AVRs.

I also go a bit rolleyes at some of the press it gets, but at least some neat stuff is getting made by people who normally wouldn't touch a microcontroller.

The prospect of being able to throw together five lines of C style code and have a running doohickey was what tempted me. From now on my giant pile of sampled PICs are going to be relegated to single purpose/timing critical things like PWM.

ANIME AKBAR
Jan 25, 2007

afu~
I was thinking about making a series of posts each constituting a lesson or two on common circuits and techniques, eventually culminating in combining them into something cool. I had three different things in mind:

DIY switching power supply, which would cover the following:
Comparators and hysteresis
Relaxation oscillators
Voltage controlled PWM
Switching supply theory
Voltage references
Error amplification
Closed feedback loops

DIY DC motor speed controller:
Pretty much the same as above, except replace Switching supply theory with H-bridge theory

DIY linear regulators:
Zener diodes
Transistor lesson
Voltage references
Error amplifiers
Closed feedback

Reply if you're interested in this. I'd rather not start on such an endeavor unless there is some demand.

sithael
Nov 11, 2004
I'm a Sad Panda too!

mtwieg posted:

I was thinking about making a series of posts each constituting a lesson or two on common circuits and techniques, eventually culminating in combining them into something cool. I had three different things in mind:

DIY switching power supply, which would cover the following:
Comparators and hysteresis
Relaxation oscillators
Voltage controlled PWM
Switching supply theory
Voltage references
Error amplification
Closed feedback loops

DIY DC motor speed controller:
Pretty much the same as above, except replace Switching supply theory with H-bridge theory

DIY linear regulators:
Zener diodes
Transistor lesson
Voltage references
Error amplifiers
Closed feedback

Reply if you're interested in this. I'd rather not start on such an endeavor unless there is some demand.

Yes! Can you do pwm or how to control a motor? I tried hooking up a pwm circuit to a motor but all it did was flip back and forth, rather then moving in one direction.

Nerobro
Nov 4, 2005

Rider now with 100% more titanium!
yes, there is a demand for that. Please do it.

pim01
Oct 22, 2002

mtwieg posted:

Reply if you're interested in this. I'd rather not start on such an endeavor unless there is some demand.

Ooh, I'd be interested in the switching power supply one. Any one will be nice though - it's always nice to learn more!

Corla Plankun
May 8, 2007

improve the lives of everyone

mtwieg posted:

I was thinking about making a series...
Please do! There are a lot of topics in that block I'm confused by and interested in learning more about!

Adbot
ADBOT LOVES YOU

Jonny 290
May 5, 2005



[ASK] me about OS/2 Warp
I just wowed and amazed my co-workers by hardwiring a laptop power supply to the broken jack on a 3-month old Compaq that somebody brought into the PC repair side. "2 hours billable" beats "Sorry, we can't fix that." They're tickled pink.

Learn to solder, learn electronics, and know the right time to show your hand and you'll make a tech's day.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply