So far, you will have to make one yourself. All
the necessary board designs and code are available for free. See Making a
GoGo Board in the documentation page for more information.
We are working on making the board available from a few merchants. More information will be provided when they become available.
If you order parts from
digikey.com and make the printed circuit board (PCB)
yourself, it should be around US$ 40. If
you don't have a PIC programmer, you can get one for $20 (once you have it,
you can program as many PICs as you want). The price of each board depends greatly on how many you build at a time. If you make 25 and order the PCB
from a PCB manufacturing company (like APCircuits), it should cost $30 ($21-22
without the output port chips). We have found prices to be lower in other countries.
The GoGo Board can store and run programs that are written in the Logo language. The is referred to as the autonomous mode. The software environment to program the GoGo Board is called the GoGo Monitor and is available for free on the Download page.
The GoGo Board can also communicate with a computer. This is referred to as the tethered mode where the computer interactively controls the board via a serial cable. So far, you can use Microwords Logo, Imagine Logo,
Microsoft Office's VBA, MS Visual Basic, MS Visual C++ (and other ActiveX compatible languages), Squeak, and any environment
that can access the serial port. In addition, there is a DLL (Dynamic-Link Library) for use with the GoGo Board.