Jump to content

chouclak

Members
  • Posts

    39
  • Joined

  • Last visited

About chouclak

  • Birthday 09/16/1985

Personal Information

  • Location
    Quebec, Canada
  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 !
×
×
  • Create New...