Recent content by David Presley

  1. D

    "Time" variable not incrementing at 1 second intervals.

    Thanks, Ibenson... I reviewed the online docs for 'time' that the idea came from and realized the disable-enable calls were in a paragraph addressing their use as a safeguard for servos, etc. Rookie mistake. I'm sure when things weren't happening as I expected them to, I started flailing code...
  2. D

    "Time" variable not incrementing at 1 second intervals.

    Thanks, guys. Alan, to be clear, the sertxd calls were placed temporarily to allow me to see if the 'time' variable was doing anything at all, and then removed. This is my first use of 'time', and I wanted to make sure it was functioning as expected, or even at all. Thanks for the additional...
  3. D

    "Time" variable not incrementing at 1 second intervals.

    Hi, I'm using a 14M2 (and PE 6.1.0.0) in a project that needs to transmit data every 15 minutes. After searching the forum and documentation online, it seemed the "time" variable would be perfect for the task. I set the tripwire at a value of 900, thinking 900 seconds = 15 minutes... That's...
  4. D

    Trading Data between 2 chips running different programs?

    Thanks, guys. Between your two responses, you had the answers I was looking for. AllyCat, the code would initiate the event. To my knowledge, the ESP-01 doesn't have a timer. The counter for processing iterations will do the trick. Best of all, it'll do it on one chip and eliminate the need for...
  5. D

    Trading Data between 2 chips running different programs?

    Hi, The task at hand is collecting data, processing / displaying it locally at 1 minute intervals and then sending it to ThingSpeak at 15 minute intervals via an ESP-01. Due to the fact the main control circuit is going to be in a metal box, I thought the wf-fi module might do better in a...
Top