Jump to content

draken152

Members
  • Posts

    219
  • Joined

  • Last visited

Everything posted by draken152

  1. You have soldered the stepper motors to easy drivers???? If yes try to swap 0 and 65535 values in your arduino code AccelStepper stepper(AccelStepper::DRIVER, 4, 5); // define Vid29Stepper class that uses the AccelStepper instance defined in the line above // +-- arbitrary name // | +-- Address of stepper data (from control reference) // | | +-- name of AccelStepper instance // v v v v-- StepperConfig struct instance Vid29Stepper IAS(0x344e, stepper, stepperConfig2, [](unsigned int newValue) -> unsigned int { /* this function needs to map newValue to the correct number of steps */ return map(newValue, [color="Red"]0[/color], [color="red"]65535[/color], 0, stepperConfig2.maxSteps-1);
  2. During my pit trials I have found strange behavior of DCS BIOS. For some reason when I press in starter button and then pull starter nothing have happens even I see the correct animation movement in pit . When I will repeat same procedure with mouse click engine normally move/started.... this is the code from DCS bios DcsBios::Switch3Pos starterSwitch("STARTER_SWITCH", PIN_A, PIN_B); I have tried to switch the starter from control reference console but again nothing happens even I see correct animation, mouse click working normally. Here is video from test: This is making me crazy....
  3. Thx to all for kindly support... News: pit is finish:) Maybe I will later add some details like seat belts or armour near seat but for now all important stuff is done. I was awaiting this moment more than 5 years:megalol: now I will just fly:pilotfly: I will post some videos later .... P.S. I am already thinking about next project maybe Mig-19 but now just holidays and flying....
  4. EZ42 ready for mounting, canopy opening also ready.....
  5. Hi Ian, For debuging of my pit till now I was using dcs bios v7.0, now I have switched to v10.x. My problem is in v7.0 was Fw 190D using description BIOS.protocol.beginModule("FW-190D9", 0x3400) and in v 10.0 module is 0x4000 so now whole my pit is not working. Also I was using fw190D9.lua with correction done by me, based on my findings I was trying to copy the changes to Fw-190D9.lua located in (using notepad++) \Users\Draken152\AppData\Roaming/DCS-BIOS/Plugins but it is not working. Still in Control Reference I dont see any changes and also pit isnt working... Please can you help me with this. Where shall I put updated Fw-190D9.lua??? Or can you intruduce this changes to plugin it self(see atached updated v7.0 file)??? Thx FW190D9.lua
  6. This is example how I have solved the zeroing
  7. Nice to see you back man. Your work is base of our pit builders community ... :thumbup::thumbup::thumbup: I worked a lot with DCS-Bios I will try new version and let you know the feedback...
  8. After summer brake is time to continue :) Upper instrument panel is completed now, I am just running components reliability testing... Also UV lights are assembled...
  9. I do not want to start new thread so I am resurrecting this one. Anybody have succeed with this??? Can somebody share the code example please....:helpsmilie:
  10. Really nice :thumbup: , If you will need some help/support just ask
  11. Hi I never used 28BYJ-48 motors but in my pit I am using 3 types of different of steppers. My advice is go for 4 wires steppers and use easydriver, this combo is 100% working and easy to handle. Examplehere Also I think your steppers will be not fast enough for some gauges ... On which plane are you working???? You can also try ... Btw. I am living 40km from Hungarian border (from direction Komarno) :), if you need more help...
  12. No, at least I don't feel I need it :)...
  13. Still WIP , short video made by my friend:
  14. Nice work man... I like your style :thumbup:
  15. First test of 270 FOV projection screen. I still dont know how to get rid of this crazy text about unregistered version of immersive display pro (even I have USB dongle) but feeling is really good...
  16. Thanks spitty. My main problem with this mechanism was, I want to use vid 29, but due the force requirements it was not strong enough. I have build two prototypes one with belt mechanism second with gear mechanism but reliability was poor. Now I give up with vid 29 and ordered stronger steppers from China. You can see how I want to use them... Marcq thanks for your kind words...
  17. Both most complicated gauges Artificial horizon and compass completed, also AFN2 indicator. I need to finish ammo counters . Those crazy ammo counter are making me mad this will be 3rd concept test, just waiting new stronger steppers from China. Some aesthetic features on upper panel are still missing but I am close to finish :pilotfly: I have painted projection screen with black widow mix and installed all projectors... Tape is only added for calibration/warping purpose....This will be warping weekend :megalol: So finaly video of upper panel Any advice for 270 FOV setup of DCS is welcome ...
  18. I have found the same problem in FW190D with sight brightness encoder, but I haven't find solution yet... All other encoder are working properly. I think problem is in aircraft library/aicraft.lua for DCS bios (I dont know exact name for Mirage2000) and incorrect definition for that problematic encoders ... I have already find and corrected some other issue with my FW190.lua like here... Start to searching there.... Unfortunately I am not able to help you more right now...I will also keep trying to find solution.
  19. I have feeling it is starting to be a mess in home cockpit sub-forum. Our pit builder’s community is growing, lot of new guys are asking the same questions, some inspirational cockpit builds are not visible (who is building a pit isn’t usually doing update each week :cry:), some information/guides are hard to find.... As example: how many people are aware about this build (it is not there where you expect should be) What about to change the structure to something like this: Home cockpits - Cockpit builds (just for cockpit builds threads) - How to (for guides, software information/announcement like DCS Bios) - Questions (for question etc.) I know it will be harder to manage by moderator and it will be necessary to sort all the existing thread to new sub-forums ( we don’t need to go back to 2008 we can make also kind of archive) but it also more systematic... It is just idea, it can also be totally different structure and sub-forum names…Simply how to make home cockpits sub-forum more transparent. Any suggestion or comments are welcome.
  20. This is also my dream :pilotfly: If it will be one time confirmed I will start building another complete pit:thumbup:
  21. Nice, what are the weight limitations ??? My pit is quiet heavy...
  22. take look here After this discussion I made one by my self...
×
×
  • Create New...