Search results

  1. B

    18X based all terrain line follower.

    Hey! Me again :D Just another bot: http://lh4.google.com/rellermaa/RmMjG5IVATI/AAAAAAAAAOw/8Emawv1bwKI/EPSN0005.JPG?imgmax=720 http://picasaweb.google.com/rellermaa/Robotex2005 This is an all terrain line follower. And by all terrain I mean all terrain. I have tested it on plywood, carpet...
  2. B

    18x based squash player

    Hey! Long time no see ;) Anyway here I am. And as there is a place to "brag" with your bots I'll add my 18X based competition robot. http://picasaweb.google.com/rellermaa/Robotex2006/photo#4996553379060252690 http://picasaweb.google.com/rellermaa/Robotex2006 This was the simplest robot on the...
  3. B

    idiote servo command

    Why the **** does the servo lose power after servo command? it only stays powered on until there is a pause command after it. if i start doing something else (readadc, or actually anything). this is just IDIOTIC! and weeery annoying to find out 1 day before competition... is there a way around...
  4. B

    if command

    why is this if statement not allowed: symbols ... if temp > (balldis-2) OR temp < (balldis+2) then ... both temp and balldis are variables. they both are ultrasonic module readout values and as we all know they tend to vary +-2 or so... so i need to use this command instead. or is there...
  5. B

    sonar troubles

    i have a ultra sonic module. srf 05 it is (the new one). Anyway i think it isn't working. i have it connected to 18X. but all it gives is 530 into debug. soft is copy paste from Datasheet. pins are correct and power is ok. (with caps and everything. i have done some drilling to the board (had...
  6. B

    multiple picaxeprog's

    Hi after every paching i get a new programming editor icon in my add/remove programs list. also every pach creates a startmenu shortcut and desktor shortcut. if the path is the same why are all the paches doing this? now i dont know what prog edits can i demoev and what not as my add/remove list...
  7. B

    ERROR:5 Invalid procedure call or argument

    Hui. i just installed picaxe (the latest version) on my PC and when trying to compile or check syntax i get that error: ERROR:5 Invalid procedure call or argument. i can do all other things (save and open and write). PC is running Windows XP(64bit) Tryed to run picaxe in comatibiliyt mode Win...
  8. B

    USB->serial TEST

    Hello. Just out of interest i did that test on my computer and saw, that the Voltage is -8 (LED off) and +8V (LED on), so my USB serial shouldn't work... but infact it does just fine... is this the test's problem or is it just luck?
  9. B

    sound synthesizer

    Hello has anyone got the schematic for that part that is being sold by rev ed? or maybe could tell me what chips it uses? i'ld like to make one my own.
  10. B

    resistance to adc value

    hi there. i have a graph of a thermistor on what temperature is what resistance. but how do i know what value will my readadc give if i connect the thermistor to picaxe adc input? resistance is 950- 4500 ohms.
  11. B

    net firmware

    hi i saw there is a chip PICAXE Net Firmware chip (v1.00) for sale. does this mean, that i can make my own NET board? so that i can make the board with the shape i like (and need).
  12. B

    reating a us pause.

    i had an interesting thought. is it possible to create a 10us pause with pulsout command at a cost of one output pin? i think the program " stops" to do that pulse right? and with setfreq m8 enabeled i could get 5us pause also?
  13. B

    "bitbanging" IR remotes

    How could i "bitbang" remote control data? i would like to connect a remote to picaxe using ELRIM sensor but i have no sharp remotes. i know that i cant use serin to do the job, can I? Also do universal remotes qualify as sharp remotes? can i use infrain when using universal remote?
  14. B

    minimizing a soft

    Hi. i'm trying to make a RF joystick but an running out of memory on picaxe 18. it reads 2 ADCs and acording to theyr position sends out one byte with serout command "serout 0, T2400, ($AA), byte". is there any way i could make it a bit smaller so i could also read 2 push buttons and...
  15. B

    creating a 75MHz Oscillator

    Hi there. is there a way to make a 75MHz Oscillator youreslf using like 15MHz one or something like that. i need one but i cant buy it from anywhere (and can't buy it outside my own country sadly). is there any way that doesn't cost over 10$? Thanks in advance Rain Ellermaa
  16. B

    interrupting an interrupt

    Hi there i have a robot soft that has an interrupt sub in it. but will the interrupt work when the programm is running in the interrups subroutine also? so that i could make a wait for buttonpress and then see if the button is pressed again for example (it is not what i'm doing though. i'm using...
  17. B

    interrupting an interrupt

    Hi there i have a robot soft that has an interrupt sub in it. but will the interrupt work when the programm is running in the interrups subroutine also? so that i could make a wait for buttonpress and then see if the button is pressed again for example (it is not what i'm doing though. i'm using...
  18. B

    changing byte value without changing one bit

    Hi there Is there an easy and fast way of changing a byte without changing bit3 (4'th from right side). i need to do this to 18X outputs but on 3rd pin runs PWM. and on others run motor with H-Briidge so i have to change 4 pins wery frequently and fast... Regards Rain
  19. B

    New project: renju

    Ok i have a new project. I plan to build a renju game with picaxe. have a few questions. should i use an graphical LCD or bunch of LED's? is picaxe capable of doing such a thing. players are humans and every single move made is saved into an EEPROM chip connected via i2c
  20. B

    pages selectable in forum

    In picaxe forum there are many topics that get pretty long and are displayed in many pages. Could it be done so that i can select the page i want to wiev before i enter the topic so when i click it i wont go to first page but on the page i want. I was thinking like in other forums there are page...
Top