bird-org / AstralProject

Explore how humans can augment their visual perception of themselves, and how they can adapt to
0 stars 0 forks source link

YAMSpy test #3

Open kazuyahirotsu opened 1 year ago

kazuyahirotsu commented 1 year ago

simpleui https://github.com/thecognifly/YAMSPy/blob/master/Examples/simpleUI.py

0sora9 commented 1 year ago

YAMSpy uses MSP & control FC via UART port.

@inav configurator:"Configuration" tab. Inside this tab there's a field somewhere called "Receiver" or "Receiver Mode". Click on the pull-down list and select "MSP RX (control via MSP port)".

0sora9 commented 1 year ago

To Use simple UI(maybe other programs either) at Mac, you need to set up serial port number correctly. By default, simple UI using "/dev/serial0", but it will occurs with message ("An error occurred... probably the serial port is not available ;)"). So check port number with command below. ls -l /dev/tty.* Return should be like /dev/tty.URT0

0sora9 commented 1 year ago
スクリーンショット 2023-07-23 16 50 02 スクリーンショット 2023-07-23 17 02 03

If you just changed serial port, there is no data shown in display.

0sora9 commented 1 year ago
スクリーンショット 2023-07-23 18 39 02 スクリーンショット 2023-07-23 18 39 26

There is some issue with "PORTS" but cannot turn on any tab at UART and RX. Can't figured out why this happens.

kazuyahirotsu commented 1 year ago

Are you connecting your mac to the fc by usb? In that case, I think you need to turn on RX in the row of usb or is that what you're saying you can't do here?