Search results

  1. P

    DHT Digital Humidity and Temperature sensor for 32MHz PICAXE

    The full program and documentation is available here: http://www.prlsoftware.com/dht-for-32-mhz-picaxe.aspx Also a little more background is available here: PicAxeForum Thread The DHT range of sensors are very cheap sensors that provides both temperature and humidity in a digital form. This...
  2. P

    Solved - Read DHT Temperature/Humidity from 32MHz PICAXE

    Hi all. The full program and documentation is available here: http://www.prlsoftware.com/dht-for-32-mhz-picaxe.aspx This article is about programming the PICAXE to receive data from the DHT sensor series at 32MHz. Just a bit of background first though. I've just started developing PICAXE...
  3. P

    Pic N Axe Batteries - Battery tester for PICAXE

    Hi all. My first complete PICAXE project is a battery tester application that measures and reports on both internal (supply battery pack) and external batteries (CR3032 Battery Cell, AA, AAA, etc.). Here's a screen shot of the supply battery pack being monitored: It required coding some more...
  4. P

    Calculating values for PauseUS on M2 chips

    Hi all. Previously I had just managed to get NEC IR codes working on an 18M2 using the Pause command. Although this worked it wasn't as reliable as I wanted. So I switched to the PauseUS function, however this failed to work. I don't have any means of finding out why this wasn't working...
  5. P

    NEC IR Remote on 18M2

    Hi all This is my first thread post. I have a task to create an Air Conditioner Thermostat that turns an A/C on and off by IR. This is because the built in thermostat only turns the compressor off, leaving the fan running (pointless and costly). It's also noisy, so I'd like to be able to...
Top