Search results

  1. V

    Communications problem between Ardupilot and Computer

    The Issue and Project: I have been at a standstill with my autopilot because I cannot communicate with it using my high powered transmitter: the Ubiquity Rocket M5. But the whole communications issue is not as simple as breaking it down to just one component, it succeeds through various...
  2. V

    Using SPP 1.2 and GUIX studio 5.3.3

    I've got a checkbox on a screen that I want read only. I se it in code when I enter the screen. I've got it disabled in the designer. I intercept the GX_EVENT_TOGGLE_ON events in the screen event handler and just ignore them (don't do the gx_window_event_process()) . Nothing I have tried...
  3. V

    Configure it as GPIO and assert/deassert

    I have PB02 configured as SCI8->SPI->SS. Am I going to have to configure it as GPIO and assert/deassert on my own if I want to send/receive more than 8 bits at a time? That is what I'm expecting to have to do in the end from what I've seen others discuss about SCI SPI? Since I'm still learning...
  4. V

    Need Help

    The mod suggested in the link will not change VCC of the CPU, just the voltage of the analog supply pin and maybe some other points on the board. So the CPU will be outside of the allowed voltages. If you really want to change VCC to 5V, you would have to do a similar mod on J22. But I would not...
  5. V

    HELLO

    In this function, transmitter receiver is disabled and enabled within DTC transfer turned on. Could you check if removing DTC drivers helps?
Top