
WiFly GSX Breakout
Get flash to fully experience Pearltrees
Normal - WiFly GSX Breakout - SparkFun Electronics
Description: We've revised the board by adding some LED indicators and also improving the overall performance of the board. This is a breakout board for the RN-131C WiFly GSX module, an ultra-low power 802.11b/g transceiver. This board breaks out all pins of the RN-131C to two 17-pin 0.1" pitch headers. Board comes fully assembled and tested as pictured.get the time from the internet and automatically synchronise itself (why have to set the time and use a battery to keep it running when disconnected, if we have Internet access ?) Adding custom text wasn’t hard, I just had to insert a new mode in the state machine logic, and then to make it scroll I had to call a custom method from one of the interrupts occurring every millisecond that would move all the display[] array (containing the text currently displayed) one position to the left. VFD Clock Scrolling Hello World The ease with which I was able to insert new logic into the code, and get something working in literally a couple of hours, shows how nicely the code was initially written… all the logic is in one big file, which might seem hard to follow initially, but it’s nicely commented and divided into methods… thank you Ladyada !
VFD Clock Connects to the Internet « Robotics / Electronics / Physical Computing
Normal - Arduinology
A wifi network able to deliver DHCP addresses is also expected. If it performs MAC-address filtering, you’ll need to add your WiFly’s MAC address (see below for ways to get it). Static addresses can also be handled but need to be explicitly set. Some changes to WebTime may be needed if you are testing against an ad-hoc network, or if you need to set a static IP address. See the program notes for details. It is a simple project, no special tools or abilities required beyond the usual: Soldering iron, solder, multimeter, breadboard, breadboard wires.
Arduinology
Normal - Cairo Hacker Space
A beginner’s guide to connecting and operating the WiFly to Arduino Serially
A beginner’s guide to connecting and operating the WiFly to Arduino Serially « Cairo|Hackerspace
Arduino WiFly Driver - Browse Files at SourceForge.net
NewSoftSerial | Arduiniana
A New Software Serial Library for Arduino News: NewSoftSerial is in the core! Starting with Arduino 1.0 (December, 2011), NewSoftSerial has replaced the old SoftwareSerial library as the officially supported software serial library.Streaming | Arduiniana
New users sometimes wonder why the “Arduino language” doesn’t provide the kind of concatenation or streaming operations they have become accustomed to in Java/VB/C#/C++, etc. lcd.print("GPS #"); lcd.print(gpsno); lcd.print(" date: "); lcd.print(day); lcd.print("-"); lcd.print(month); lcd.print("-"); lcd.println(year); // ugh!! The Streaming library gives you the option of compressing those into “insertion style” code that, if not exactly the same, is reminiscent of the concatenation above: This syntax is familiar to many, is easy to read and learn, and, importantly, consumes no resources.The Time library adds timekeeping functionality to Arduino with or without external timekeeping hardware. It allows a sketch to get the time and date as: second, minute, hour, day, month and year. It also provides time as a standard C time_t so elapsed times can be easily calculated and time values shared across different platforms. The code is derived from the earlier Playground DateTime library but is updated to provide an API that is more flexible and easier to use.
playground - Time
Since Print was introduced with Arduino 0012, several classes, including HardwareSerial, LiquidCrystal, Ethernet Client/Server, and my own NewSoftSerial , have been written to leverage its text rendering engine. But getting formatted text to output devices not in this short list still requires either writing custom code or turning to expensive alternative solutions like sprintf(). PString (“Print-to-String”) is a new lightweight Print-derivative string class that renders text into a character buffer.
PString | Arduiniana
WiFly Shield

