Recent content by grimmjaw

  1. G

    LCD in AXE033

    Does anyone know what type of LCD in the AXE033.I'm looking for the datasheet and the pinout Thanks
  2. G

    AXE033 Serial/I2C LCD + Bus pirate

    Hi guys, Has anyone try using the AXE033 Serial/I2C LCD with Bus pirate from Dangerous Prototyp? Using the scan funtions I can locate the LCD(0*63) and the DS1307(0*68). I can read the RTC value but no value from the LCD. Does anyone know how to dipslay the character on the AXE033 with Bus...
  3. G

    Reflow oven with PID control

    Hi guys , i' currently building a reflow oven with PID control with PICAXE 28X1.I'm using a standard pizza oven and using a relay to control the main power switch. Since i'm still a newbie in regard of PID control and PWM, i have intergrate the PID control from greencardigan project 'coffee...
  4. G

    Serial communication with 2 PICAXE

    hi guys, i'm wondering if i can make one PICAXE to send data to another PICAXE. I have PICAXE 40X1 to control 3 Variable(3 different temperatures) ie. ON/OFF the heater and another PICAXE 18x1 with EEPROM to store the value of these temperatures for a duration of one week or so.(4-5 different...
  5. G

    Current from 150W Radio

    Hi guys i'm building switch and a timer to control 150W radio using PICAXE-08 and relay..unfortunetly i'm not sure how much current this type of radio normally need.at the back of the radio say that 240Vac or 6Vdc...does that means tht it need 25A of current.? p/s:sorry it is a bit out of...
  6. G

    Sevo jittering problem

    Hi guys as usual ..still have problem with my project.My servo keeps jittering as if the servo in the for-loop the code is as follows. symbol LCD=7 main: for b0=00 to 1 for b1=00 to 2 for b2=00 to 2 pause 500 serout LCD,N2400,(254,192)...
  7. G

    Soldering station

    Hallo forumer Just want to know what kind of soldering station does PICAXEs enthusiast use.i'm actually in the market for a new soldering iron . for the last few month i have been using a weller soldering station with temperatur control in the place that i work. so i'm thinking to get one...
  8. G

    Timer + LCD

    Hi ok ..i'm building a timer that you could change the duration(ie normal timer).my question is how can i display the time (hour:mins:sec) in a LCD.so that i could keep track the time duration..the timer is a normal For-loop .unfortunetly i'm not sure how to integrate the command for the...
  9. G

    Problem wizh coding

    hi ..first of all,the project brief describtion..a IR sensor is mounted on a 180 deg servo..as the power on,the red led will be turn on .the servo will rotate from left to right in inc of 5 (75 to 225) and the rotate from right to left...this cycle will be stop if the sensor detect object and...
  10. G

    Sharp GP2D120 IR Sensor

    Hi http://www.robot-electronics.co.uk/datasheets/gp2d120.pdf i have a Sharp GP2D120 IR Sensor that i want to use to measure distance then the value will effect the position of a servo...how can i monitor the value from sensor in a pc so that i can calibrate it wih the servo.sorry for the noob...
  11. G

    damages motor driver

    hi i'm using a 18 high power board,unfortunetly i have burned my motor driver microchip..could the board still be use without the chip(meaning with only PICAXE leaving the IC2 port empty)...ady try it but no avail.try to determine if the board also burned out thanks
  12. G

    serial lcd with clock upgrade

    hi im planning to use Serial lcd with clock upgrade as a timer in my project.unfortunetly i have a problem with the programming (serial connection) my question is how to set the alarm every 4 hours and also display the current time on the LCD.my confusion is for the display syntax is in a...
Top