

longuich
Members-
Posts
145 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by longuich
-
Does this work with dcs-bios?? Sent from my iPhone using Tapatalk
-
Sorry mate. That’s what I meant to say. Sent from my iPhone using Tapatalk
-
You might want to go the flightpanels way. Black isn’t involved in the hub version. Sent from my iPhone using Tapatalk
-
Have a look at makerbeam. Most hardware or diy stores have similar beams and profiles. Sent from my iPhone using Tapatalk
-
Thank you very much indeed. Sent from my iPhone using Tapatalk
-
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
-
There is a guide on here somewhere for making a pi and lcd into an a10c cdu. Sent from my iPhone using Tapatalk
-
Teensey2++ gives too many button pushes - TWS, trim, etc
longuich replied to ACME_WIdgets's topic in Home Cockpits
If you keep it simple playing with delays should help. Sent from my iPhone using Tapatalk -
I like how you’re going for niiiice as, but not 1on1 realistic. It looks beautiful. Sent from my iPhone using Tapatalk
-
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
-
What are you going to use to bind the launchkey? Sent from my iPhone using Tapatalk
-
Did you make or buy the button caps ? Sent from my iPhone using Tapatalk
-
Toying with an idea of starting a controller business
longuich replied to Jyge's topic in Home Cockpits
There’s nothing holding you back. Check the licenses on software and hold yourself to those licenses. Sent from my iPhone using Tapatalk -
@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
-
Using IntegerBuffer values in the loop() function
longuich replied to shreddersa's topic in Home Cockpits
Hahaha .. Sent from my iPhone using Tapatalk -
Using IntegerBuffer values in the loop() function
longuich replied to shreddersa's topic in Home Cockpits
I’d give you a like if the option was there. :) Sent from my iPhone using Tapatalk -
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.
-
Using IntegerBuffer values in the loop() function
longuich replied to shreddersa's topic in Home Cockpits
That’s impressive. Wow. Sent from my iPhone using Tapatalk -
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
-
Using IntegerBuffer values in the loop() function
longuich replied to shreddersa's topic in Home Cockpits
Any chance you could post pics? I'm quite curious... -
Using IntegerBuffer values in the loop() function
longuich replied to shreddersa's topic in Home Cockpits
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 -
Io expanders? Sent from my iPhone using Tapatalk
-
Can we create a dedicated ‘STL’ sub-folder/section under Home Cockpits?
longuich replied to obious's topic in Home Cockpits
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 -
Can we create a dedicated ‘STL’ sub-folder/section under Home Cockpits?
longuich replied to obious's topic in Home Cockpits
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 -
Can we create a dedicated ‘STL’ sub-folder/section under Home Cockpits?
longuich replied to obious's topic in Home Cockpits
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