Aries
Reaction score
78

Latest activity Postings About

    • Aries
      Aries replied to the thread ADS1015.
      These are a few extracts from my own code. The principle is to grab as much data as fast as possible (first loop). Then do the...
    • Aries
      Aries replied to the thread ADS1015.
      My version reads V,A,A,V as a set, then averages the two Vs and the two As to get (approximately) values for the same instant. Going as...
    • Aries
      Aries replied to the thread ADS1015.
      This monitors the incoming mains (and used to do the photovoltaic panels as well, until their connection point was moved) rather than a...
    • Aries
      Aries replied to the thread ADS1015.
      Yes (or, if you are using an X2, shift right by 4 bits). I used two ADS1015s in my Picaxe-based Power Monitor for measuring mains...
      • PowerMonitor.png
    • Aries
      I don't know. Have you tried including some sertxd commands ("print statements") to see what values you are getting - e.g...
    • Aries
      Aries replied to the thread Is Picaxe Dead?.
      I rather think that is the point - if all you need is the Picaxe basic compiler and a standard PIC, then all RevEd has to sell is the...
    • Aries
      Alan beat me to it, but here's my offering ... I'm not entirely sure about your allocation of segments to pins (there is some...
    • Aries
      As you have discovered (and as it says in the manual): Syntax: IF variable ?? value {AND/OR variable ?? value ...} THEN {code} ELSEIF...
    • Aries
      The Picaxe has ONLY integer values and all arithmetic is integer. If you write b0 = 7/5 then b0 will contain 1 (the truncation of the...
    • Aries
      Aries replied to the thread Another Windows 11 "oddity".
      I don't know about anyone else, but I find the "Display Pre-Processor Output" essential. If it didn't exist, I might have to write one...
    • Aries
      You might like to look at this thread https://picaxeforum.co.uk/threads/16-caratteri.33299/ (admittedly it's in Italian) which does...
    • Aries
      Look forward to hearing how you get on. If you do need more help - there are several here willing to assist.
    • Aries
      Apart from the inclusion of a space between "2analogue" that was missing in the A version, changing 030A to 030B and the change of date...
    • Aries
      If you haven't got it - the datasheet for the board is here ... https://picaxe.com/docs/chi030a.pdf If you are using just a 4.5V supply...
    • Aries
      I use the option Diagnostics->Display Pre-processor Output quite often to check whether conditional coding (selected via #define) has...
  • Loading…
  • Loading…
Back
Top