Recent content by buntay

  1. buntay

    resistor help

    Thank you all for the input, it actually gave me an idea. So last night I went to my local Walmart and just bought the brightest LED penlight I could find. Since it takes 3 AAA batteries it works just fine using 5v and is bright as all heck, I am actually hitting 150-155 on my b0 ADC input. I am...
  2. buntay

    resistor help

    I am currently doing just that, however, I am using them in conjunction with a LDR as a sensor spanning across 24" and at 5v I only have a b0 variable of 0-3 due to the dimness but with 12v its between 25-30. Since the readADC on an 08m2 command seems to bounces that much its not very reliable...
  3. buntay

    resistor help

    Thanks for the input yeah, i wish i could find something on them. here is the link, maybe someone else has seen and or knows...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. buntay

    ethernet interface

    I have been playing with networking and picaxe for about a year now and have had success with http://www.ebay.com/itm/Embedded-TTL-wifi-module-RS232-evaluation-board-Antenna-for-data-transmission-/221366984638?pt=US_Wireless_Access_Points&hash=item338a801fbe and...
  14. 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...
  15. 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"...
Top