DIY Internet Enabled Arduino Messenger DIY Internet Ativado Arduino Messenger

Is there anything that the Arduino microcontroller can't do? Existe alguma coisa que o microcontrolador Arduino não pode fazer? Just look at the vast assortment of applications in Basta olhar para a grande variedade de aplicações em Top 40 Arduino Projects of the Web Top 40 Arduino Projetos da Web we've covered earlier. Nós abordamos anteriormente. Here's another awesome arduino project by Hans Scharler. Here's another awesome Arduino projeto de Hans Scharler. Hans uses an Arduino to relay internet information from Web APIs to a serial LCD display. Hans usa um Arduino para retransmitir internet a partir de informações da Web APIs para uma série display LCD.

Arduino is an embedded computing platform that uses a simple I/O board and a programmable software environment generally using C/C++ code. Computação incorporados Arduino é uma plataforma que utiliza um simples I / O conselho de administração e um ambiente programável software geralmente usando C / C + + código. An Arduino can be paired with other hardware to develop interactive inventions. O Arduino pode ser emparelhado com outro equipamento para desenvolver interactivo invenções. They can also be connected to software running on a computer. Eles também podem ser conectados ao software rodando em um computador. Newbies can look into our Novatos podem olhar para o nosso introduction guide introdução guia on the Arduino to get started with their own projects. sobre o Arduino para começar com os seus próprios projectos.

ioandarduino

The O ioBridge IO-204 ioBridge IO-204 makes the handshake between the World Wide Web and the Arduino interface possible. faz o aperto de mão entre a World Wide Web e da interface Arduino possível. The web enabled monitor, control and sensor module has a two way communication with the ioBridge.com servers. A web permitiu acompanhar, controlar e sensor módulo tem uma comunicação bidireccional com os ioBridge.com servidores. Configured through user friendly widgets on the ioBridge website, the IO-204 can be setup for remote control and monitoring without any knowledge of programming. Configurado por meio de usuário amigável ioBridge widgets sobre o site, a IO-204 pode ser configurado para o controlo remoto e monitorização sem nenhum conhecimento de programação.

message-center

The O internet enabled message center Internet ativado mensagem central project is a computer less project using the ioBridge IO-204 as the web interface. projeto é um projeto usando o computador menos ioBridge IO-204 como a interface web. The system is triggered by pressing push-buttons which separately query for temperature, stocks, and other data. O sistema é acionado pressionando botões push-consulta para que separadamente temperatura, as existências, e outros dados. One button which notifies Hans via cell phone if the button has been pressed. Um botão que notifique Hans via celular se o botão foi pressionado.

When a button is pressed, the signal is transmitted to the Arduino. Quando um botão é pressionado, o sinal é transmitido para o Arduino. If it's local information like temperature from an analog source, then the Arduino handles it and displays the reading on the LCD screen. Se a temperatura a partir de informações locais como uma fonte analógica, o Arduino manipula-lo e mostra a leitura da tela LCD. If the information has to be sourced from the web (like stock quotes), then it goes to the IO-204. Se a informação tem de ser abastecido a partir da web (como cotações de ações), então ela vai para a IO-204. The IO-204 connects to the Web APIs (eg Google or Yahoo for stock alerts) through the ioBridge.com servers and relays the info back to be displayed on the LCD screen. O IO-204 conecta-se à Web APIs (por exemplo, o Google ou Yahoo para os alertas), através da ioBridge.com servidores e centros de informações de volta para ser apresentado no ecrã LCD.

Hans has provided the complete working of the remote message center on his blog along with the source code required to program the Arduino. Hans tem prestado todo o trabalho do centro remoto mensagem em seu blog, juntamente com o código fonte necessário para programar o Arduino. Explore our broad section on Explore a nossa vasta secção sobre Arduino hacks Arduino hacks for more outstanding project para mais notável projecto

Comment: Comentário: