Search results

  1. A

    FVR CalibADC10 equivilent on uM-FPU v3.1

    Hi, I am trying to do some conversion of an ADC value i am reading in via the uM-FPU 3.1's built in 12 bit ADC. but to be able to ensure my figures are accurate, i need to read the internal FVR, if possible. I am reading an oxygen sensor using the ADC and am normally reading a value of around...
  2. A

    AXE133 at 64MHz

    Hi, I am trying to run my picaxe 40x2 at 64mhz using a 16mhz external resonator with the EM16 command. I am using the 20x4 OLED display via the AXE133 board. Everything runs perfect at the default speeds but i can not get it to communicate at 64Mhz. N2400_64 doesnt exist but N9600_64 does. Is...
  3. A

    Op Amp Alternative

    Hi I am not too good at reading datasheets and comparing components. I am trying to make a very accurate oxygen meter for underground air monitoring. I am using the winsen ME2-O2 sensor and i have a circuit diagram from the manufacturer for the amplifier to be able to read a value into the ADC...
  4. A

    Code Blocks using { }

    Hi, i am trying to learn how to use the { and } symbols to make my code look a lot neater. i tried putting the following but it comes upwith a syntax error when compiling {Block1: Code here Return } i would like it to have looked like.. (when blocks collapsed) + Block1: + Block2: +...
  5. A

    BMP085 calibration data

    Hi, I have been searching for days for all sorts of code and have desided that I will still use a picaxe for my data logger but all the calculations will be done after the data logger mission on Excel, I am making a data logger which will be put into an abandoned mine to log the temperature...
  6. A

    Suggestion for editor

    i was just looking through a program i have made, and was thinking it would help if there was a way of highlighting sections of code. so that i can see bits easily, so my suggestion is a way of simply selecting text and clicking a highlight button just like in word.
  7. A

    Comparing a variable with a value in eeprom using read and write

    Hey Wondering if anyone can help, Im saving some values into EEPROM for example write 0,b6. So writing the value of b6 into location 0. B6 can then change,I'm using EEPROM so I don't lose the value when the circuit is turned off. But then I want to compare the value of EEPROM location 0 with b6...
  8. A

    Autosave

    After losing some work ( then finding it again thanks to technical support) please could you implement some sort of autosave function. Cheers, Aaron
  9. A

    programming editor, forgot to save file... HELP

    hi guys, ive spent the WHOLE day writing this piece of code, i was totally absorbed in it that i forgot to save it. i know i should of and i normally do, just this time i didnt. anyway what happened is i put the laptop on the sofa while i went to make a coffee,, and the dog jumped up, knocked...
Top