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

    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...
  4. J

    ERF connection to shield base

    was wondering if there are any plans towards a base shield that would support an erf module.
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. J

    using interrupts in different slots

    hi, i just had quick test using using the duck bumpers as a program select in the first slot that worked but in slot 2 using the interrupt on b.0,b.1,b.2 as the bumper does'nt work can I not use the interrupts between slots?
  11. J

    voice box shield

    I've been looking at adding this too the AXE401 but am no closer to know if works with the base or even how the PICAXE will communicate it says it takes Serial Input then it's all abit fuzzy their on, here a link to the manual...
  12. J

    what to with your information

    hi, Am beginning to build up a lot stuff on picaxe and my projects, and the other day while googling i came across "google sites " which lets you build a web site for free SO BEING FREE. I had to give it go and it's not that hard to use after a couple hours i had the start to my web site...
  13. J

    inc variable then gosub

    hi, am not sure this is going to make sense but am trying to work out if/how i can. have b1 count up each time it goes too a subroutine adds one then when it gets to 5 it goes to another routine. #picaxe 20x2 #no_data #no_table main:do sertxd(" am awake ",13,10)...
  14. J

    the duck

    hi, i had an idea of adding a pan&tilt into my robots, and came up with the duck, to test the idea on it using a 20x2, srf005 for ranging and 4 ldr for floor sesorhttp://www.youtube.com/watch?v=hy7Uj0t1Mlc&feature=plcp, jinx
  15. J

    using comparators

    hello all, Am trying to get my head around the use of comparators. I had the idea of using two LDR (in a voltage divider setup as in manual 3) placing the signal wire of the ldr to b.2 which is comparator 2+ One on either side of of my bot a basic line detection. Having trouble...
  16. J

    ds1307 read time back on a m2

    hi, am trying to read back the time and no surpise am having trouble,i,ve been reading this thread http://www.picaxeforum.co.uk/showthread.php?21281-DS1307-decimal-and-BCD-confusion&highlight=reading+time+ds1307+m2 am stumped on the conversion of decimal to bcd method. i.ve used the PE...
  17. J

    code from a book "copyrights"

    am not sure where i stand on this some"most" of the projects am doing derive some of their code in part or whole from two books, if i post the code snippets would this be a infringment of copyright. jinx
  18. J

    led chaser

    hi, am working on my luna bot led display just adding more effects, now the leds are spread across both C and B pins, the way am writing the code is makes for long read addressing individual pins ; ******************************* ; ***** Sample Header File ***** ...
  19. J

    luna :desktop bot

    hi all, Am learning to program,and this is my little bot too help me, at the heart is a 28x2 but am going to change that too a 20x2there is 14m2 which takes care of the input controls.i,ve added a vid on youtube. http://youtu.be/8j0UJqrzUF4...
  20. J

    keep your head on

    hello all, Not a robot by itself but it save's my robot's panning servo from my three yr old need to strip the servo gears. i had two old computer disc drive which i pulled out the small magnets from the laser part two of the magnets were hot glued too the servo horn,and i filed...
Top