DIY Internet Enabled Arduino Messenger DIY Internet aktiv Arduino Messenger

Is there anything that the Arduino microcontroller can't do? Gibt es etwas, dass die Arduino Mikrocontroller kann das nicht? Just look at the vast assortment of applications in Schauen Sie sich die große Auswahl an Anwendungen in Top 40 Arduino Projects of the Web Top 40 Arduino Projekte des Web we've covered earlier. Wir haben früher. Here's another awesome arduino project by Hans Scharler. Hier ist eine andere awesome Arduino Projekt von Hans Scharler. Hans uses an Arduino to relay internet information from Web APIs to a serial LCD display. Hans mit einem Arduino auf Relais Internet Informationen aus Web-APIs an eine serielle LCD-Display.

Arduino is an embedded computing platform that uses a simple I/O board and a programmable software environment generally using C/C++ code. Arduino ist ein Embedded-Computing-Plattform, die eine einfache I / O-Board und eine programmierbare Software-Umgebung der Regel mit C / C + +-Code. An Arduino can be paired with other hardware to develop interactive inventions. Ein Arduino können gekoppelt werden mit anderer Hardware zu entwickeln interaktive Erfindungen. They can also be connected to software running on a computer. Sie können auch an Software, die auf einem Computer. Newbies can look into our Neulinge können sich in unsere introduction guide Einführung Anleitung on the Arduino to get started with their own projects. über die Arduino, um mit ihren eigenen Projekten.

ioandarduino

The Der ioBridge IO-204 ioBridge IO-204 makes the handshake between the World Wide Web and the Arduino interface possible. um die Handshake zwischen dem World Wide Web und die Arduino-Schnittstelle möglich. The web enabled monitor, control and sensor module has a two way communication with the ioBridge.com servers. Die Web-fähigen Monitor-, Kontroll-und Sensor-Modul verfügt über einen Zwei-Wege-Kommunikation mit dem Server ioBridge.com. 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. Konfigurierte durch benutzerfreundliche Widgets auf der Website ioBridge, IB-204 kann Setup für die Fernsteuerung und Überwachung, ohne irgendwelche Kenntnisse der Programmierung.

message-center

The Der internet enabled message center Internet aktiviert Mitteilungszentrale project is a computer less project using the ioBridge IO-204 as the web interface. Projekt ist ein Computer mit dem Projekt weniger ioBridge IO-204, wie das Web-Interface. The system is triggered by pressing push-buttons which separately query for temperature, stocks, and other data. Das System wird durch Drücken der Tasten, die getrennt Suche nach Temperatur, Aktien und andere Daten. One button which notifies Hans via cell phone if the button has been pressed. Eine Taste, die mitteilt, Hans per Handy, wenn Sie die Taste gedrückt wurde.

When a button is pressed, the signal is transmitted to the Arduino. Wenn eine Taste gedrückt wird, wird das Signal an die 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. Wenn es sich um lokale Informationen wie Temperatur von einer analogen Quelle, dann die Arduino Griffe und zeigt die Lesung auf dem LCD-Bildschirm. If the information has to be sourced from the web (like stock quotes), then it goes to the IO-204. Wenn die Informationen zu Quellen aus dem Internet (zB Börsenkurse), dann geht es auf die 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. Das IB-204 verbindet sich mit dem Web-APIs (zB Google oder Yahoo nach ISIN) durch die ioBridge.com-Server und leitet die Informationen wieder angezeigt werden auf dem LCD-Bildschirm.

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 hat die gesamte Arbeit des Remote-Mitteilungszentrale in seinem Blog zusammen mit dem Quellcode für die Programmierung des Arduino. Explore our broad section on Entdecken Sie unsere breite Abschnitt über Arduino hacks Arduino Hacks for more outstanding project Für weitere herausragende Projekt

Comment: Kommentar: