Jump to content

longuich

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by longuich

  1. Does this work with dcs-bios?? Sent from my iPhone using Tapatalk
  2. Sorry mate. That’s what I meant to say. Sent from my iPhone using Tapatalk
  3. You might want to go the flightpanels way. Black isn’t involved in the hub version. Sent from my iPhone using Tapatalk
  4. Have a look at makerbeam. Most hardware or diy stores have similar beams and profiles. Sent from my iPhone using Tapatalk
  5. Thank you very much indeed. Sent from my iPhone using Tapatalk
  6. Hi Peter, Could you point to the adafruit library you mentioned? I can’t seem to find it. Thanks! Sent from my iPhone using Tapatalk
  7. There is a guide on here somewhere for making a pi and lcd into an a10c cdu. Sent from my iPhone using Tapatalk
  8. If you keep it simple playing with delays should help. Sent from my iPhone using Tapatalk
  9. I like how you’re going for niiiice as, but not 1on1 realistic. It looks beautiful. Sent from my iPhone using Tapatalk
  10. Why not an extensive response here the rest of the non-github-savvy can enjoy ? Asking for my grandpa of course .. :) Sent from my iPhone using Tapatalk
  11. What are you going to use to bind the launchkey? Sent from my iPhone using Tapatalk
  12. Did you make or buy the button caps ? Sent from my iPhone using Tapatalk
  13. There’s nothing holding you back. Check the licenses on software and hold yourself to those licenses. Sent from my iPhone using Tapatalk
  14. @hans What I meant to say was a pot can be read and produces a value. Turning an encoder produces a value of fours or eights or whathaveyou. In case of a button there’s just a pulse or state. Sent from my iPhone using Tapatalk
  15. Hahaha .. Sent from my iPhone using Tapatalk
  16. I’d give you a like if the option was there. :) Sent from my iPhone using Tapatalk
  17. I'm not a coder but I suppose something like void setup() { long lightVal = 128; pinMode(14, INPUT_PULLUP); pinMode(15, INPUT_PULLUP); } void loop() { if (digitalRead(14 == LOW) { lightVal++; } if (digitalRead(15 == LOW) { lightVal--; } Joystick.sliderLeft(lightVal); Joystick.send_now(); } you obviously need to expand on this and make the numbers suit your situation.
  18. That’s impressive. Wow. Sent from my iPhone using Tapatalk
  19. Encoders or pots are always at a certain value. Encoders usually add or subtract 4 from “x”. Pots you can read. To mimic this with (on)off(on) switches you need to create the value - just call an int lightsVal and give it a value - and then add or subtract based on pulses or time. Then send the value as an axis position. Sent from my iPhone using Tapatalk
  20. Any chance you could post pics? I'm quite curious...
  21. Why don’t you cast the newValue to a (global) variable and check the past time since last change? Sent from my iPhone using Tapatalk
  22. Io expanders? Sent from my iPhone using Tapatalk
  23. I appreciate the argument on shapeways makers. There are choices made by different people. Personally, I don’t believe (ideologically) in the shapeways business model. But there’s a whole different discussion I’m not up for. Anyways, I don’t think the OP was on about them and their designs. As was I. My comments were about makers in a wider sense (modelers, coders, electronics engineers and toolers etc) who do share their knowledge and knick knacks. Either without or under a freeware or creative commons license. Most of them aren’t interested in bringing their things to a centralized spot. Which is not criticism but rather just an observation. Sent from my iPhone using Tapatalk
  24. You’re misunderstanding me. I meant no offense or to put words into anyone’s mouth. The point is a centralized spot for models, links and code would be a leap forward. Most ppl i’ve spoken to are not interested though. Most of them are makers. Sent from my iPhone using Tapatalk
  25. Have you heard of supermarkets? Nobody really likes them but they make life heeps easier. Ideally “we” would set up a spot where more of these odds and ends could be parked. Though, no one seems interested in working together and giving up their kingdom. So in the end, yeah thingiverse. Sent from my iPhone using Tapatalk
×
×
  • Create New...