tigoe
a0f757e7b1
#include Bridge.h in HttpClient
2013-07-06 09:12:01 -04:00
tigoe
64361a1798
Corrected file structure on TemperatureWebPanel
2013-07-06 09:11:37 -04:00
tigoe
1fbb3263c7
Updated TemperatureWebPanel
2013-07-06 08:20:02 -04:00
tigoe
aa4f985ee3
Updated TemperatureWebPanel
2013-07-06 08:10:13 -04:00
tigoe
c8ebd5738d
Added TemperatureWebPanel example
2013-07-06 07:48:10 -04:00
Federico Fissore
42a79bfbcc
delete OLDYahooWeather example
...
Updated pretty-wifi-info-lua path in ShellCommands and WifiStatus examples
Tried to make a sense of HttpClient example by making it fetch http://arduino.cc/asciilogo.txt
2013-07-05 15:06:37 +02:00
Federico Fissore
5a05b725ff
renamed two lua scripts
2013-07-05 13:50:00 +02:00
Federico Fissore
1ba1b6ee70
BootWatcher removed
...
BridgeNew is the new Bridge
2013-07-04 16:33:10 +02:00
Federico Fissore
ec5ce9862e
YunServer: added default port number 5555
2013-07-03 13:43:47 +02:00
Federico Fissore
7c15bff6b6
requests coming to YunServer do not start with a slash any more
2013-07-03 11:26:30 +02:00
Federico Fissore
2c91f4895e
updated temboo examples
2013-07-03 09:03:17 +02:00
Fede85
383199f468
modifide comments in Yun examples ShellCommands.ino ConsolePixel.ino
2013-07-02 21:23:59 +02:00
Fede85
1c4e3771a6
modified and added comments to the ConsoleRead.ino example
2013-07-02 16:38:59 +02:00
Fede85
4fd9761228
moved from Console to Serial output in Yun Process example
2013-07-02 15:17:22 +02:00
Fede85
8778293b83
modified the WifiStatus example and comments in TimeCheck example
2013-07-01 20:11:14 +02:00
Cristian Maglie
3f5d054950
Added example BridgeNew
2013-07-01 19:12:49 +02:00
Fede85
1c25546c91
typo in Bridge keywords.txt
2013-07-01 17:59:15 +02:00
Fede85
2b125a6529
modified the Datalogger example
2013-07-01 17:58:03 +02:00
Fede85
d8138ad8ba
modified the FileWriteScript example
2013-07-01 16:20:05 +02:00
Federico Fissore
1c4eb064b3
updated and added new Temboo examples
2013-06-28 15:29:39 +02:00
Cristian Maglie
2b3e2ef02d
Temboo examples moved in their specific folder
2013-06-27 22:40:34 +02:00
Cristian Maglie
6bb5870851
Bridge default speed increased to 250k
2013-06-27 15:44:20 +02:00
Cristian Maglie
85ad3bfef6
Moved Bridge.message* method on their own class.
2013-06-26 22:12:09 +02:00
Federico Fissore
7a3b87f7f8
included newest Temboo examples
2013-06-26 17:29:57 +02:00
Tom Igoe
ca21e16140
Made ShellCommands example more physical
2013-06-25 14:07:53 -04:00
Tom Igoe
74e141c38c
Added ConsolePixel example
2013-06-25 13:57:19 -04:00
Tom Igoe
267c6f96f8
Updated XivelyClient to use Serial instead of Console
2013-06-25 10:42:30 -04:00
Tom Igoe
0b037669ab
Removed old WifiCheck and WifiSignalStrengthIndicator examples
2013-06-22 02:05:03 -04:00
Tom Igoe
268205fe3f
Simplified TimeCheck
2013-06-22 02:03:47 -04:00
Tom Igoe
c5e590e1da
Changed ShellCommands from Console to Serial
2013-06-22 02:03:35 -04:00
Tom Igoe
cbfc82e0aa
Adjusted datalogger to remove indirection reference and changed from Console to Serial
2013-06-22 02:03:22 -04:00
Tom Igoe
53779e4bcd
Updated comments
2013-06-22 01:43:53 -04:00
Fede85
e094aa5548
added the YahooWeather example
2013-06-21 20:09:04 +02:00
Fede85
35392f361b
renamed SD to FileSystem in FileIO library
2013-06-21 19:48:56 +02:00
Federico Fissore
07bf301255
updated pretty_wifi_info.lua script path
2013-06-21 12:02:34 +02:00
Federico Fissore
77b9b64a71
added writeJSON
2013-06-20 16:54:08 +02:00
Federico Fissore
60efa99707
reviewed bridge example
...
added BridgeClass::writeMessage(const String& str)
2013-06-20 16:32:47 +02:00
Fede85
9334e3f4be
modified SDclass.begin() check for sd presence and added the Datalogger example
2013-06-20 13:24:27 +02:00
Federico Fissore
6f1ae06619
YunSerialTermina speed back to 115200
2013-06-19 15:41:22 +02:00
Federico Fissore
d4365286e2
wifi examples renamed OLD*, introducing new comprehensive WiFiStatus example
...
reviewed ShellCommands example to be not wifi related
2013-06-18 16:42:24 +02:00
Tom Igoe
2955185d56
Simpllified ConsoleRead, added available(), added explanation.
2013-06-16 23:10:17 -04:00
Federico Fissore
b99f4e7c92
adding ConsoleRead example
2013-06-13 17:29:23 +02:00
Cristian Maglie
3ab33362a6
Added Process.runShellCommand*() methods.
2013-06-12 13:28:24 +02:00
Tom Igoe
78c0038596
Added Michael Shiloh's WifiSignalStrengthIndicator example
2013-06-11 12:28:14 -04:00
Cristian Maglie
dc2d8f6885
Updated File example
2013-06-07 18:35:30 +02:00
Cristian Maglie
01b88f7d75
Added comment to some examples
2013-06-05 20:20:18 +02:00
Cristian Maglie
f9b4abe2b5
Updated some Bridge examples
2013-06-05 14:51:15 +02:00
Cristian Maglie
d7e4025295
Updated XivelyClient example
2013-05-31 13:27:01 +02:00
tigoe
fcb44a5cc8
Updated YunSerialTerminal
2013-05-30 23:14:16 -04:00
tigoe
afdb335311
Updated TimeCheck example
2013-05-30 23:13:34 -04:00