Difference between revisions of "Programming electronics"
From ThorstensHome
(see ftdi) |
|||
Line 22: | Line 22: | ||
* [[control an LED via USB/RS232 adapter]] | * [[control an LED via USB/RS232 adapter]] | ||
− | Now let's get to the ATTiny13 included in the package. Mine has on its back a print L8 Taiwan R1 and on the left top BF3 | + | Now let's get to the ATTiny13 included in the package. Mine has on its back a print L8 Taiwan R1 and on the left top BF3. |
= See also = | = See also = |
Revision as of 08:44, 3 January 2013
I love to play with electronic devices.
My devices
- I have an arduino
- I have a Lego CyberMaster, a successor of Lego Technik and a precursor to Lego MindStorms
- I have some USB to RS232 adapters
- I have an ftdi FT232R controller
- I have an ATtiny13 microprocessor. It looks like this:
------ PB0(MOSI)-|ATtiny|-GND PB1(MISO)-| 13 |- PB2 (SCK)-| |- VCC-| o|-RES ------
My experiments
- build a simple oscilloscope (German)
- play a 440 Hz tune on a loudspeaker
- build a traffic light (German)
- control an LED via USB/RS232 adapter
Now let's get to the ATTiny13 included in the package. Mine has on its back a print L8 Taiwan R1 and on the left top BF3.