Search results

  1. R

    Help with RFA020 URF and ERF

    Ive only just got the new RFA020 and im looking to replace it with with the (trouble with AXE213 reciever data units). The project i am making at the moment is using a laptop to control a small boat with 2 propellers. the previous thread hyperlinked will explain the information behind this...
  2. R

    Help with setting certain hexidecimals to send

    hi, i am using a motor bee, and a custom motor bee program that i have created to be put into the transmitter via the laptop and USB2.0. however when writing the progam, where am i to put the characters 49 or the hexidecimal equivelent as i need the AXE213 transmitter to send a specific code...
  3. R

    trouble with AXE213 reciever data units

    At the moment i am having trouble with the data values that the PIC is recieving from the AXE123 reciever. the values that should be coming out when a push to make being pressed on the AXE123 transmitter board should be 49. However the value keeps changing everytime i press the push to make...
  4. R

    need help for servo controll wirelessly

    im having some problems with trying to get my servo to move heres the programing: transmiter init: servo 4,75 main: if pinc.2 = 1 then left goto main left: pause 10 serout b.1, n2400, ("00000000") servopos 4,250 wait 1 servopos 4,75 goto main reciever init: servo 4,75 main: pause 10...
  5. R

    need help for wireless transmition

    im having a bit of a problem at the moment with sending information wirelessly to the reciver. i am just in the testing phase and i am trying to send a program from one breadbord to another, to see if it works. the program is: main: if pinc.2 = 1 then flash goto main flash: high b.2 wait 2...
Top