Search results

  1. buntay

    resistor help

    Hello collective, I need a bit of help, I have a 10mm white led that was prewired for 12v but when I apply 12v at 200mA the resistor gets hot. Almost enough to melt the solder holding it to the LED. So, I am pretty sure I need a different resistor to make these work without meting them down...
  2. buntay

    Stepping Voltage??

    Hello all, buntay again with a question that I am not completely sure about. Application: I have a coal bin I would like to monitor the level of. I am planning on using 10, evenly spaced, 6-30Vdc PNP capacitive prox sensors and will be powering them with 12V. Problem: I would like to use 1...
  3. buntay

    Eprom question

    Chip = 08m2 Purpose= water meter monitor code: 'c.0= USB out 'c.1= meter input 'c.2= serout 'c.3= serin 'c.4= water valve 'c.5= USB in setfreq m16 read b15,WORD w0 b4=1 pause 10000 main: b7=0 if w0> 9999 then let w0=0 end if SERIN [1000], c.3,t9600_16,#b7 if b7=22 then goto control w1=w0 if...
  4. buntay

    Math HELP

    Hello friends, I need some math help, so let me set the stage. On my diesel truck I have a fuel rail pressure transducer for the trucks computer. There is a spot to add another one, now I have found an OEM transducer so everything stays safe. What I want to do is add this transducer so I can...
  5. buntay

    How in the world do i do this? Using MCP41xxx/$2xxx Digital Pots

    Ok, I have a Frequency drive for a blower motor and I would like to control it with Picaxe. Here is the datasheet on a digital pot http://che126.che.caltech.edu/11195c.pdf it is a single channel, 8 pin dip chip. How in the world do I talk to this thing? I have read virtually everything I can...
  6. buntay

    SPI and digital potentiometers

    Hello all. I need a bit of help here cause i cant seem to grasp this. I would like to jump into playing with some digital pots and my question has 2 parts. It seems you can only do SPI interfacing and I really don't understand whats supposed to be going on here, can somebody break the hspiout...
  7. buntay

    Voltage regulator for inputs?

    Hello again all, Hopefully this question can be answered simply. I have been commissioned to retro fit a piece of equipment for my place of work due to the fact that the electronics and PLC are so out of date that the company doesnt even have the program for one even if we found a plc. Here is...
  8. buntay

    Scratchpad issues

    Hello all, I have been through the manual and checked over my code but I cant find my error. The manual says that a word value uses 2 byte values....ie b0+b1=w0. so wouldn't b8+b9=w4 and b10+b11= w5? here is what I am tryin to do. I have a 28x2 that is running code and I am using a 18m2 as a...
  9. buntay

    LCD Woes

    Hello Picaxe collective :) After a little break I am back into my tinkering. I have come across some surplus LCD modules. Not being the super savey techy I should be, I was wondering if these manuals could be put into layman's (picaxe) terms I can understand to make these work via 9600 baud...
  10. buntay

    Crazy Math Conversion Question

    Hello collective I'm back....hahaha I have a question for the mathematicians among us. I need a multiplier of 3 but every 4th entry add 1.... hard to explain so here is the code. The only thing is the b1 numbers cant change from what I have listed in code. setfreq m8 main: count c.2,3000 ,b0...
  11. buntay

    help with RPM maths

    Hey all having issues with some maths. heres the setup a prox that sences 8 bolts and i need to hold a 200rpm using an output based in the "count" input. so heres what i have so far. 1 rpm = 8 bolt "counts" in 1 min, 4 bolt counts in 30 sec, 2 bolt counts in 15 seconds. running the "count"...
  12. buntay

    vb6 programming,udp network and picaxe help

    Hey all, I recently purchased a network module and have it working great with the supplied software, now i am writing my own VB6 program but my problems lay with picaxes ,CR,LF.......I cant get my program to recognize this and VbCr in the Richtxtbox1. I would say I am a intermediate VB6...
  13. buntay

    United State Suppliers?

    Haha, anybody know why I cant find a U.S. supplier for the axe022 Dev board? Sparkfun used to carry it but no more.........Maybe I should be a supplier :confused:
  14. buntay

    Openlog data logging on a SD card

    Hello all, I have been searching the internet, E-Bay, and this forum and cant find an answer to this problem so, can anybody help or does anybody wanna help designing new. Heres what I have http://www.ebay.com/itm/261118702218?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649 and this thing is...
  15. buntay

    Temperature affects on resistance?

    Good morning picaxe friends, I am using the picaxe 28 project board and i don't have enough input pins so I am planning on reading several (no more than 4) inputs on the same pin using different resistance levels and the ADC command. Now I know that ambient and load resistor temperature will...
  16. buntay

    Bit variable not reconized correctly

    Greetings Picaxe Collective, Can somebody tell me why this isnt working and what I need to do to fix it 'REM 28X2 @ 8Mhz sertxd ("Confirm Reset") main: goto dataout shutdown: high b.2 high b.0 pause 60000 low b.0 low b.2 dataout: sertxd ("data ",b12,cr,lf) serrxd [1000],("datain"),b12 if...
  17. buntay

    Interfaceing with modem whoes.

    using: Axe91 proto board picaxe 20x2 boca 14.4 external serial modem program: setfreq m8 main: high b.5 'pulls terminal ready line high (terminal is ready) pause 3000 ' gives modem time to see terminal is ready signal was received serout b.6,t9600_8, ("ath1",cr) ' take phone...
  18. buntay

    Schematic question

    Greetings fellow picaxers, I request a little help on electrics. What and why: I need to count rpm’s and I am planning on using an LED with photocell or IR emitter and detector. I have a disk with 2 holes that I will shine through one side and catch on the other. I am planning on using the...
  19. buntay

    Almost none of this is working.....WHY?!?!?!

    Hello again friends, I am about losing my mind on this one cause the code should work but virtually none of it is correct. What am I missing? Heres what I am trying to do, I am working with RPM's using the "count" method, I have a proximity sensor connected to a 12v coil of a relay with a 10k...
  20. buntay

    Would This work? If so, need advice

    Greetings ladies and gentlemen, its me again. Here is the latest project. I would like to dial into a remote picaxe using this http://www.radi.com/modular40.htm then be able to upload a program onto this...
Top