Search results

  1. P

    How to program PICAXE without overwrite data memory?

    I use now chip 18M2. PE6 overwrites all data. My program write to data memory and when I program chip, all the data will be lost.
  2. P

    Pe6 & raw pics?

    For when PE6 can export to .asm-file? Of this has been discussed long time a go, but it's not working yet in published beta version...
  3. P

    PE6 Char table...

    Can't see scandinavian chars in the old .bas code, but can write those. Is this some coding problem, these old files are not compatible with PE6?
  4. P

    Downloading Microsoft .Net 3.5 Download, page not found!

    When try to download Microsoft .Net 3.5 here:
  5. P

    readtemp12 command, manual2

    Manual2: I have use DS18B20 and DS18S20 sensors with command readtemp12. You only have calculate values different ways and you can use this command.
  6. P

    Close identification project

    Hi! My next project is to make tiny, without battery working device (an example coil and capacitor = resonance circuit) which can detect ~1 m distance. (An example 1 bit RFID device). And this circuit which detecting the tiny circuit is my problem. I have try it with few circuit but without...
  7. P

    manual2: pwmout error

    There is error in manual2: "‘pwmout pin, off’ (=pwmout pin,0,0) command" If I use high or low command after command pwmout pin,0,0 it doesn't work. I need to add command pwmout pin,off.
  8. P

    Problem with RF transmission

    Hi! I have circuit like file "TDL-test circuit.JPG". Antennas length: Transmitter: 85mm Receiver: 25mm Should any of leds 1-4 light when I press button S1? Receiver chip datasheet.
  9. P

    Using Arduino IIC / I2C Serial 3.2" LCD 2004 Module Display

    Hi! Has anyone used this LCD? How it could get to work with PICAXE? It uses address 0x27. Does anyone have a example code how it could get to work? Paste in here, thanks!
  10. P

    Colored variables

    Using variables > b13 and wordvariables > w7 are black, why? I am using now PICAXE 18M2 and I can use those variables.
  11. P

    Using PVC160205PT LCD Display

    Hi! Where I can found pins and code information of this display? I try to connect it to board like AXE033 but it will not work with it.
  12. P

    Many problems with Picaxe 18M2

    Before update I have PE 5.4.2 and problem was this: If in code was command 'eeprom' and press 'Program', PE gives message: 'Data eeprom Memory location already used!' If I removed lines eeprom, it go fine, but it says ~1710 memory used, syntax check say ~2044 bytes used. Now I downloaded update...
  13. P

    PICAXE 18X+4x20 OLED display+4xDS18B20+DS1307

    Hi! Is it possible to do this? I need to connect 4xDS18B20 in same line with DS1307 real time clock. Can 18X even read multiple DS18B20 in 1 wire line? Is there i2c OLED display with real time clock? How I read multiple temperatures with 18X? (Owin and owout will not work.)
  14. P

    Error if "if bit1=5 then"?

    Is it possible to get error message if line is like next: if bit1=5 then Because this is never true, because bit is only 0 or 1 ! Sometimes this kind of bugs could be is in program code.
  15. P

    Read/Write SD/MicroSD Card with Picaxe 08M2 or 18M2

    Is it possible without µDrive or other device/board?
  16. P

    AXE033 and i2c problem

    Hi! I have two AXE033 LCD display and I can't get to work i2c. This I have check: Battery have 4.85V (VCC) I have connected J1 jump wire. I have put 5K1 resistors VCC to OUT0 and VCC to OUT4. I have connected LCD SCL to PICAXE 18X OUT4 and LCD SDA to PICAXE 18X OUT0. This program I have...
  17. P

    RS232 recorder

    Hi! Is it possible to make device which save data and send it back via RS232 port? This data must be have saved to PC too. I can use only 7 bit data and even parity. The idea is to use 24LC16B chip to save data.
  18. P

    RS232 to Centronics adapter

    Hi, Is it possible to build a RS232 to Centronics (Parallel) adapter with PICAXE? Has anyone build this? Which chip i need to do this? I found these pages: http://www.rev-ed.co.uk/docs/frm015.pdf http://www.picbasic.co.uk/forum/showthread.php?t=218 But i don't know how to read a RS232 port.
  19. P

    1820 and 18B20 recognition

    Hi. How PICAXE can rocognize which sensor it will read? Is a possible write program what give right temperature value with any of these sensor?
  20. P

    Bizarre problem in programming!

    Hi, I think these two programs must run similar, but other will not run at all! ' This program wil not run at all! #picaxe 08m pause 1000 input 1,3,4 output 0,2 high 0 low 2 w0=0 w1=0 w2=0 w3=0 w4=0 w5=0 w6=0 main: pause 100 b2=0 button 3,1,10,1,b2,1,run pwmout 2,64,0 high 0 readadc 1,b4...
Top