Search results

  1. R

    FAT16 with only picaxe and an SD card.

    Hi there, to all who may be interested, i've discovered a way to use a SD card for datalogging with a picaxe and then view that info on a pc with a card reader. what you do is make a few text files on a fat16 formatted sd card, and then use a hex editor to open the card and change data. first...
  2. R

    bitbanging USB?

    hi all, after bitbanging i2c on an 08m i was wondering how tricky comms with the usb port is? (with all the proper drivers etc..) and is clock frequency an issue? thanks.
  3. R

    ADC Chanel not working?

    hi all, im working on an accelerometer project, but when i read the voltage on the y pin with a multimeter i get 1.6 (half supply voltage). when i read it with adc10 i always get 8.(other channels are fine). is it possible that by soldering it i damaged the picaxe? has anyone had similar...
  4. R

    minimum 08m voltage?

    hi all, i would just like to know if an 08m chip can run off 3 volts? thanks
  5. R

    external eeprom?

    hi all, i would just like to know if it's possible to interface an external eeprom chip to a picaxe 08m. i was thinking shiftout/in but i read somewhere that you have to use pulsout to send data manually. is this true for m series? can you make a datalogger out of a 08m? thanks.
  6. R

    reverse polarity help :$

    hi all, i tend to build projects quite quickly, and sometimes dont think things through... i would just like to know if connecting a ds18b20 temp sensor with reverse polarity will kill it? reason i ask... is 'cause i did, and i cant test it. thanks all.
  7. R

    pins wont go low!

    hi, all. im having a weird problem trying to control some leds. if i say: high 1 pause 1000 low 1 pause 1000 high 2 etc... pin 1 doesn't turn off when the code hits low 1. it turns off when pin2 is supposed to go low! pin 2 only turns off when 4 goes low etc... all other commands work fine...
Top