Recent content by craig008

  1. C

    strange behaviour

    i have writen a programme which runs fine when simulated, even over a period over a couple hours. but when loaded onto my 28x1 it bugs and does some strange stuff, it loads random numbers into the variables and displays randomly on the display. i dont understand what is going on symbol control...
  2. C

    decimal to bcd

    I have noticed that the RTC reguires a convertion from BCD to decimal. is it possible to go the other way to allow the picaxe to programme the RTC from user input to directly to the chip? any help would be cool, this driving my nuts trying to find the way to do it. thanks in advance. ________...
  3. C

    New little Project

    Hey All Its been a while since i have had chance to do any picaxe, or vary much else for that matter. I was thinking about making my an LED alarm clock using some 7 segments displays, 4026s, DS1307 and driven by either a 28X or 18X...
  4. C

    something for the more advnced

    http://www.bobblick.com/techref/projects/propclock/propclock.html this may make a good picaxe project, just mind ur fingers ________ Hawaii medical marijuana
  5. C

    coll pc mod completion

    i have finnished my pc mod thanks to you guys, it looks well cool, just gotta do a load of hardware upgrades soon. i have uploaded a couple of pictues sorry if there a bit shocking its hard to snap in the dark ________ Herbal grinder
  6. C

    Data to eeprom

    i am having troubles with storing variable to the eeprom, i keep getting a syntax error for this code, what is wrong, i cant figure it out data 1,(#b9) or data 1,#b9 or data 1,b9 or data 1,(b9) i know that the next variable i need to store will have to be at least thress spaces away due to the...
  7. C

    sound to light

    I am looking at making a divice that picks up sound and than convertes to a lights output, ie through a pwm, i am guesing it will be hvae to work from a ADC input, any ideas on what sort of programme, and the best PICAXE to use, i would have thought that a 08m would be enough to do the job, but...
  8. C

    LCD Scroling

    Hi there i need some help, i need to make the first line of my LCD display scroll to display a long message, what commands do i need to give the display to make this happen, what is the most amount of letter that you would addvice storing on the buffer for srolling?? any help with this would be...
  9. C

    Temo, PWM, and portc

    hey all i have a PWMout and temp connected to the output of a 28X and now due to LCD connection i need to connect an LED to pin7 on portc. now the problem is that the portc works fine in one programme but when it is put into the final programme it does not work, is it due to the temp and pwmout...
  10. C

    My programme so far

    as you know i am designing a cool coputer mod, i have most of the circuit built on bread boards and have been beta testing parts of the porgramme on that, no the reason for this post is to try and see wht you guys think of it the circuit has been developed a little and i have still got some work...
  11. C

    $7F ???

    i was looking at stroing small amounts of data and while refreshing my self on the subject i found i no longer know what type of coding this is, i know its not ascii but that is about it, just need a direction to look in ________ Medical marijuana seeds
  12. C

    Fancy Glueing Your Circuit

    i was flicking through web pages just eariler when i found this, thought you all might be interested, mayber easier than soldering http://www.instructables.com/id/Make-Conductive-Glue-and-Glue-a-Circuit/ found this too http://www.instructables.com/id/Mac-Envy/ ________ Chrysler Patriot...
  13. C

    LCD hook up

    at this currnet time i am in the proccess of ordering an LCD module and was wondering soe things in the proccess. in my circuit i have the LCD connected to the serout pin (pin6) on a 28x, now yes as yoou cna see this may cause some conflict and was just wndering would it be best to have a switch...
  14. C

    Cool PC mod

    Hi there i am trying to make a cool mod for my PC. basically it will fade LEDs on the inside of the case and light 8 LEDs as a bar, the speed of the fading should be controlled by the temp of the case while also dispaying the temp on an LCD, any ideas on te best way of doing this would be great...
  15. C

    I2C Slavery

    i have been reading the new commands data sheet and did not find anything much about getting data from 28x1 slave witha 28x1 master, now iget how to address the chips i think but where do iput the data the the slave collect until the master is ready to pick it up, and how does it pick it up, so...
Top