Jump to content

chouclak

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by chouclak

  1. First of all thank you Brun for your amazing work !! Did some body made a box to fit under... a case ? Thanks
  2. Very nice job !!!! Everything you publish for the UFC is printed ! Waiting for the rest ! :thumbup::thumbup:
  3. Thanks Stang ! I received the PM you send me and I consider this option
  4. Hi ! I would like to start drawing my own UFC on fusion but I want to find a good source of documentations for the dimensions. Thanks
  5. How many ohms do you put for resistor ??
  6. Thanks Tekkx for your support and for all the information ! I will try and try again ! For now i'm just trying to make the communication work. there is my code for my basic test for the slave, it's the basic sketch in dcs-bios arduino librairie
  7. I dont understand wath you want to say, English is my second language, sorry
  8. Hi Tekkx, It's not show on the drawning but I try with a 2 pos switch on the slave. Every thing work fine when I start DCS Bios with the IRQ serial sketch and a mega. The problem is when I try to comunicate the information with the RS-485 method.... I have 4 max 487... maybe they are all frieds... How do we know when they are fried ?
  9. No, I didn't put the resistance but others said that they are not mandatory...
  10. Hi all ! I need some help ! I'm juste trying to make a test circuit and nothing works ! /* The following #define tells DCS-BIOS that this is a RS-485 slave device. It also sets the address of this slave device. The slave address should be between 1 and 126 and must be unique among all devices on the same bus. */ #define DCSBIOS_RS485_SLAVE 1 /* The Arduino pin that is connected to the /RE and DE pins on the RS-485 transceiver. */ #define TXENABLE_PIN 2 #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::Switch2Pos masterArmSw("MASTER_ARM_SW", 5); //Master Caution Light DcsBios::LED masterCautionLt(0x1012, 0x0800, 13); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); } The Tx on the master and the rx on the slave are on...
  11. Did I have to put something else ?
  12. Hi ! I'm able to make a simple switch on a mega with the IRQ Serial sketch an everything work The master TX is on but not the RX even if I push a button or something... Yes now the RX is alway on an close when I push the reset. I think my slave is the problem... I tried with and the led on the nano did not light with the master caution
  13. The tx on the master is alway on, the rx on the slave is not always flashing. I did check my soldering but every things seems to be ok. Maybe not... The light on the slave is flashing and stopping when I play with the wires... I did change the max 487. No, I didn't check the input on the 487 pin. So I start my circuit all over again and I will see ! I love to draw on fusion but the wiring is pain in the a...
  14. https://forums.eagle.ru/showthread.php?t=235716 If you can help me for my circuit !:cry::cry: thanks !
  15. I have the base code for my test
  16. There is my drawing for my test et it doesnt works. I have the max 487 ship. I had test with the nano led for master caution and a 2 pos switch.
  17. Hi Blue, Great job again ! I have some problems with my circuit... doesnt work... is the capacitor and resistance is an obligation ? 10 uf thats right ?
  18. https://3dwarehouse.sketchup.com/model/u6f3ca872-bf89-4279-b41a-a8e481fd6315/Thrustmaster-Hotas-Warthog-Throttle-and-Joystick-PC?hl=fr
  19. Hi ! The project is growing slowly by surely ! I have a question ! Where do you take your 12v input ? If I connect my mega (master) on USB and 12v psu, did the vin pin give me the 12v that I want ?
  20. These ! (and a capacitor)
  21. How do you know when on how much resistor to put in your circuit ?
  22. Hi everyone ! Just want to show you the very early progress of my design for my f-18 panel based on DCS Bios and Master / Slave ! All the fault is on Blue73 because of is amazing work ! Now I will have no free time ! Thanks mate !! :lol: His master work ! : https://forums.eagle.ru/showthread.php?t=219982 I take the idea to connect the panel together with DB9 plugs instead of ethernet cable like DCS simpit or other ! Will keep you in touch, I start back left of the cockpit to the right. This is the master box and the ILS / Radio box.
  23. ok thanks ! I will try this !
  24. Hi ! I already made a shearch in the forum but I didn't find anything... Quand we record or take picture with the TPOD ? Thanks
×
×
  • Create New...