Jump to content

RSRaney

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by RSRaney

  1. Great idea! What mod or where in the tech tree do you find the Harpoons?
  2. Looks great! I have been wanting something close to this but never could figure out how to design it. May I ask what mod you are using for the track units?
  3. Ok, I'll bite. Whats 'Chatter'? I'm just running the zitronen latest plugin. Nothing special on the Arduino except a few modded functions to handle i2C calls to a LCD and MCP2017. No additional plugins. I've tested it on a few types of Mega boards and 3 other Ardruino variants. Surprisingly it even works on a Leonardo.
  4. Is it possible you are running into a latency issue? I had similar issues and resolved them by changing the 'refresh' in the plugin's config.xml file. I started at 0.5 and worked it back down to 0.41. Also test your hand shaking delay. - R
  5. This is for those who are adding LCD / OLEDs to there builds. Are you using refresh timers between updates to your display? Or just driving the LCD's updates out with every loop? My current alpha build is using an i2C controlled 2x16 LCD panel on a 200 millis refresh timer. its a little slow about 3 or 4 times a second. What are other people seeing. And yes, I know i2C can be slow, but I'm attempting to save pins. Sorry about the rotated image. Not sure why tinypic did that..
  6. I may be missing this, but could it be possible to get the fuel left for the current stage?
  7. A good way to handle this is to treat the button as a switch with a var to act as a status, something close to http://www.instructables.com/id/Beginner-Arduino/step15/Button-As-Toggle-Switch/ . I would suggest putting in some code to debounce the button.
  8. Chaosratt, you beat me too it. I was just about to post the same question. My son is always nose to the screen trying to read the 'time to next maneuver'.
×
×
  • Create New...