h a l f b a k e r yThis product is not intended to diagnose, treat, cure or prevent any disease.
add, search, annotate, link, view, overview, recent, by name, random
news, help, about, links, report a problem
browse anonymously,
or get an account
and write.
register,
|
|
|
I have plants that I have on my patio and I found that they don't get nearly enough light. I was thinking, why not have a fair sized mirror sitting in direct sunlight which could be mounted on a motor system to direct the sunlight at your plants. It is easy enough to do. You just have to have a small
photodetector that you would put either on the plant or in its pot which could feedback, through a microcontroller - perhaps even wirelessly, to tell the mirror it incident light. You could control the direction of the mirror to give the plant full light or even set it so that the plant gets X number of hours of direct sunlight every day. The only problem that I see is that you might end up with light shining, in my case, through your sliding glass door. I have done motor control with PIC processors before, and I think it is fully implementable. The question is, would anyone want it?
Apparently this technology exists, but is a secret
http://www.garagemirror.com/garden.htm [DrCurry, Jul 27 2005]
Please log in.
If you're not logged in,
you can see what this page
looks like, but you will
not be able to add anything.
Destination URL.
E.g., https://www.coffee.com/
Description (displayed with the short name and URL.)
|
|
It would be useful but wouldn't a brief lapse in light due to cloud cover or an obstacle make it freak out a bit? |
|
|
You wouldn't need a controller - a couple of simple analogue bridges and a couple pairs of LDR would do the job. |
|
|
A disco ball in the backyard - gets my vote! |
|
|
//A disco ball in the backyard - gets my vote// My neighbour has one (don't ask) - drives me mad when it shines into my kitchen. |
|
|
I actually need to put up a disco-ball in my back garden, so any tips would be most welcome - at the moment, we're considering duct-taping a fishing rod to the roof, providing the extension from which to suspend the ball, while relocating the spool to a more accessible position, thus allowing fine adjustments top be made to the ball's altitude. |
|
|
About the "existing" technology: I agree that this will disperse light, but it isn't intelligent about where it puts the light. |
|
|
Hard to tell, really, until they tell us what they're on about. |
|
|
a large seal statue with a disco ball slowly revolving on its nose. |
|
|
couldn't you just manually move the mirrors about from inside the kitchen or is that too boring? train the budgie to do it with a very very large bird vanity mirror. |
|
|
light detecting resistor, it changes it's resitance depending on how much light falls on it, in contrast to a photodiode which changes how much current it leaks depending on how much light falls on it, but not depending on the voltage applied (within reason of course, no avalanche effect allowed, otherwise you will have an ex-photodiode), or a phototransistor which AFAIK is basically a photodiode hooked between the base and collector of a regular transistor, amplifying the current so the whole shebang is more sensitive. |
|
|
BTW I agree with the controller approach, a little uC isn't really an added expense anymore, especially since you can use off the shelf parts like RC servos or stepper motors, integrate extra features that require time keeping etc. So far I have only ever used AVRs though, since PIC programmers and UV lights to erase the chips and whatnot scared me off. |
|
|
LDR - light-dependent resistor. PICs don't need UV - they are available with FLASH program memory, and a programmer is little more than couple of pins on a parallel port. Servos are still expensive relative to straightforward DC motors. |
|
| |