DIY Internet Enabled Arduino Messenger DIY Internet Enabled Arduino Messenger

Is there anything that the Arduino microcontroller can't do? Existuje niečo, že mikrokontrolér Arduino nemôže robiť? Just look at the vast assortment of applications in Stačí sa pozrieť na obrovský sortiment aplikácií Top 40 Arduino Projects of the Web Top 40 Arduino projekty na webe we've covered earlier. ktoré sme predtým. Here's another awesome arduino project by Hans Scharler. Tu je ďalší skvelý projekt Arduino Hans Scharler. Hans uses an Arduino to relay internet information from Web APIs to a serial LCD display. Hans používa Arduino odovzdávať informácie z internetu webové rozhranie API pre sériovú LCD displej.

Arduino is an embedded computing platform that uses a simple I/O board and a programmable software environment generally using C/C++ code. Arduino je vstavané počítačové platformy, ktorá využíva jednoduché I / O doske a programovateľné softvérové prostredie všeobecne pomocou C / C + + kód. An Arduino can be paired with other hardware to develop interactive inventions. Arduino môže byť spárovaný s iným hardvérom pre rozvoj interaktívnych vynálezy. They can also be connected to software running on a computer. Môžu byť tiež pripojený na softvér bežiaci na počítači. Newbies can look into our Nováčky sa pozrieť do našej introduction guide úvod sprievodca on the Arduino to get started with their own projects. o Arduino začať s ich vlastné projekty.

ioandarduino

The ioBridge IO-204 ioBridge IO-204 makes the handshake between the World Wide Web and the Arduino interface possible. robí handshake medzi World Wide Web a rozhranie Arduino je to možné. The web enabled monitor, control and sensor module has a two way communication with the ioBridge.com servers. Web umožnil sledovať, kontrolovať a čidlo modul má dvoch spôsob komunikácie s ioBridge.com servery. 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. Konfigurácia sa vykonáva pomocou užívateľsky prívetivý widgety na ioBridge stránkach sa môžu IO-204 je nastavenie pre diaľkové ovládanie a monitorovanie a bez akýchkoľvek znalostí programovania.

message-center

The internet enabled message center Internet umožnil centra správ project is a computer less project using the ioBridge IO-204 as the web interface. Projekt je počítač menej projektu pomocou ioBridge IO-204 je webové rozhranie. The system is triggered by pressing push-buttons which separately query for temperature, stocks, and other data. Systém sa spúšťa stlačením tlačidla, ktorá push-samostatne dotaz na teplotu, zásoby, a ďalšie údaje. One button which notifies Hans via cell phone if the button has been pressed. Jedno tlačidlo, ktoré upozornia, Hans cez mobilný telefón v prípade, že bolo tlačidlo stlačené.

When a button is pressed, the signal is transmitted to the Arduino. Po stlačení tlačidla je signál vysielaný na 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. Ak je to miestne informácie, ako je teplota z analógového zdroja, potom je Arduino spracuje a zobrazí čítanie na obrazovke LCD. If the information has to be sourced from the web (like stock quotes), then it goes to the IO-204. Pokud sa informácie musia pochádzať z webu (podobne ako ceny akcií), potom to ide do 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. IO-204 sa pripája na webové rozhranie API (napríklad Google alebo Yahoo za skladu záznamov) cez ioBridge.com serverov a odovzdáva údaje späť na zobrazenie na LCD displeji.

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 poskytuje kompletné pracovné vzdialeného centra správ na svojom blogu spolu s zdrojového kódu potrebné k programu Arduino. Explore our broad section on Preskúmajte našu širokú sekciu Arduino hacks Arduino hacks for more outstanding project Ďalší vynikajúci projekt

Comment: Komentár: