Commit Graph

81 Commits

Author SHA1 Message Date
Ignacio Santolin 3b34859a66 Removed dead Link
Removed dead link
http://www.vti.fi/en/support/obsolete_products/pressure_sensors/
2016-12-21 11:04:43 +01:00
Michael Amie e6f85b7058 Removed unnecessary invocation of Ethernet.maintain()
Since this example utilizes a statically assigned IP address, it is not necessary to call Ethernet.maintain().
2016-01-11 00:04:47 -08:00
Arnie97 89294855fe Fix typo in a Ethernet Shield example 2015-12-19 21:10:24 +08:00
Cristian Maglie d8dc54afc4 UdpNtpClient example: removed wrong return type 2015-11-05 19:10:12 +01:00
per1234 7f4c29927d Clean up Ethernet example comments
- Fix typos and formatting.
- Remove analog inputs part of Circuit comment in ChatServer and
AdvancedChatServer. The examples don't use these analog inputs.
2015-10-04 05:03:31 -07:00
Arturo Guadalupi 9eaea4205d Modified reference to Leonardo only in the examples
According to #3786 removed the reference to Leonardo only in while(!Serial) of the examples.
Changed in in "wait for serial port to connect. Needed for native USB port only"
2015-09-21 14:58:58 +02:00
Eddy 8a4fd0e6a2 Ethernet use DNS in examples
Set the DNS-Server as third parameter of Ethernet.begin if at least gateway is specified. Reference is Updated before.

In BarometricPressureWebServer gateway and subnet wasn't used.

Signed-off-by: Eddy <est.git@online.de>
2015-09-18 11:36:15 +02:00
Arturo Guadalupi 3f28c2452a Added Ethernet.maintain() to examples
According to #3634 I added the Ethernet.maintain to examples:
Webserver
UdpNtpClient
DhcpChatServer
DhcpAddressPrinter
2015-09-03 09:34:49 +02:00
Federico Fissore 5e98cd8528 Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
Federico Fissore 9166828bfe Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191 2015-05-20 17:10:06 +02:00
Fede85 f85a72847a Ethernet: UdpNtpClient.ino now uses DNS to connect to the NTP server 2014-09-25 14:50:42 +02:00
Fede85 9a64c1bb1c removed Xively and Cosm examples 2014-09-25 14:50:42 +02:00
Fede85 90fb863c01 better Client.stop() handling in WebClientRepeating and WifiWebClientRepeating examples 2014-01-21 20:38:52 +01:00
Cristian Maglie d20c028469 Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
	libraries/Ethernet/EthernetClient.cpp
2013-12-09 18:31:43 +01:00
ntruchsess 29954567e7 update AdvancedChatServer.ino, add operator!= 2013-12-06 23:19:19 +01:00
ntruchsess 889e1f6583 apply AdvancedChatServer.ino changes to renamed ChatServer.ino 2013-11-28 09:58:27 +01:00
ntruchsess b5c500f5b4 revert Chatserver example, create new AdvancedChatServer based on it 2013-11-28 09:43:46 +01:00
ntruchsess a27604f59e add some lines of comment to ChatServer.ino, remove redundant assignment of Client-instance 2013-11-27 17:49:20 +01:00
ntruchsess 937bce1a0b add localPort to EthernetClient, simplify operator== 2013-11-27 10:40:57 +01:00
ntruchsess ca37de4ba4 add operator==, remoteIP and remotePort to EthernetClient 2013-11-26 00:12:44 +01:00
Cristian Maglie 853be57648 Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
	libraries/Ethernet/examples/XivelyClient/XivelyClient.ino
	libraries/Ethernet/examples/XivelyClientString/XivelyClientString.ino
	libraries/GSM/examples/GSMXivelyClient/GSMXivelyClient.ino
	libraries/GSM/examples/GSMXivelyClientString/GSMXivelyClientString.ino
	libraries/Servo/examples/Knob/Knob.ino
	libraries/Servo/examples/Sweep/Sweep.ino
	libraries/WiFi/examples/WiFiXivelyClient/WiFiXivelyClient.ino
	libraries/WiFi/examples/WiFiXivelyClientString/WiFiXivelyClientString.ino
2013-11-11 12:40:59 +01:00
Scott Fitzgerald cb9686dc33 Updates to a number of Examples
removed pachube examples, added xively examples. changes to the Servo
examples
2013-11-08 18:46:27 +04:00
Federico Fissore b4c68b3dff Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Justin Paulin 5ddbab3693 Fixed a typo in the WebServer example. 2013-09-09 19:47:24 +02:00
Justin Paulin 24df3ab28d Fixed a typo in the WebServer example. 2013-07-29 13:40:51 -04:00
Fede85 d94e7e8ae0 deleted Twitter examples from Ethernet and GSM libraries 2013-07-10 12:37:02 +02:00
Fede85 9454816162 Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
Fede85 a138309ff6 WebServer example: Added comments 2013-04-17 11:37:31 +02:00
Fede85 ce3554261d Moved refresh client from html meta tag to http header
Fixes #953
2013-04-16 21:37:41 +02:00
Fede85 2e6023bc2a edited some ethernet ad wifi examples 2013-04-11 17:36:15 +02:00
Fede85 1a0dcb2959 closes #954. Typo in WebServer sketches 2013-02-07 16:24:56 +01:00
Cristian Maglie 1b7fd24480 Fixed server address on UdpNtpClient example.
Fixes #1156
2012-12-10 11:50:49 +01:00
Scott 9a13d211ba Fixed typo in PachubeClientString example 2012-10-12 15:59:45 -04:00
Scott 72595f86c4 Modified pachube Ethernet Client String example and removed Cosm examples 2012-09-10 12:02:59 -04:00
Zach Eveland 32e365b480 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-05-15 15:40:23 -04:00
Tom Igoe 2e30d3891c spell check on PachubeClientString 2012-05-14 16:18:26 -04:00
Tom Igoe 08cb1983d7 Added Cosm Clients to replace Pachube Clients due to Pachube.com
rebranding
2012-05-14 16:16:42 -04:00
Zach Eveland 573d08c4fa Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-04-20 10:10:46 -04:00
Tom Igoe a69bd00c68 Update to WebClientRepeating comments 2012-04-19 15:03:23 -04:00
Tom Igoe 2baf577437 Added WebClientRepeating example 2012-04-19 15:02:21 -04:00
Tom Igoe 6f93d3fc17 Updated all comments for while (!Serial) additions to serial-based examples 2012-04-09 10:48:40 -04:00
Tom Igoe 202bb102a0 Updated all serial in setup examples with a note about the serial check 2012-04-02 11:11:46 -04:00
Tom Igoe a631e4f834 Added Serial port check to all examples using Serial statements in the setup 2012-04-02 09:07:58 -04:00
Tom Igoe da09e0c867 Updated Ethernet WebServer example to give more diagnostic info 2012-03-20 10:37:15 -04:00
Tom Igoe c9ded42197 Updated PachubeClientString and PachubeClient examples for Ethernet 2012-03-16 10:48:18 -04:00
Tom Igoe 7f11df115d Updated ChatServer 2012-03-12 15:30:18 -04:00
Tom Igoe f415edfc3b upated PachubeClientString to fix interval bug 2012-03-02 17:21:12 -05:00
Tom Igoe 8ef8be6ccd Adjusted interval bug in TwitterClient 2012-03-02 17:20:09 -05:00
Tom Igoe 59f68ebd8c Updated pachubeClientStirng to fix posting interval bug 2012-03-02 17:17:15 -05:00
Tom Igoe 366a490973 Updated TwitterClient example to fix timing bug 2012-03-02 13:14:07 -05:00