

crow0827
ED Translators-
Posts
150 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by crow0827
-
I think that there is mistake with Cyclic Stick. It looks like B8 type used in ARMY UH-60L. MH-60R's cyclic is below. http://www.alamy.com/stock-photo-us-navy-pilot-grasps-cyclic-stick-in-the-cockpit-of-a-sikorsky-mh-30468998.html
-
WOW! Thank you for reply. Awesome picture of control panel! When I heard that you bought 3D Model, I was a bit worried about your 3D modeling skill. But I don't have any anxiety about modeling now! I have SH-60B/F, HH-60J/H, MH-60S, UH-60A/L/P, EH-60A flight manuals, some checklists and T-700 Maintenance Manual. If you need any info about them(example, same component with MH-60R), send me PM. Can't wait! :joystick:
-
I'm enthusiast of H-60 series as much as collect H-60 and T700 manuals. Do you want to become 3rd party with SH-60? but, I have never seen MH-60R manuals. Plz tell me your plan more!
-
Nice work, Heatblur! I have a question. what lines are in the image?
-
** F-14 Road to Release + Christmas Update!! **
crow0827 replied to Cobra847's topic in Heatblur Simulations
Wow! Nice information. Additionally, I have question about "Flight control peripherals and replicas". I understood that Flight control peripherals means VKB product. What is replicas? -
** F-14 Road to Release + Christmas Update!! **
crow0827 replied to Cobra847's topic in Heatblur Simulations
@Cobra847 How much is F-14A/B? I want to buy gift card. -
Hello. After sending "unpause" command. DCS crashed. Have you experienced this problem?
-
This problem isn't fixed with DCS 1.5.8.12667 Hotfix 2.
-
there are some line in the background of box picture…
-
Hi, ED! I found a screenshot problem. from yesterday update, DCS became to create screenshot of png format as default. There are problem with png format. Screenshots don't have "end of image = IEND" chunk. according to PNG 1.2 Specification, PNG files must contain IHDR chunk, one or more IDAT chunks, and an IEND chunk. http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html Because of missing the chunk, Twitter says that "this file is invalid". Please fix it. Thanks
-
I couldn't feel difference between before and updated...
-
Is it updated with today's DCS update?
-
Hello, Silver. Here is information about EuroFighter Typhoon. https://forums.eagle.ru/showpost.php?p=3287919&postcount=55
-
Hi Heatblur and everyone. in the "D"s cockpit, there is a CAMERA STOWAGE. I dont know about A/B, because of the manual picture unclear. I want to use camera at RIO station. off course, it is not important for flight simulator. but, I think that it is nice for "plus one"! thanks for reading
-
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
good evening, everyone. I was busy for my certificate… Do you need information about cockpit design? in the 1970's, stick's range of movement is defined by MS spec roll max ±7 inch pitch push max 5, pull max 7 inch and stick length max 13.5 inch -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Thanks, your advise is very useful! Because I want to implement A/T disconnect with simple mechanism, I thought that servo output info(rotate speed, position) is good. How do you think about A/T disconnect? from A1-F18AC-NFM-000 "If a force of approximately 12 pounds (with friction off) is applied to either throttle the system automatically disengages." BTW, Should I create a new thread…? I want to add simplified function for OSFFB Option. -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Hi. Thank you for reading my reply. It is not difficult, just using DCS-BIOS and output servo. I received assurance that we can make A/T throttle. because of impossible to use DCS-BIOS and USB-HID at the same time. I'll try to make "own" program for identify what aircraft is active and info is required, and output to arduino. it is proceeded in parallel with studying USB HID-PID. busy… thanks Metal, Christian , Jay. Based on your advise, I considered what is good for another FFB. If possible to use Servo and EM Cluch, It is perfect. (I don't have mechanical knowledge.) now, I found this motor. http://www.futaba.co.jp/en/dbps_data/_material_/radicon_eng/Robot/RS303MR_RS304MD_EN_112.pdf It is TTL Communication Servo. and there are example of usage for Arduino. http://www.futaba.co.jp/img/uploads/files/robot/Futaba_Sample_Arduino_RS30x_Program_rev2.pdf sorry it is written in Japanese. if you have any question about manual. please contact me. I don't know that it is available for world-wide. but it's not expensive (in Japan), I want to test if it's useful for our OSFFB ( and my A/T FFB. good day! :) P.S. I found a video about test of the motor it looks good. -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Hi. Today, I tested simple auto throttle.(but A-10C...) sorry... my desk is not clean. It is not USB HID/PID but via export.lua. I guess it is possible to make Auto Throttle Function with HID and Serial Comm. procedure 1.sense throttle position.(argument No.9 for A-10C Right Throttle 2.sense auto throttle engaged(I didn't use this I'm looking for how to disengage A/T with moving the throttle by pilot. I hope this helps our project. "sometime", our OSFFB gets compatible with axis which isn't supported by game. BTW, I ordered Arduino Due. I want to know which motor driver is good. I don't have any knowledge about motor, driver. any advise is helpful. -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Sorry, I'm Ignoramus. Is there necessity of using ADS1115? I thought below. user loop(){ IC_name_read(uint16_t* x, uint16_t* y); (example ADS1115_Read Button_read(uint32_t* Button); HID_Task(x,y,button); FFB_Task(x,y); } if we could select any sensor(include OS FFBS recommended), it is comfortable. user only should write code to convert sensor value to 16bit unsigned, it is same works. 74HC595 has function of convert serial input to parallel output. isn't it? CD4021BC converts parallel input to serial output. is there compatibility? **I'm considering variable CLK timing(Freq) for supporting low speed shift register via Arduino IDE or Source Code. **and pinout compatible. button assign is determined by connection shift register and SW. all of "Button Read" PCB is same. BTW, in my opinion, our job of "Stick" isn't required. there are good stick in the world, HOTAS, VKB(upcoming F-14A&B Stick!!!), virpil. so, I'm aiming to make compatible(signal, pinout, stick mount). off course, it isn't problem making default stick. I thought that the software is second stage of OS FFB. how to get info about kind of aircraft? 1.Simulator Script - output info of weight? size? 2.GUI_Control_app.exe - collect info and calculate parameter 3.COM PORT - send OS FFBS 4.OS FFBS - calculate motor drive is this correct? OS FFBS: Open Source ForceFeedBack Stick P.S Did you find any DC Motor Shield? -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Hi metalgear! thank you for teaching about source code and showing good conversation. At now, I'm programming using Arduino IDE slowly. Arduino default library is supporting USB_Core and not complete HID. I'm adding "set report via Interrupt OUT" to HID Library. I think that it is good for Open Source, supporting many kind of sensor(ex. POT, Hall Sensor, Rotary Encoder). So, sensor function should be write in other source. (ex ."Sensor.cpp", function name "Sensor_IC_name_read()") and data input using pointer*. conversion to 16 bit is easy using "math.h map();". I think that beginer user should set configure which is Sensor_Read, Button_Count(Shift Register Read Count), motor_driver_select. So Variable_HID_Descriptor is needed for button count and axis count. those is my idea for minimum requirement of Open Source FFB Stick. if you and VR Flight Sim make source code management page(like GitHub), plz let me know! I want to study more about FFB. I think Arduino Due is good. I'm suffering SRAM size too. Due works with 3.3V, 3.3V is supported by HOTAS Warthog Stick(CD4021BC). it will work properly.(maybe) also, 3.3V is supported MLX90393. it makes sensor circuit simple, because it has 2 axis outputs with one chip and not needed registor compared to MLX90333. Thanks -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Hello Metalgear. I have questions about FFB code "Joystick.c". How does OCR4X work? from 32u4 datasheet, it compares time n and input value. Is it prototype for PWM? How does it work? merk→I couldn't find what purpose of PORTB5. alloff→while FFB are working, always alloff = 1. How did you determine the value? example1: condition(128-((posmemox-XAchse)*5),128-((posmemoy-YAchse)*5),i); 's "5" example2: float direction = (EffectSetting.directionX*360/255)*0.01745; 's "0.01745" I'm not good programmer, sorry for immature. thanks -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
I have adjusted input data. Please watch this video. There is room for improvement. But I was satisfied for first success. After hardware design, I will set sensor dead zone. This time, it has vibration of value ±0.5°(if my calculation is correct). I believe that the cause is holding a magnet with hand :). If magnetic noise of Motor is low, It will be good solution for this project! Until today, I had never thought of flying an airplane with a magnet instead of a flight stick! lol. Thanks for reading and watching video. Good Day! -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
Set SS pin, HIGH in setup() - DONE SPI.beginTransaction(settingMLX); is changed position to setup() - DONE Remove delays - DONE SPI_CLOCK_DIV128 = 0x03 is defined by SPI.h. It is my coding miss. CORRECTED 0x03 is too low Freq, so it makes Freq 125[kHz]. Because I wanted to set Freq 125[kHz], it is same behavior. I have connected CLK LINE as same as Datasheet Figure21, Page40. Arduino Micro SCK Pin → R4 100[Ω] → MLX90333 SCLK Pin & R5 20[kΩ] → R5 connect to GND "I haven't looked up your Transfair Values but it is suspicios that X value and Y Values would have the same comand line." Are you talking about the value in SPI.transfer(value)? I understood that MLX90333 only works as output. and couldn't find any command to send. So, I set the value to 0xff by referring to the Datasheet Figure17, page37. thank you for advise, metalgear P.S. deleted source code, because post becomes too long. I have solved this problem. If anyone needs source code, please contact me. I will correct error between wanted axis data and input data. After of correction, I'll post or upload source code again. Good Day! -
Open Source Joystick FFB / DIY FFB Joystick
crow0827 replied to Berniyh's topic in PC Hardware and Related Software
thanks metalgear, Sokol! but it is MLX90333 with analog output. I'm using MLX90333 with SPI output. IDE is Arduino IDE. deleted source code, because post becomes too long.