Tag: atmel
-
7MHz Transmitter with AVR Soft-keyer
In my last post, I went over the design of a Colpitts crystal oscillator design that put out a moderately clean 7 MHz signal. In order to match the output impedance to 50 Ω, an NPN feedback pair (at least that’s what I’m calling it) was designed. While meeting the specs for driving an ADE-1…
-
arduino temperature TV…
kind of a goofy experiment, but really useful. i’ve had a lot of LM335Zs laying around for a while. my christmas present this year was a new Arduino Mega 2560 board that i’ve hardly had a chance to do anything with. using the lovely Space Tinkerer’s blog and the good ol’ TVOut library, i turned…
-
ARDUINO: Setting up a Gentoo development environment…
if you’re reading this post, most likely you’re having issues with setting up Crossdev as mentioned on the arduino.cc site. i tried countless times to configure my system for AVR compiling that way, but it always failed compiling avr-libc and would never compile avr-g++ no matter how i applied the USE flags. in short, i…