Archive for category Electronics
AVRs on Ubuntu
by someone16 on May.04, 2009, under Electronics
Installing AVR environment on Linux is very hard. Firstly you need to download source code of all the tools, then install additional necessary libraries and compile everything which can take a lot of time ...
On Ubuntu it's easy, you just need to install 3 programs with apt-get command.
1. Open Terminal
2. Copy-Paste into Terminal:
sudo apt-get install gcc-avr avr-libc avrdude
3. Type your root password
4. Press Enter and press "Y" a few times when it's required
Terminal commands for using this tools are the same as for Mac and even Windows if you are using Win-GCC port. More about that commands next time ...
Old mobile phone, RS232
by someone16 on Apr.30, 2009, under Electronics
On the internet I found which pins on telephone are TX, RX, GND. I simply connected them to USB -> RS232 cable, when I found out that I must destroyed it last time by shortcut between ground and 5V.
I remembered about a project in which author used V-USB firmware only implementation of USB fot AVR devices to create home made USB to RS232 converter. In a few minutes I had a working converter (Thanks toOsamu Tamura at Recursion Co., Ltd.)
I connected everything and result was ... garbage. On HyperTerminal I received only garbage. I remember about using MAX232 chip for converting TTL levels to computer levels and vice versa. Tried with this chip and the same thing, of course a little bit different garbage, but still garbage and nothing useful.
So I give up for today ... tomorrow is a new day and maybe I'll have more luck. I could try connecting AVR with code for serial communicating to see if there is a problem on converter/computer or somewhere else.
Wireless Connection
by someone16 on Apr.27, 2009, under Electronics
I have a lot of options but every option have some advantages and disadvantages.
a) using old HP laptop - good options, i can connect webcam, additional hardware without a problem. Cons: battery has bad autonomy (about 20 minutes), weight, WLAN connection (as far as I know PCMCIA connector doesn't work, so I need to buy USB WLAN module
New battery is at least 100€ and USB WLAN module is 40€.
b) using RFM10 wireless transceiver - i have 2 transceivers at home but they are in SMD and they can be connected to microcontroller only by SPI interface which is really hard to write a firmware code for
c) using XBee - great range, a lot of resources for it but a little higher price (20€ a piece and I need two of them)
I'll probably use XBee modules but they are just too expensive. My goal is to build a car controlled by laptop for under 100€. Cost of these modules is a real set back for this project.
H-bridge and transistors
by someone16 on Apr.27, 2009, under Electronics

For a couple of days I was building a robot ... not really a robot, just a simple car, that I could controll by my laptop.
Today I got the wheels spinning, but only in one direction. I intended to use H-bridge but I didn't have both types of transistors (PNP and NPN) so I try to make a H-bridge with just 4 NPN transistor.
I learned, that you need to use electronic components as intended. You cannot use NPN transistors where you need PNP. Lesson learned for next time. ;-)
I'm back to start of the project ... Tomorrow I'll buy a cheap RC car and of course some NPN transistors or maybe MOSFETs.
I heard about DC motor driver (i think it's L293 or so) ... dunno what to buy.