Search results

  1. C

    Product to market

    Does anyone have any experience on taking an item they produced to market? I believe there are tests etc you have to undergo before what was a hobby item can be sold or even given away FOC. Seems that bureaucratic red tape restricts the sharing of good inventions. Any advice is welcome. Am...
  2. C

    Tpic6b595

    Any ideas how to control a TPIC6B595 via picaxe lots of samples online for other chips but nothing for picaxe.
  3. C

    RF modules

    RF is totally new to me! I am thinking of added RF to my project to send a 4x8 digit string to a 4x7 segment display it will be an add on to this http://www.picaxeforum.co.uk/showthread.php?25755-Read-Temp-and-display-on-a-sure-4x7-segment-display Moving forward I may want to send the same...
  4. C

    Read Temp and display on a sure 4x7 segment display

    I am still learning and enjoying working with picaxe; I like to break my projects down into simple modules, my next aim is to read the time from a RTC and display it on a 4x7 segment display running SPI. I have started out by reading the temp and displaying that before adding i2c to the mix...
  5. C

    Number to hex and include the decimal

    I am playing around with one of these displays http://www.ebay.co.uk/itm/380464860626?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649. I have surprised myself and have it working fine to display digits, what I am trying to do now is have it display say the temperature or time. if I use a...
  6. C

    Code for directly connected 7 segment display.

    feeling happy managed to program up a 7 segment display (CA), I know resistors should be there but thought I would live dangerously as will be moving the project over to CC's with 4026B's in the near future. Is there are driver available for Common Anode displays? http://youtu.be/Im6HSjfZ_F8...
  7. C

    GPS001 Datasheet dicrepancy

    Looking at the datasheet for the GPS001 Module it says field 1 outputs the UTC Time . Example 060932.448 Description UTC of position in hhmmss.sss format, (000000.00 ~ 235959.99) There seems to be a discrepancy between the example and description, the example shows 3dp while the description...
  8. C

    Large (I mean large) Display

    I have been searching high and low over the last few months for some sort of large display; all I need to display is 2 sets of 4 numerical values. i have looked for both 4x7 segment displays and also large alpha numeric screens and both i2c and serial. Ideally they need to be about 4"-6" high...
  9. C

    ULN2003A spec.

    looking through the ULN2003A spec and its says: Features 500 mA rated collector current (single output) Am I right in thinking this is 500mA (0.5a) per output so can run 7 - 0.5a devices. So could drive 25 LEDs which have a current of 20mA each per output so 175 in total?
  10. C

    HSEROUT works SEROUT does not

    I found this code online and it works perfectly with the BV4513 4X7 SEGMENT display from BYVAC.CO.UK but I want to use several of these so tried to convert the code to serout bu its not working any ideas? setfreq m8 'Min BAUD on Display 9600 symbol long=w5 'Pause long enough to view symbol...
  11. C

    Multi tasking & Accuracy

    I have two chips running my project (20m2 and 14m2) they are both multi tasking but a different number of tasks do they both run at 4hz? or is it a case of 32/number of tasks = actually speed. I have search the manuals and can not find any details about this. Also how accurate are picaxe chips...
  12. C

    Robot vehicle chassis

    Can anyone point me in the direction of a cheap robot vehicle chassis want to build something more fun for a while. I so far have found: http://www.ebay.co.uk/itm/191063425672?_trksid=p2055119.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT and purchase a AXE023 PICAXE-08 Motor Driver Board or...
  13. C

    7 months on 1st project finished.

    Well finally all complete, the old flyball timing system has been updated ready for final testing. Many thanks to all those who helped marzan, flyingnunrt etc lots of parts left over not sure what to build next possible another set from scratch or even might look at a robot something more fun...
  14. C

    PulseOut Vs High Low Command

    Which would be better quicker to process High Starttimer Low Starttimer Or PulseOut Starttimer,10 Probably no right or wrong answer; although I guess the pulseout allows the picaxe to move on to the next line quicker and it also takes up less memory.
  15. C

    Processing speed

    How fast are lines of code processed? I know the 20m2 runs at 32MHz but when multi tasking it runs at 4Mhz. but how quickly would it suspend task 2 and restart task 4. high G1 ;green on suspend 2 ;suspend task2 red start fault monitor as no longer needed SUSPEND 6 i2cslave slvAddrWR...
  16. C

    control a stopwatch via a picaxe

    think I have solved my own problem with lotx of reading!! this seems too simple am I missing anything?
  17. C

    control a stopwatch via a picaxe

    Well my timing system had its first outing today and things did not go well seems to be an issue displaying a time below 1/2 a second. I am looking at options and I think the easiest might be to just use stopwatches rather than the picaxe and a RTC. My question is how can you control a...
  18. C

    two PCF8583 using the same watch crystal

    Is it possible for two PCF8583 chips to use the same watch crystal? My assumption is that they can but would like someone with more technical skills to confirm. The reason I want to use the same crystal is that it will reduce the margin of error between the two timings or atleast they will...
  19. C

    Multiple Picaxe chips on one circuit

    I can not seem to find the answer to the above, my project has grown and now calls for 2 picaxe chips. I want the output of one to link to the input on another to trigger an event on the second picaxe; I assume I just add a 10k pull down resistor? Thanks in advance
  20. C

    12v input (not for running)

    drawing of what I built this evening attached although I did not connect it to the picaxe as I was not seeing any voltage output from the resistors. The blocks on the left represent reflective photoelectric switches which run off 12v and give a 12v output when an object is placed between the...
Top