PBP projects for R/C models


Closed Thread
Results 1 to 40 of 772

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    Fitchburg, Mass
    Posts
    483


    Did you find this post helpful? Yes | No

    Default One more thing

    I use the model level car because its steering and wheel drive is based on proportional PWM signaling. This I need for the wall following (at speed) trick.

    The much cheaper ~ $50 ~ 1/10 scale toy level car has bang-bang steering that motor control. If that is all we need for the learning game, then the total cost comes way down. These cars are FAST.

    Ken

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,175


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Kenjones1935 View Post
    These cars are FAST.
    Yeah, but with very little control on the steering. Like you described it as bang bang (to the walls)...

    The fuse settings, or settings in general may be solved by an include file made by Ken and students all have to do is just ... include it.

    So they are left with the main body of the software. Which comparing to stickOS is a little more difficult. But you have interrupts and much faster execution time...

    About the cost, well, OK. 250 is much money, but good things cost...

    Ioannis

  3. #3
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default

    I have been folowing this thread. I have a question about the steering: I get it's bang bang, but what actuates it? is it a spring returned solinoid or a motor? I am thinking there should be a way to pulse the steering to simulate proportinate control. Does it really go full left or right with just 1 frame of command?

    Also, as Dave suggested, can you create it so the demo version could be used? Maybe write some subroutines to "include" so all the power of PBP isn't required.

    Then if some of the students are really intrested and want to go further, they can be pointed to PBP for their parents to purchase? As a parent, I would gladly buy a copy for my kid(s) if they were to show me they actually wanted to play with it. It would be far better than an x-box orother such stuff.
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  4. #4
    Join Date
    Nov 2009
    Location
    Fitchburg, Mass
    Posts
    483


    Did you find this post helpful? Yes | No

    Default Toy level steering

    The 1/10 toy level car has a spring loaded servo for steering.

    The steering servo and the DC motor for the wheels are driven by + - 7.2volts. I have four coil driven DPDT relays doing this job. They are not fast, but they are robust and reliable.

    Today I am thinking about teaching the teachers. I need to come up with lesson plan #1. I am imagining kitting some of my cars then asking the teachers to implement "HELLO WORLD" (whatever that is for one of my RC car PIC systems.)

    Question for you all.
    What would be a HELLO WORLD for a 1/10 toy level PIC'd car?

    Ken

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Question for you all.
    What would be a HELLO WORLD for a 1/10 toy level PIC'd car?
    Maybe one of the things you did for a Hello World?
    Go to the end of a hall, turn around and come back.
    Dave
    Always wear safety glasses while programming.

  6. #6
    Join Date
    Nov 2009
    Location
    Fitchburg, Mass
    Posts
    483


    Did you find this post helpful? Yes | No

    Default Inexpensive sensors?

    I am considering doing a teach-the-teachers gig. The attendees would get Professional Development points. They should be allowed to take home their kitted cars.

    The least expensive RC toy cars are about $25 retail. The most expensive thing in my present kits are the sonar sensors. What can I sense for less money?

    Ken

  7. #7
    Join Date
    Nov 2009
    Location
    Fitchburg, Mass
    Posts
    483


    Did you find this post helpful? Yes | No

    Default Infra Red Detector

    Could a 'Nicera' IR Detector designed, "especially to detect body heat" enable my toy level cars to swarm together playing follow the human?

    Imagine a teach-the-teacher class in a gymnasium where the HELLO WORLD application makes the students' cars follow the teacher as he or she tries to out wit it. (The teacher must be wearing a bikini while the students would all be dressed in their warmest winter finery.)

    My 'All Electronics' catalog has IR DETECTOR for $3.90 each. Would this work? How sensitive are these things?

    Ken

  8. #8
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    For what it's worth, on my Explorer 16, with a PIC32MX360F512L mpu:
    It accepts the hex file (different one of course) from my Pickit2.
    I can get a command line interface with my serial port (this chip does not have usb on it).
    When I try to connect command line interface with my PicKit2, I get almost no response. I do get a square box at some baud rates, but that is about it.

    Not a very good test, since there are a lot of differences, but it might be better to stick with USB for now.
    http://www.scalerobotics.com

Similar Threads

  1. PBP Book
    By Bruce in forum Off Topic
    Replies: 83
    Last Post: - 4th October 2021, 13:55
  2. PBP Extensions, What are they?
    By PJALM in forum PBP Extensions
    Replies: 9
    Last Post: - 28th September 2021, 12:26
  3. Compiler differences between PBP 2.33 & 2.46
    By nikopolis in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd May 2006, 20:01
  4. Newby- PBP wont compile for 18F (MPLAB)
    By jd76duke in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th December 2005, 00:30
  5. Making PBP code more modular
    By forgie in forum General
    Replies: 30
    Last Post: - 25th October 2005, 17:24

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts