Cristian Maglie
|
c28e6b20c4
|
WiFi lib version bump to 1.2.5
|
2015-07-14 23:40:40 +02:00 |
|
Martino Facchin
|
1fb0f84c46
|
WiFi: move init from constructor to method
Zero SPI library is not responding correctly when invoked before main()
AVR compatibility ok
fixes arduino/ArduinoCore-samd#18
|
2015-07-10 12:05:55 +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 |
|
Federico Fissore
|
5519f15663
|
Libraries: added help files to mitigate missing contextual reference issue
|
2015-04-23 17:19:15 +02:00 |
|
Federico Fissore
|
0b4b76fa67
|
Bundled libraries update
|
2015-04-23 13:01:30 +02:00 |
|
Arturo Guadalupi
|
9eb2bac42e
|
First licenses review
|
2015-04-23 12:53:30 +02:00 |
|
Federico Fissore
|
ae6a5d887d
|
Lib: WiFi version bump
|
2015-04-02 14:32:50 +02:00 |
|
Arturo Guadalupi
|
501333a8ef
|
new theme
|
2015-04-01 16:11:59 +02:00 |
|
Federico Fissore
|
f7106ecc65
|
Libraries: version now compliant with semver. See http://semver.org/
|
2015-03-27 15:01:49 +01:00 |
|
Arturo Guadalupi
|
ce412a0461
|
Added README.adoc for the library manager project
|
2015-01-16 17:14:02 +01:00 |
|
Cristian Maglie
|
6d7751cf5f
|
Fixed some libraries metadata.
|
2015-01-16 12:22:24 +01:00 |
|
Fede85
|
9a64c1bb1c
|
removed Xively and Cosm examples
|
2014-09-25 14:50:42 +02:00 |
|
Fede85
|
878911c1d4
|
fixed some broken links in library.properties files
|
2014-07-21 18:42:27 +02:00 |
|
Fede85
|
b02e85ceb2
|
modified sentences in library.properties files
|
2014-07-18 19:41:34 +02:00 |
|
Cristian Maglie
|
c84e9ed21a
|
Merge branch 'master' into ide-1.5.x
|
2014-02-27 13:32:35 +01:00 |
|
Cristian Maglie
|
2380a8f3d7
|
Added copyright license for WiFi shield library
See #1117
|
2014-02-27 12:46:05 +01:00 |
|
Cristian Maglie
|
76ded605ff
|
Updated all library.properties to 1.5 rev2 lib format
|
2014-02-18 22:32:24 +01:00 |
|
Fede85
|
5dfafe7847
|
WiFi Shield examples: added the firmware version check
|
2014-02-06 18:40:48 +01:00 |
|
Fede85
|
90fb863c01
|
better Client.stop() handling in WebClientRepeating and WifiWebClientRepeating examples
|
2014-01-21 20:38:52 +01:00 |
|
Cristian Maglie
|
dd7e0ee33f
|
WiFi library is now vanilla
|
2013-12-30 18:04:31 +01:00 |
|
Cristian Maglie
|
1ddf6136af
|
WiFi librari: SPI delay is computed based on F_CPU constant
|
2013-12-30 18:04:31 +01:00 |
|
Cristian Maglie
|
a2482734b5
|
Moved vanilla parts of WiFi library into common source folder.
|
2013-12-30 18:04:31 +01:00 |
|
Cristian Maglie
|
9d48b52312
|
Removed unused "socket.h" interface from WiFi library.
(that was probably an heritage from Ethernet lib)
|
2013-12-30 18:04:31 +01:00 |
|
Cristian Maglie
|
d920b7b67c
|
Removed unused stuff from WiFi library.
|
2013-12-30 18:04:31 +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
|
0732d5afcd
|
Fixed compilation errors with some examples
|
2013-10-21 13:16:51 +02:00 |
|
Federico Fissore
|
b4c68b3dff
|
Run new astyle formatter against all the examples
|
2013-10-21 09:58:40 +02:00 |
|
Federico Fissore
|
ddcb89e1fa
|
Removed wrong executable flag on many files
|
2013-09-27 18:18:51 +02:00 |
|
Cristian Maglie
|
07d9d558b5
|
Updated libraries metadata
|
2013-08-08 16:40:55 +02:00 |
|
Fede85
|
d1717e92da
|
added firmware version check to WiFi shield examples
|
2013-07-19 16:34:44 +02:00 |
|
Fede85
|
fd7e9c6d90
|
WiFi library to the new format
|
2013-07-19 16:20:34 +02:00 |
|
Fede85
|
fab4632b07
|
WifiWebServer example: Moved the autorefresh feature inside the http header
|
2013-04-17 11:33:28 +02:00 |
|
Fede85
|
2e6023bc2a
|
edited some ethernet ad wifi examples
|
2013-04-11 17:36:15 +02:00 |
|
Cristian Maglie
|
f4232373fd
|
Added Wifi NTP client example
|
2013-03-29 15:26:43 +01:00 |
|
Cristian Maglie
|
0e7a434fe8
|
Fixed Wifi example
|
2013-03-29 12:04:36 +01:00 |
|
Fede85
|
9e7dfb2a06
|
updated config() methods in WiFi library
|
2013-03-28 12:56:57 +01:00 |
|
Cristian Maglie
|
83dbd395f3
|
Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD
|
2013-03-28 12:10:48 +01:00 |
|
Mimmo La Fauci
|
1231fb82e3
|
Fix WiFi interface for static IP
|
2013-03-26 22:25:55 +01:00 |
|
Mimmo La Fauci
|
792056d62b
|
Fix issue with multiple clients on WebServer
|
2013-03-22 13:42:12 +01:00 |
|
Mimmo La Fauci
|
dc3102d2f4
|
Added API to set static IP and DNS server
|
2013-03-21 09:24:07 +01:00 |
|
Cristian Maglie
|
1b0bff6f2c
|
Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD
|
2013-03-20 11:35:55 +01:00 |
|
Mimmo La Fauci
|
85e0353588
|
Fixed issu con client.available to return the correct number of bytes
|
2013-03-16 12:33:50 +01:00 |
|
Cristian Maglie
|
b699bdc663
|
Added example WifiUdpSendReceiveString
|
2013-03-11 00:24:01 +01:00 |
|
Cristian Maglie
|
15727e9a2d
|
Merge remote-tracking branch 'arduino/master' into wifishield-bugfix
|
2013-03-10 23:22:48 +01:00 |
|
Mimmo La Fauci
|
8862a7d54e
|
Fix bug on client.available() to retrun the number of bytes available
|
2013-03-10 22:37:54 +01:00 |
|
Mimmo La Fauci
|
863b47ad5e
|
Added WiFi Udp Implementation
|
2013-02-08 19:22:23 +01:00 |
|
Fede85
|
1a0dcb2959
|
closes #954. Typo in WebServer sketches
|
2013-02-07 16:24:56 +01:00 |
|
Tom Igoe
|
336e578d02
|
Added SimpleWebServerWiFi
|
2012-11-25 21:28:55 -05:00 |
|