Not logged in - Login

Configure Renard Receiver

Required Hardware

You can use either a RF1http://www.komby.com/rf1 or a kombeehttp://www.komby.com/kombee board to control a Renard board. For the RF1, you can use the RS485 board http://www.komby.com/rf1-serial-rs485-adapter to connect via CAT5 cable OR you can connect via a custom wire to a Snap In headerhttp://learn.komby.com/wiki/6/renard-wireless-control-with-rfpixel-control-and-nrf24l01

How To Program the Renard Receiver

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

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 RF1 or other device to your computer for upload.

For RF1 use a FTDI adapter or cable to connect to the RF1 serial. http://www.komby.com/ftdi_prog

For a kombee device you can use the FTDI board OR you can connect to a xbee Explorer board.

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!