Shopping Cart
Your shopping cart is empty.
Items/Products added to Cart will show here.
Twitter
You can find/follow me on Twitter here. :)Today is the day.
March 2021 S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
Links
I like to talk about..
- 328
- Adafruit
- Arduino
- Atmel
- AVR
- bootloader
- Charging
- code
- dorkbot
- dorkbotpdx
- dual boot
- electronics
- FTDI
- game
- ICSP
- iPad
- iPhone
- iPod
- JOS
- LCD
- LED
- Lights
- meter
- multimeter
- Nokia
- open source
- open source hardware
- oscilloscope
- pcb
- police
- power supply
- programming
- PWM
- SMD
- SMT
- solar
- solar badge
- solder
- sparkfun
- square inch
- start
- strobe
- TFTLCD
- touchscreen
- TQFP
Archives
Categories
- Arduino (27)
- ATtiny (4)
- Automation (2)
- Clocks (1)
- Cool Stuff (32)
- iPad (4)
- JOS (2)
- Kits (1)
- LCD (7)
- LED (21)
- Multiplexing (1)
- Nokia LCD (2)
- Open Source Hardware (36)
- oscilloscope (1)
- PCB (10)
- SMD (9)
- Solar (2)
- TFT Color LCD (5)
- Tools / Equipment (19)
- XBee (2)
-
I need to..
Tag Archives: Arduino
JOS – Updated!!!
I did it, I finally found some down time to update JOS to work with current libraries from Adafruit. Below is a link to the new code on Github. A few notes to look at are listed below. First, this … Continue reading
Posted in Arduino, Cool Stuff, JOS, LCD, TFT Color LCD
Tagged Adafruit, Arduino, Atmel, code, JOS, LCD, open source hardware, programming, TFTLCD, touchscreen
16 Comments
Really Small(s) GPS
Hi peeps, I have been wanting to make a small GPS device (GPS receiver and some sort of screen) that I could carry around for a while now, but I didn’t want it to be too big, so I made … Continue reading
Posted in Arduino, Cool Stuff, LED, Open Source Hardware, PCB, SMD, Tools / Equipment
Tagged 328, Adafruit, Altoids, Arduino, Atmel, FTDI, GPS, LED, OLED, open source hardware, pcb, SMD, solder, sparkfun, square inch of goodness
26 Comments
Fast Voltage Switching FTDI Adapter
I have been working more with 3.3 volt projects lately and wanted to make programming them with an FTDI adapter as easy as possible. Sure you can switch most FTDI adapters from 3.3 to 5 volts (the FT232RL chip has a built … Continue reading
Posted in Arduino, Cool Stuff, LED, Open Source Hardware, PCB, SMD, Tools / Equipment
Tagged Adafruit, Arduino, Arduino upload, AVR, Electronic tools, FT232RL, FTDI, FTDI Adapter, homemade, ICSP, open source hardwa, sparkfun
1 Comment
One Square Inch of Goodness
So a while ago I discovered that I needed a microcontroller in a really tight space. I tried an ATmega328P PU (DIP package), but try as I may, It would not fit. The answer? The ATmega328P AU (TQFP) this is … Continue reading
Posted in Arduino, Cool Stuff, Open Source Hardware, PCB, SMD
Tagged 328, Arduino, atmega328, Atmel, DIY, open source, open source hardware, OSHPark, programming, small Arduino, SMD, SMT, solder, solder TQFP, square inch, thecustomgeek, TQFP
15 Comments
Serial or Speed..
This video above demonstrates the speed difference between serial enabled/disabled on an Arduino Uno while toggling a pin output. Just a really simple test of how fast it can pull a pin high and low (without using direct port manipulation), … Continue reading