BoardX kickstarted project overshoots target by $8K

Developers of the BoardX started a kickstarter project with a target of $5K. They have reached their goal and overshoot it. Congratulations. The BoardX is a multiprocessor development board we wrote about in an earlier post. It accepts custom modules with a large choice of processors and peripherals. Via the comments.

First steps in designing projects with AVR microcontrollers

Pete made a nice tutorial on the fist steps of designing projects with AVR microcontrollers. He covers choosing the right uC for your project, finding datasheets, getting a programmer/debugger, and setting up the AVRStudio 5.1 for developing and debugging. In the wee hours of the night, I’ve been continuing to learn how to develop for […]

Little Wire – Minimal AVR programmer update

Ihsan made some updates to his Little Wire project. In order to reach more people out there , i wrote a Processing library for the Little-Wire. It’s still in progress but i’m uploading an example Analog voltage plotting program screenshot that i tested. I used mainly two sources to achive this library. Here is one.  […]

App note: Enhancing ADC resolution by oversampling

Better ADC resolution can be accomplished by oversampling two or more ADC readings and then averaging them. If you’re not satisfied with a microcontroller’s 10 bit ADC and need more resolution, check out this application note from Atmel. Increasing the ADC resolution by one bit requires 4 ADC measurements.  Four 10 bit readings are needed […]

Little Wire UART bootloader

Kehribar added a UART bootloader to his Little Wire AVR multi-tool. The Little Wire is an AVR programmer that can also be used as an SPI bridge, analog-to-digital converter, and PWM generator. This project uses the ATtiny Reset pin, which means a high voltage programmer has to be used to setup the pin configuration fuses […]

Ultra-small vusbtiny AVR programmer

Philip wanted to make the smallest vusbtiny AVR programmer possible. His design incorporates both an edge PCB and a mini-B cable connector for the USB. Vusbtiny is a AVR programer based on the V-USB virtual low-speed USB firmware. V-USB is a software USB engine for AVR devices that don’t have hardware USB serial interface engines. […]

AVR-based transitor tester

After our recent post about the commercial semi-conductor tester we started a discussion about building a similar open source project. What came up is this AVR based transistor tester (machine translation) by Markus. It’s built around an ATmega8 IC that interfaces with a standard HD44780 16×2 character LCD. The circuit that does the testing is […]

SSD1308 OLED interface AVR library for Arduino/Teensy

Our forum regular Marcus posted a SSD1308 OLED interface library and pin connections to get you started with your Arduino/Teensy OLED projects. The display is a 0.96” 128 x 64 dot matrix that can be interfaced though both I2C or SPI interfaces, the library Marcus provides is SPI only and should allow you to get […]

Add auto turn-off to a cheap multimeter

Florin was tired of wasting batteries every time he forgot to turn off his multimeter. He hacked together an auto-shutdown: I bought this multimeter(Minipa ET-870C) a while ago for $17, great value. I got it because its nice to have around multiple meters for when you wanna measure both input and output voltage/current. I believe […]

QTouch library for Atmel MCUs

The Atmel QTouch Library is a royalty-free software library (GCC and IAR™) for developing touch applications on standard Atmel AT91SAM and AVR microcontrollers. Developers can use it to integrate touch-sensing capability into their applications by linking the library into firmware. The library can be used to develop single-chip solutions for many control applications or to […]

Atmel releases AVR Studio 5 beta

Atmel has released the beta version of their Atmel® AVR Studio® 5, the Integrated Development Environment (IDE) for developing and debugging embedded Atmel AVR® applications. Version 5 provides one development environment for all 8-bit and 32-bit AVR microcontrollers. Features include an integrated C compiler, new project wizard, and an improved editor displaying code suggestions, shortcuts […]