显示标签为“arduino”的博文。显示所有博文
显示标签为“arduino”的博文。显示所有博文

2011年5月17日星期二

Programming Hack Without Computer,So Amazing!

Programming Hack Without Computer,So Amazing!


Recently ,I have heard a word,which makes me amazing,that is computerless Arduino programming hack.
Teague Labs has developed a device for programming and altering the code on Arduinos without the need for a computer. This opens new opportunities for in the field programming and testing of Arduino projects.
The Computerless Arduino consists of two major components; an Arduino-compatible microcontroller loaded with a realtime code interpreter, and a stand-alone 5 button LCD display to display port values and manipulate code. The display can be connected to the Arduino via a 4-pin port at any time to peek at In/Out values, view the current code, and make changes as desired.

2011年5月16日星期一

Arduino Thermostat Is Coming Which Uses A Web Interface

Arduino Thermostat Is Coming Which Uses A Web Interface


Maybe you are so famillar with Arduino.Maybe you look around,you find many house equippments are one member of it.what about its thermostat?
Having total control of things at home is much better than letting them go by default. Say heater – usually we set it to some temperature and it does its job automatically. So following project pushes heat control to new limits.
Arduino based thermostat with web interface is simple thermostat that turns heateron and off at predefined threshold. But fun begins with web module which allows publishing data to web-page at regular intervals. It uses a pachube service where you can control things also. So there is ability to set temperature values from web interface. If you know that today you won’t be getting home, so why not to turn heater down a bit to save energy. This even can be done with any cell phone having web browser.

Arduino Now Acts As An Android Open Accessory “kit” For Google

Arduino Now Acts As An Android Open Accessory “kit” For Google


Android,a brand which always goes beyond the mobile phone.Now Google picks Arduino for Android Open Accessory “kit”.
A USB micro-controller board that is based on the Arduino Mega2560 and Circuits@HomeUSB Host Shield designs (now referred to as the ADK board), which you will later implement as an Android USB accessory. The ADK board provides input and output pins that you can implement through the use of attachments called “shields.” Custom firmware, written in C++, is installed on the board to define the board’s functionality and interaction with the attached shield and Android-powered device. The hardware design files for the board are located in hardware/ directory.
This is the Arduino board for Android OS (2.3.4 or later) to connect I/O. This item is the same model which is devlivered by Google in USB session of Google I/O 2011. All software are working with this boards set. http://a.android.com/demokit Contents in box RT-ADK 1 RT-ADS 1 microUSB cables 2 Please download software from above URL. RT-ADK、RT-ADS main feature CPU: AVR Base mode: Arduino with USB host function.