Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by RobotHeart

  1. RobotHeart

    How can I control the serial port ?

    ok... As the robot operator, I want to use Windows Remote desktop to so that I can control the robot (laptop on wheels) without wires from other computer. As the robot operator, I want to use C or C++ language to control the serial port so that I can use laptop's serial port. As the robot...
  2. RobotHeart

    How can I control the serial port ?

    you see...its a laptop not a PC, and it'll move along with the mobile robot while the serial port is connected to the laptop, remote desktop will be used to control the robot wirelessly, other core features will be added later on but now I want to finalize is part if possible. So how can I use...
  3. RobotHeart

    How can I control the serial port ?

    I am very sorry for my unclear request. its actually a mobile robot that i would like to control its speed and direction. the 4 motors are servo motors (360 angle) 9V (or maybe 5V). microcontroller used is PIC16F877A. my biggest problem is that I dont do PC programming, I do microcontroller...
  4. RobotHeart

    How can I control the serial port ?

    lets say PIC16F877A.. why is that important ?
  5. RobotHeart

    How can I control the serial port ?

    Good day every1 What is the simplest way to control the serial port ? I would like to use the serial port to control 4 motors through a microcontroller, so its gona be like: PC -> serial port -> Microcontroller -> motor. please guide me..
  6. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for your telling a 7 years old kid to drive a car...if u know what i mean :cry:
  7. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for RB2 is the PWM output of the ultrasonic sensor. the timer start counting at the first edge of the digital siganl...
  8. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for no...still the same...IR working...ultrasonic not :|
  9. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for I have tested the software on my hardware... the IR part (which is the ADC conversion part) is working very well. but the ultrasonic sensor part is not working at all...it used to work b4 the last adjustment. this is the ultrasonic...
  10. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for so do adding those subroutines to the code directly will do ?? #define PIC_CLK 20000000 //change this to 3.6864, 4, 16 or 20MHz //============================================================================ // Include...
  11. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for in this line : if(RB2 == 0) //if RB2 is high the mistake is in the comment not the code, so instead of high; it should be low. " Also, you keep setting the timer to 0, so the interrupt wont happen and sysclock wont increment so the...
  12. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for ok the simulation worked but i think with some problems...which i think with the delay...i installed the program into my PIC16F877A and tried to apply voltage at one of PORTA pins and waited for voltage at PORTC.4 and PORTC.5....it...
  13. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for ok..i tried to open a new project in a new file and started the simulation again...i think im getting something... the green arrow moves starting from the void main....as following : void main(void) { init(); ultrasonic(); }...
  14. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for that doesn't make sense ! i just copied the code you gave me and pasted it in the MPLAB and started the simulator ! and the exact code is here : #define PIC_CLK 20000000 //change this to 3.6864, 4, 16 or 20MHz...
  15. RobotHeart

    changing a simple code from MikroC format to HI-TECH format

    Re: changing a simple code from MikroC format to HI-TECH for ok i tried the debugger as u asked me...by choosing the MPLAB SIM and then running the simulation (by pressing the play button).....what happend is that i recieved this error: CORE-E0002: Stack under flow error occurred from...

Part and Inventory Search

Back
Top