Random-access memory (RAM)

It's better to have as much as possible.

Pages

Tuesday, December 30, 2014

Arduino Library Import & Errors

After hours of searching on Internet without success I finally find out how to import library in Arduino IDE to work properly. I will write it down so you don't need to lose couple of hours on search without results.Firstly, internet is full of advice and ways how to import library in Arduino but for me none of these doesn't work. After I tried import library in the way to copy downloaded library into Arduino libraries as internet says. I got errors like this: multiple definition of `LiquidCrystal_I2C::pulseEnable(unsigned char)' LiquidCrystal_I2C.cpp.o:...

Thursday, July 17, 2014

How to make Positive and Negative voltage

One of the most common question when it's about amplifiers is how to make +/- voltage needed for IC-s  for instance (TDA7294 or even amplifiers with complementary transistor). btw it's not like when you connect battery in opposite direction to voltmeter and it shows negative voltage!! There are two ways how to make Negative voltage.   * First and the easiest way is to use two the same DC power supplies.   How to connect...

Friday, July 11, 2014

LM7905, LM7906, LM7908, LM7909, LM7910, LM7912, LM7915

As 78XX version, 79XX is also voltage stabilizer. But like 7805 have +5V stable the same is with 7905 just with opposite (negative) sign or -5V that's the only difference between these two voltage stabilizer. And here also the last two digit of 79XX represents negative output voltage. More detail about power consumption you can look at my previous post about LM78XX it's the same calculation. ATTENTION I know a lot of people who asked me if they...

Sunday, February 2, 2014

Power supply [1.2 - 25V, LM317]

After a quite a while, finally, I'm coming with new project.  It's about simple power supply which anyone can make at home for really cheap price ($10) without transformer. It gives max 25V with 2A. Why can't give more than 2A? It's because LM317 can max handle 2A (TO-220 package), but i predicted that maybe it won't be enough so i made PCB board which can handle at least 5-8A of course without LM317. If i want more power, with output of 5A...