Showing posts with label Arduino. Show all posts
Showing posts with label Arduino. Show all posts

The Smallest Arduino Clone Possible

Everybody are making Arduino clones. So I thought I should make THE smallest. I took smallest package atmega88 – 28qfn (5mm x 5mm). Routed smallest possible resonator and as much pads as i could fit on in. The result – Smallest Arduino clone ever! Size is only 7.4mm x 7.4mm! Features include:

  • Auto reset
  • UART
  • SPI
  • 4 analog channels
  • 1 digital i/o
  • one LED
  • funny readme with BOM
It needs arduino bootloader for atmega88 like ottantotto bootloader, probably it needs some hacking too because the resonator is 8MHz not the Arduino regular 16MHz.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Watering Plant with Arduino

Plants liven up any space by adding a sense of airiness and life. That is – of course – when you don’t forget to water them, and they shrivel up and die. I am very bad at remembering to water plants. That is why I built this self-watering plant to do it for me. Using a soil sensor, and an Arduino-controlled water pump, I have created a system that will never forget to do it.

Making A Self-Watering Plant with Arduino
 
Instead of remembering to water my plants when the soil goes dry, I only have to remember to once and a while refill the water reservoir. In this way, I have decreased my obligation to these plants and put it off to a much later date. Perhaps further iterations of this device can be connected to a rain barrel so that I won’t even have to worry about refilling my reservoir, and the entire system can be fully automated. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

The Smallest Arduino Clone Possible

Everybody are making Arduino clones. So I thought I should make THE smallest. I took smallest package atmega88 – 28qfn (5mm x 5mm). Routed smallest possible resonator and as much pads as i could fit on in. The result – Smallest Arduino clone ever! Size is only 7.4mm x 7.4mm! Features include:

  • Auto reset
  • UART
  • SPI
  • 4 analog channels
  • 1 digital i/o
  • one LED
  • funny readme with BOM
It needs arduino bootloader for atmega88 like ottantotto bootloader, probably it needs some hacking too because the resonator is 8MHz not the Arduino regular 16MHz. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Small FAT Arduino Library - SD Card Reader

The library supports FAT16 formatted SD cards up to 2GB in size. 4GB FAT16 formatted SD cards might work, but is untested. Long file names are not supported. Keep you file names compliant with the old 8.3 standard. The SD card should be connected to the SPI-pins on your Arduino. Pin connections are available in the documentation in the download. [Link]


tinyFAT Arduino Library - SD Card Reader

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

I/O Experimenter Board - PCB Version

If you are tired of connecting the same I/O devices every time you prototype a new project then this board could save you a lot of time. All the necessary pins of the devices on the board are accessible through headers that allows easy connection of the board to a breadboard circuit or other development boards (Arduino, etc) using jumper wires. [Link]

I/O Experimenter Board (PCB version)

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Build Your Own RC Tankbot

Here’s a blog post that will show you the setup you’ll need to make your own do-it-yourself radio controlled (RC) tankbot from the ground up. This example uses a few kits from Solarbotics to build your own RC controller, communication link, and tankbot using minimal parts. We even managed to get 250 feet of range out of the deal!

How to Build Your Own RC Tankbot


For this exploit we invite you to move over to the dark side, as the heart of the project isn’t Xbees but instead 2.4GHz IEEE 802.15.4 Radio Frequency Network modules from Synapse Wireless which are actually super simple to use and configure. This post will merely get you started with building a general RC platform, feel free to modify/hack the system to suite your own diabolical requirements. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Making A Self-Watering Plant with Arduino

Plants liven up any space by adding a sense of airiness and life. That is – of course – when you don’t forget to water them, and they shrivel up and die. I am very bad at remembering to water plants. That is why I built this self-watering plant to do it for me. Using a soil sensor, and an Arduino-controlled water pump, I have created a system that will never forget to do it.

Making A Self-Watering Plant with Arduino
 
Instead of remembering to water my plants when the soil goes dry, I only have to remember to once and a while refill the water reservoir. In this way, I have decreased my obligation to these plants and put it off to a much later date. Perhaps further iterations of this device can be connected to a rain barrel so that I won’t even have to worry about refilling my reservoir, and the entire system can be fully automated. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Arduino Based Low-Power Wireless Solution

panStamp is an open source project created for the enthusiasts that love measuring and controlling things wirelessly. panStamps are small wireless boards specially designed to fit in low-power applications, simple to program and simple to work with. With panStamps, you can measure almost everything by simply connecting your panStamp to the sensors, placing a battery and sending wireless data from the first moment.


Arduino Based Low-Power Wireless Solution

panStamps are suitable for any kind of project needing remote control and low-power wireless transmissions, including home automation, energy metering, weather monitoring and robot control. If you are one of these three things: a hobbyist, a professional or an end-user, you will find that panStamps provide extreme flexibility and power when creating custom wireless networks. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Rascal Combines Linux and Arduino

Does this sound familiar to you? After spending many hours on optimizing for speed and memory your super-duper MCU application, you can only conclude that it will not run on an Arduino board. You have built the shield (the Arduino compatible extension board) with your special I/O and you wrote most of the software, but these last functions that should add that finishing touch just don’t fit in the board’s memory. Maybe Rascal can help?

Rascal Combines Linux and Arduino

Built around a 400 MHz AT91SAM9G20 ARM9 from Atmel, the Rascal is an open source Linux board compatible with Arduino extension cards or shields. Programming the board is easy thanks to a library written in Python from Pytronics that allows easy access to peripherals and shields. The Rascal’s firmware comes with a web server that can serve as a programming interface; you can write your applications directly in a web browser connected to the Rascal board.[Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Robot Shield for Arduino

The idea behind this post is to bring together some robot designs and transform them in a new device with new hardware and standard software (arduino of course) and so easier to use.  These robots have three things in common: a mechanical structure, the hardware and the software. While the mechanical part is necessarily different.

Robot Shield for Arduino
We wanted to understand if there was a hardware board that could be common, with a unique development system. The choice, quite obviously, has the Arduino board, which with its development environment is perfect to create similar projects. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Ethernet Shield with ENC28J60

One of the most interesting shield that you can mount on the Arduino platform is certainly the ethernet shield, because enable numerous networking applications such as remote control of systems and users, web access and publication of data, and more yet, the simplicity of finding and integrating open-source libraries on Arduino IDE does the rest.
The usefulness of LAN connectivity has meant that the market would respond by offering different ethernet shield, first of all the original Arduino Ethernet Shield, which was accompanied by the good shield by Seeed Studio, both of these circuits are based on the chipset WIZnet W5100, allow multiple socket connections and can work at 100 Mbps. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Arduino Leonardo vs Uno

The Arduino team is now shipping their latest creation – the Leonardo. It is the first Arduino to use Atmelʼs ATmegaXU4 series chip with built-in USB. This change is big and it has big benefits. In addition to the built-in USB, it offers more digital and analog pins. This comprehensive guide gives you the details you need to know to start using it – pinout differences, hardware capabilities, new software libraries and more. [Link]
Arduino Leonardo vs Uno – What’s New

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

125MHz Dev Board with an ARM Cortex M3

The Simplecortex is a microcontroller development board that is shield compatible with the Arduino. The Simplecortex has a fast microcontroller, the LPC1769 from NXP. This is a ARM Cortex M3 microcontroller with 512KB flash, 64KB RAM and it runs at 120Mhz. To make sure that the Simplecortex is easy to use we made tutorials for almost every peripheral on the chip and examples to get you started.


Simplecortex – 125MHz dev board with an ARM Cortex M3
There are tutorials for simple stuff like IO control up to more advanced tutorials for MicroSD cards. If you have ideas for a new tutorial or made a tutorial yourself, feel free to drop an email or post it in the forum. The Simplecortex also has an onboard debugger. It can also be used to program external devices like a self made PCB for your own project. No more microcontrollers with pre-programmed bootloader needed.
 
 
 
 [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Hardware MoodLamp Based on LED

Long time ago I came across this page http://tobe.nimio.info/project/moodlamp, where Toon Beerten created a Moodlamp using a PIC16F628 µC. I remember that back then I didn’t have much knowledge on µC’s programming, so the first thing I did was to buy a Arduino board, and since that time I have been learning a lot and making many different projects with it…[Link]


 Open Hardware MoodLamp Based on LED 
 
Time has passed, I’ve built the breadboard prototype, then the first version, using only one layer (which is a good version if you want to etch your own PCB). Always wanted to make the project public as an Open Hardware, but due my lack of time, I never did, until I arrive in Genova. I then decided to make a second version of the board, two layers, the ability to program the µC without removing it from the socket (for programing you will need an Arduino, FTDI or USB-to-serial cable) and some available pins for those who want’s to add more features to the board, like a temperature sensor or another kind of sensor.

Here you will find the information on how to build your own MoodLamp with simple electronic components. I am also planing on selling the MoodLamp kits, if you are interested, please leave a comment below (you can always make a Paypal donation so I can buy some beers!)






 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Simple MiniCom, An Arduino LCD DSLR Remote Control

It’s my first post in English on this blog, just to get to the broader English crowd of the maker world. I’ll present my latest project, the fifth iteration in my quest to create a remote control for my DSLR.



There’s a night-mode, where all the LCD turns red, useful for astro-photography, when you need to be able to look at it without compromising your acquired night vision. The interface is limited to a single rotary knob you can push to validate your choices. It remains easy and intuitive to use even when it’s minus 20°C and it’s pitch black. The output is a standard 3.5mm stereo jack, you can use different cables to control different brand of DSLRs. [Link]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

An LCD Clock Kit Suitable for Beginners with Open Source Arduino Firmware

Simpleclock is an easy to assemble attractive 4-digit 7-segment LED display clock with temperature and alarm function. It is available in three display colors: Red, Blue and White. It comes as a kit of through-the-hole parts and can be soldered by any person with basic soldering experience. An attractive acrylic stand is included. [Link]


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS