background preloader

Parts & Kits for Arduino Online, Buy Microcontroller Boards, Electronic Components for Arduino - Welcome - Freetronics

Parts & Kits for Arduino Online, Buy Microcontroller Boards, Electronic Components for Arduino - Welcome - Freetronics
Related:  RaspberryPi

How to make your first robot If you have purchased an "Instant Robot" shield, you can find a project using that shield here. If you prefer the instructions in a single PDF, Dominic / Servello has made this nice PDF to download - Thanks :) Welcome :) Everything here is so easy, that after you have gone through it, you can make a robot in a couple of hours. Because there are so many little things you need to know. There are other "How to get started building robots" out there. All images in high-res here. Materials needed It used to be a hassle to buy the materials, because not one single webshop was carrying everything needed, and you had to buy from several shops. Good news is that Solarbotics now have made a kit for these instructions: Solarbotics shop (Webshop, located in Canada) - And if you buy it there, you even support hosting of letsmakerobots.com - because in order to be on the list above, the shops contacted us, and we made a deal :D No matter from where you get it, the following is what you will need: Yes. wait 2

Raspberry Pi Microcomputer Gets Beefed Up — Still Only Costs $35 The Raspberry Pi microcomputer has been a stunning success. More than 2.5 million of the low-cost Linux microcomputers have been sold in the two+ years since the gizmo went on sale, helping to power all manner of homebrew projects. The sales figure is especially impressive when you consider that the not-for-profit UK organization behind the device initially reckoned it would sell maybe a few thousand units over its lifetime. Given the large community that’s built up around the Pi, there have inevitably been calls for tweaks to the design to incorporate improvements that make the board more flexible and capable. In a video introducing the new model B+, the Pi Foundation’s Eben Upton stresses that the B+ is not the next generation of Pi — but rather the final upgrade of the original design. The model B+ Pi is on sale now, via the Foundation’s usual distributors (in the UK that’s element 14 and RS Components).

Power Supply Design considerations and solutions for powering your projects This page is new November 1st 2010. As it grows, the way the relevant material is split into categories will have consequences for years to come, and will ensure... or prevent... the page's success. Care, please? Electronics 101 Voltage: What your voltmeter reads. For the precise reader: A "battery" may be one or more cells. The cells in a battery can be connected in series and/or parallel. Connecting cells together in a battery is not without problems. (NEEDED HERE: Discussion of general principles of charging/ discharge, etc.... but remember that there are sections below for things specific to different storage options) (NEEDED HERE: Discussion of calculating the current a particular system will draw, and how to minimize that demand) (NEEDED HERE: Discussion of issues surrounding boosting a batteries capacity by adding cells in parallel, and boosting voltage by adding cells in series) Catch your rabbit... Solar N.B.

Serial 4-digit seven segment LED display Serial 4-digit seven segment LED display author: Raj Bhatt - www.embedded-lab.com This project is a 7 segment LED display module that can be driven using SPI protocol, so it needs only 3 pins of your mcu to drive 4 x LED displays. It's based on MAX7219 LED display driver. Seven segment LED displays are very popular for displaying numeric information because they are very attractive and readable from a far distance and wider viewing angle. The downside is they are resource-hungry. Here I present a serial seven segment LED display module that can be used with any MCU using a 3-wire SPI interface. The main controller of this display module is MAXIM’s MAX7219 driver chip. The segment current for all LEDs is set through only one external resistor. The seven segment module used in this project is LITE-ON, Inc. The interface between MAX7219 and the LTC-4727JS LED module is shown below. click on schematic for full resolution Parts List 3D PCB rendering Download PCB Gerber files

Liudr's Blog Setting up LIRC on the RaspberryPi - alexba.in June 8th 2013 Update: I have completed a soldered circuit prototype, complete with a full parts list and high resolution build pictures. Please read Open Source Universal Remote - Parts & Picturse to learn more. March 9th 2013 Update: I have formalized the schematic and parts list that I’m using and have made it available on Upverter. Please read RaspberryPi IR Schematic for LIRC for more details. March 4th Update: I’ve written a follow up post that describes how to control your RaspberryPi universal remote from the web. Preface In July 2012 I wrote a post called Universal remote experiments about creating a web controlled universal remote from the electronics up. At the end of that post I had decided to rebuild the project on a RaspberryPi. This post will serve as ‘part two’ of that project and cover how to install and configure LIRC on a RaspberryPi. LIRC - Linux Infrared Remote Control Setting up LIRC on the RaspberryPi sudo apt-get install lirc Add this to your /etc/modules file: Success!

Learning interprocess communication with the ACE Framework - Aurora For most programmers, interprocess communication (IPC) is synonymous with using the Socket API. The Socket API was originally developed for the UNIX® platform to provide an application-level interface on top of the TCP/IP protocol. It supports a plethora of functions, some of which are shown in Table 1. Table 1. There are several problems with using the native Socket API. The Adaptive Communication Environment (ACE) Framework defines a set of wrapper façades that address these problems. ACE classes for network programming Table 2 shows some of the basic classes that ACE defines for TCP/IP connectivity. Table 2. For User Datagram Protocol (UDP) communication, the ACE_SOCK_Dgram class and its variants are used. Back to top Creating a client-side connection Let's start by dissecting the code in Listing 1. Listing 1. The client needs two pieces of information: the host name and the port number to which the connection will be established. ACE_INET_Addr server ("tintin.cstg.in:458:) or: Listing 2.

Arduino, Arduino Shields, Arduino Sensors, and Arduino Kits MotorShield Kit Make: Projects Make your Arduino a nice tidy platform for robotics and mechatronics with the MotorShield. Power up and control your servos, bi-directional DC motors, and stepper motors in all kinds of combinations. Arduino is a great starting point for electronics, and with a motor shield it can also be a nice tidy platform for robotics and mechatronics. The MAKE MotorShield Kit, designed by Adafruit Industries in partnership with MAKE, is a full-featured motor board that can power many simple to medium-complexity projects. 2 connections for 5V "hobby" servos connected to the Arduino’s high-resolution dedicated timer — no jitter! Get your MotorShield kit from Maker Shed and build it in a couple hours, following the instructions here. Then download the easy-to-use Arduino software library and you’re ready to go!

New release: HVAC IR Remote Module for Arduino / Raspberry Pi IR Remote is a small shield that allows you to record any infrared command sent by a remote control and resend it from the Internet. It works connected to Arduino and Raspberry Pi, and let us to control any HVAC system including heating,ventilation, air-conditioning and thermostats from the Cloud. We offer 6 different wireless interfaces to connect Arduino and Raspberry Pi to the Internet: WiFi, 3G, GPRS, Bluetooth and 802.15.4 / ZigBee. With IR Remote you can easily control our home HVAC system from a laptop, a webserver or even from your smartphone. The shield is compatible with both Arduino and Raspberry Pi so you can choose your favourite platform to automate your home. You can find a detailed Tutorial to know how to use IR Remote Module with your favourite HVAC devices, as well as a demonstration video to show a basic example of what it can do.

Qt Developer Network - Aurora A beginner's guide to accelerometers A beginner’s guide to accelerometers What is an accelerometer? An accelerometer is an electromechanical device that will measure acceleration forces. These forces may be static, like the constant force of gravity pulling at your feet, or they could be dynamic - caused by moving or vibrating the accelerometer. What are accelerometers useful for? By measuring the amount of static acceleration due to gravity, you can find out the angle the device is tilted at with respect to the earth. An accelerometer can help your project understand its surroundings better. In the computing world, IBM and Apple have recently started using accelerometers in their laptops to protect hard drives from damage. How do accelerometers work? What things should I consider when buying an accelerometer? If you are using a BASIC Stamp, or any other microcontroller with purely digital inputs, you will most likely need to go for a digital output accelerometer. Number of axes - For most projects, two is enough.

Related: