My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GettingStarted  
How to start using Funnel
Deprecated
Updated Jan 2, 2008 by kotob...@gmail.com

Getting Started

Configuration for Arduino users

  1. Open "server/settings.yaml" with your favorite text editor
  2. Change "io: type" from Gainer to Arduino
  3. server:
      command port: 9000
      notification port: 9001
    
    io:
      type: Arduino
      com: 
  4. Save the settings file. You are ready to use your Arduino with Funnel. :)

How to try Funnel?

  1. Configure the settings file if needed
  2. Connect an I/O module
  3. Double click on "server/funnel_server.jar" to launch Funnel Server
  4. See examples at the following location
    • ActionScript 3 => libraries/actionscript3/src/ArduinoTest.as (or GainerTest.as)
    • Processing => libraries/processing/sketch_samples/ARDUINO (or GAINER)
    • Ruby => libraries/ruby/arduino_test.rb (or gainer_test.rb)

Sign in to add a comment
Powered by Google Project Hosting