Difference between revisions of "Arduino"
Line 16: | Line 16: | ||
==schematics== | ==schematics== | ||
http://www.satsleuth.com/schematics.htm | http://www.satsleuth.com/schematics.htm | ||
==parts== | |||
===KTM-S1201 lcd module=== | |||
;;http://arduino.cc/forum/index.php/topic,22098.0.html | |||
===DK-duino DKUNO Atmega328p-20PU USB Board=== | ===DK-duino DKUNO Atmega328p-20PU USB Board=== | ||
Revision as of 20:45, 30 October 2012
electronics
control narratives
pond pumps
Pick up my phone, go to a web site, have there be a series of buttons on, off, 10, 20, 30, 60.
The buttons could be from a client side jquery-mobile page. Timing would seem suited to the server. Server would send an on message and start a timer. After the time elapsed it would send an off message. Client would poll server to see what the status is and the time remaining.
version 1
Click the button pump goes on in pond.
- send '1' to arduino, to tun on relay
- send '0' to arduino to turn off device
Arduino-Ethernet-Shield-Tutorial
heating system
A cheap circuit like http://www.craig.copperleife.com/tech/thermo/ or more complicated http://www.rentron.com/project01.htm using http://datasheets.maximintegrated.com/en/ds/DS1620.pdf which can be overridden by server program that controls multiple thermostats.
schematics
http://www.satsleuth.com/schematics.htm
parts
KTM-S1201 lcd module
DK-duino DKUNO Atmega328p-20PU USB Board
Descriptions
Compatible with Arduino duemilanove 2009 Microcontroller: ATmega328P-PU USB to RS232 Controller: PL2303HX I/O compatible with Arduino UNO R3 Operating Voltage (logic level) : 5V Input Voltage (recommended) : 7.2-11.1V Input Voltage (limits) : 6-20V Package Content
1*DK-duino DKUNO Atmega328p-20PU USB Board 1* USB 2.0 cable
Ethernet Shield With Wiznet W5100 Ethernet Chip
( latest version ) Compatible Duemilanove (168/328) / Mega (1280/2560) / UNO
Product Description This is the latest version of the Ethernet Shield. This Arduino Ethernet Shield which is based on the Wiznet W5100 Ethernet Chip gives you an easy way to get your Arduino Online. It is directly supported by Arduino official Ethernet Library. It adds a micro-SD card slot, which can be used to store files for serving over the network. It is compatible with the Arduino Duemilanove (168 or 328), Uno as well as Mega (1280/2560) and can be accessed using the SD library.
The Wiznet W5100 provides a network (IP) stack capable of both TCP and UDP. It supports up to four simultaneous socket connections. Use the Ethernet library to write sketches which connect to the internet using the shield.