MaxHeadRoom
- Joined Jul 18, 2013
- 30,662
Yeah my guess is a Micro too, program would be rather trivial for that device.
I recommend building your own lamp with a microcontroller. An Arduino Uno would work with minimal wires to deal with.At this point it is starting to sound really complicated for a dude like me.. almost like I want to find someone to do it for me now :I
Hi, thank you for your reply. Yes it seems so. I tried drawing a schematic myself (I am really a beginner at this), and do you think there's any chance you can somehow figure out what chip could be used for the same purpose in this scenario?I count 9 LEDs labeled R,G,B three each so my guess id the three colors are Red, Green, Blue. I count three transistors so likely the three transistors are driving three LEDs each. Best guess is I agree the chip an 8 pin DIP chip is likely a uC (micro-controller) coded to digital out three channels driving the three transistors with a delay of 2 seconds for each channel. Less seeing the actual schematic it's hard to guess exactly what that "ball game" chip actually is. Yep, less any part number on the top of the chip it's pure speculation.
Ron
You don't think it's possible to just buy a microcontroller and replace this one, with the same idea but just program it so it fades slower?I recommend building your own lamp with a microcontroller. An Arduino Uno would work with minimal wires to deal with.
I made two lamps that use the ATtiny85 microcontroller. The first design is nothing more than a RGB led and the microcontroller with series resistors for each colour.
I made a second version that uses transistors to power an array of LEDs. Both versions have a socket so the 8 pin chip can be reprogrammed.
What I did is basically what's happening with your lava lamp. You could find out which wires are for the LEDs and use an Arduino Uno to write your own patterns. I use the EEPROM and a single switch to allow for different modes. The possibilities are endless.
Here, I tried making a schematic (I am really a beginner lol). Does this tell you anything that could be helpful?Ah.. half a world away!![]()
Does this beginner/noob schematic I tried to make of the lamp, somehow might give an idea of what kind of microcontroller itcan be?
So this is possible by this point? I mean, I just don't have the knowledge of the different pin outputs and their meaning. So idk how I would connect it. Do you know anything?Using almost any 8pin Picmicro, which could be done by using a fairly high frequency with ever decreasing pulse width output.
Hi, thank you for your message.I recommend building your own lamp with a microcontroller. An Arduino Uno would work with minimal wires to deal with.
I made two lamps that use the ATtiny85 microcontroller. The first design is nothing more than a RGB led and the microcontroller with series resistors for each colour.
I made a second version that uses transistors to power an array of LEDs. Both versions have a socket so the 8 pin chip can be reprogrammed.
What I did is basically what's happening with your lava lamp. You could find out which wires are for the LEDs and use an Arduino Uno to write your own patterns. I use the EEPROM and a single switch to allow for different modes. The possibilities are endless.
I saw some on YouTube, where some dude talks about basic programming and stuff. It looked like I could follow what he did. But I am just worried I am not going to manage with the outputs and the coding. With that I would still need help.Well you would need to become familiar with micro processor application and programming, three designated outputs needed at least, the 8 pin has 6 programmable pins.
Oh, can you tell what makes it wrong? Maybe I can change it.No need to post the same schematic over and over.
Your schematic is clearly wrong, but is close enough to get the primary gist across. From this we can determine which pins on the MCU are the power and ground (and probably the master reset) and which pins are the signal outputs. But we need to know which pin is pin one. Which side of the MCU is located next to the white wire?
But after picking a replacement MCU, you have to write the program for it and then you have to program it. Both of these are pretty simple tasks, but there is both a learning curve associated with them and some equipment you need to get. So unless you know someone that is willing to do that for you or you are interested in doing it yourself because you have other projects in mind that those skills would be useful for, you need to decide whether this is important enough to you to pay someone to do it for you.
So is your schematic showing a bottom view of the MCU? Convention is to show it from the top side, in which case pin 1 will either be the lower-left or the upper-right.Oh, can you tell what makes it wrong? Maybe I can change it.
If you are referring to my schematic, regarding where the pin one is, then it's the one on the top left. If you want a clearer image taken with camera then I can provide that as well.
I am willing to do this myself, money isn't a problem at all. I just want to make sure I find someone that could help me with coding etc. Soldering etc is not a problem for me.
No, schematic is Bottom view. So when I said the top left it's from the bottom.So is your schematic showing a bottom view of the MCU? Convention is to show it from the top side, in which case pin 1 will either be the lower-left or the upper-right.