Search results

  1. J

    adc and symbols

    hi, Am forgetting something here but when a use symbol the picaxe aint returning a value to debug window, code that work: #picaxe28x2 #NO_data #NO_table symbol analogvalue = a.0 do readadc a.0,b1 debug loop code that doesn't #picaxe28x2 #NO_data #NO_table symbol analogvalue = a.0 do...
  2. J

    will there be a raspberry PI editor

    Am about to delve into a PI 2 for something, but I've wondered with the improved speed and memory, and reading http://www.picaxeforum.co.uk/showthread.php?22547-ARM-binaries-for-command-line-compilers&p=223152&viewfull=1#post223152 has the view changed yet, will we see a an editor for Rasbian.
  3. J

    ERF connection to shield base

    serout from the erf to the computer with the erf on the shield and a couple of jumpers able to program the 14m2 aswell found a test piece of code from hippy in another thread #picaxe 28X2 #no_data #no_table #terminal 9600 ...
  4. J

    ERF connection to shield base

    hi, just to conclude this thread I finally attached the ERF to the shield for wireless programming, big thanks to hippy.
  5. J

    here's Q

    Q is a 4 wheel drive bot am working on am using the 28x2 base shield two lm293D motor drivers and a 14m2 to control the servo. has four micro geared motors and four metal geared MG90 servo's, a quick pan around https://www.youtube.com/watch?v=0zpg2XtOaeY powered by 4 AA read a little more over...
  6. J

    ERF connection to shield base

    thanks for the leads hippy, going with the wireless programming option following your description, is the wiring diagram correct
  7. J

    ERF connection to shield base

    was wondering if there are any plans towards a base shield that would support an erf module.
  8. J

    Proteus X: PXBAS

    well 3D printing going well, I printed the first in a series the PX the goal with this project is to experiment with printable wheels designed by LMR member Basile http://letsmakerobots.com/node/37354 the second goal is implement wirless programming and debugging with the ERF/URF module, which...
  9. J

    urf to erf issue

    hi, my apologies Paul it was the wrong pic, altered now, well I spent most off the day on this without success :mad: read every thread I found, stripped the breadboard down, moved the setup on another part off the board doubled checked everything used a piece of test code from hippy I...
  10. J

    urf to erf issue

    hi, yea Paul it load the program via the serial cable, made slight alteration to the breadboard added a 10k resistor on cts pin as well the jumper and the separate power line. set the urf on com9 but still no joy programming the picaxe .yet in the config wizard >info does appear to read and...
  11. J

    urf to erf issue

    hi, well I finally got the urf erf modules, am attempting to program the a 14m2 with a simple blink program. but am failing miserable, the urf plugged in on com port 9 that's appears fine I see a blinking red led, back on the erf I see the red "heart beat" led blinking even the green led on...
  12. J

    processing to picaxe 18m2

    hi all, I,ve started playing around with processing http://processing.org/ found this sketch processing on LMR that lets you control a servo or even leds , heres a link http://letsmakerobots.com/node/21878to" more on how the processing works". If you gonna try this...
  13. J

    Touch Switches

    hi, please look here http://www.youtube.com/watch?v=8j0UJqrzUF4to see how i used the "drawing pins" as touch sensor on the bot. this pad has a plastic cover on top off the pins. jinx...
  14. J

    IR proximity sensor

    hi, Am trying to work how i can make an IR bumper sensor i got a basic setup on a breadboard which +5v -resistor(270ohm)-ir led(3mm)- gnd, resistor( 10k ) -link to picaxe- Infra red photo transistor 3mm - gnd, AM having a real mental block how too program the PICAXE to do this...
  15. J

    the duck

    quick update, Well the touch is going fine made a board that takes care of the touch and infra-red inputs the final version uses a 18m2 for six T inputs and the ir again it sends via serial comms. here's a quick vid turning in circle's it's just a test:
  16. J

    whats special about W6?

    hi, I,ve just finished an 18m2 ir/touch board for the "DUCK" while programming if i used w6 anywhere it would just keep transmitting the value 70 which i assigned to a touch value #picaxe18m2 symbol toduck = c.6 symbol fromduck = c.7 symbol cmnd = b0 symbol junk = b1 symbol...
  17. J

    the duck

    hi, I've been adding touch " a touchy duck " using a 14m2 to detect the touch then send a cmnd to the master picaxe similar to the ir remote setup. still very much early development of the idea. I observed that where i put the hot glue into the tube to hold it in place I get much higher...
  18. J

    the duck

    hi, Well I used the IR peripheral device and sent the ir cmnds from the 08m sent serial to the 28x2, works well, that thing that appears to be a remote is infact a "ghost indicater" or will be in a couple of days for now it doubles as a remote!. The range is'nt great will build another...
  19. J

    the duck

    hi, The first test code I tested was symbol infra = b1 main: irin [1000,main],C.4,infra select case infra case 1 gosub allstop case 2 gosub lft90 case 3 gosub bck sent the duck into a spin, removed the irin command the servo's was fine,when I put the irin into a...
  20. J

    the duck

    hi, more of an experiment than an update, playing with the idea ir remote to the duck in the past i used a serial 08M to the 28x2 worked well, this time I added the ir receiver the receiver directly to the 28x2 the duck went into a "spin". for half a day i was vexed so being I then placed...
Top