Recent content by matt2466

  1. M

    picaxe 08M ADC

    Hi everyone its been awhile... I'm experiencing this problem with the ADC function in the 08M. I have created a Data Acquisition circuit to sample ECG signals and I wanted to use the readadc10 command to convert the ECG's analog signal into a digital form and have it plot out by a plotting...
  2. M

    AT commands

    Hi! I would like my 08M to send an AT command to my bluetooth module but i'm not very sure in what format do I send the command in. At the moment I have this line of code: serout 0, T2400, (AT+BTLPM,n0x0D) where n = 0 or 1 and 0x0D is suppose to be the ascii code for carriage return. Should I...
  3. M

    Hyperterminal issues

    Hi everyone! I have this problem when i'm using window's Hyperterminal program to capture data from the picaxe. After capturing the data and ending the Hyperterminal session, I can no longer download code into my picaxe. I need to restart my PC in order to download again. Is there a way to...
  4. M

    Picaxe 08M pin 1 problem

    I'm using the 08M and for some reason I can't seem to get pin 1 (leg 6) to work. All the other output pins (0,2,4) I can configure them to be high or low using the high # or low # command. The voltage measured across pin 1 is always 1.2V - 1.3V even when enabled high. Anyone experiencing such...
  5. M

    Question on Programming Editor

    I would like to know if there is anyway of displaying an exisiting code stored in the PICAXE in the programming editor window. I can't seem to find the menu function to do this. And also is the flowchart code generator any good?
  6. M

    Thermometer Project

    Hi everyone I'm about to embark on creating a Digital Thermometer. At the moment I have a 1 x PICAXE-08M and a 1 x DS18B20. I've scanned through this forum and read most of the suggestions and links provided. However I was thinking of interfacing the bluetooth module Promi-ESD to the PICAXE-08M...
Top