Not logged in - Login

WM2999 Pixel Receiver Setup

Note these instructions are good for Beta 1 Release only

Required Hardware

WM2999 Controller board: Go to the board details here Note: the WM2999 controller board is meant to power and use Walmart holiday time color changing lights from the 2012 christmas season.

How To Program the WM2999 Receiver

  1. Open the IDE
  2. In the File->Examples->RFPixelControl Menu find the WM2999Receiver
    Open the WM2999Receiver Sketch
  3. You will need to verify / change the configuration options
    Need to verify the Configuration Options

  1. Next Choose a Unique ID For this device, This number will need to be unique for each of your RF devices (unless you want to have more than one receiver receive the same information from the transmitter, NOTE: this is only used for receivers when OTA Config is enabled. More information visit: OTA Config Explained #define RECEIVER_UNIQUE_ID 33]

Now that you have that done, Its time to load the sketch onto your transmitter. We need to connect your WM2999 Controller to your computer for upload.

Connecting to your computer

Make sure you have DISCONNECTED AC POWER before continuing, The WM2999 controller cannot be connected to AC power and your PC at the same time.

To connect to the 5 pin header on the WM2999 board you have a few options

  1. If you already have an FTDI adapter or cable
    1. use the komby Reset board to connect to the 5 pin serial. http://www.komby.com/reset
  2. if you dont already have an FTDI board, you can get this one which can connect to the WM2999 header directly: http://www.komby.com/ftdi_prog

Now that we are connected to the computer.

  1. Choose the correct COM device. This is the COM port of your FTDI adapter or xbee Explorer.
    Select the COM Port your Transmitter device is connected to.
  2. Now Choose Arduino Uno as the board type, you will use this for the RF1, and kombee boards.
    Select Uno Board type
  3. Click the upload button
    Click Upload
  4. If you have an error or bad connection you may see an error like this.
    Verify your COM port is selected and your board is connected properly
  5. If your upload was successful you will see "Done Uploading"
    All Done!