Hello Fellow Yuneec Pilot!
Join our free Yuneec community and remove this annoying banner!
Sign up

Recent content by dylanfm

  1. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    hmmm. I thought I had it working with a made up SSID and the ST16, but was also playing with an ST10 at the time so maybe that is what I'm remembering and my emulator never worked with the ST16
  2. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    When you say repeater, you are saying to have the ST16 connect to the pi and the pi connect to a CGO3+ and then log the data that gets passed through?
  3. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    I know a CGO3's SSID uses part of the MAC, but are you sure it has to be that way? When I made the ESP32 Camera emulate a CGO3P I just made up the numbers in the SSID and it displayed video on the ST24. I'm pretty sure I did the same when I made that emulator on the raspberry pi.
  4. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    In the wifi data I was looking in wire shark I was specifically looking for 0xFE, but I didnt see it. But I don't think that I was capturing the correct data. I'm not sure, because I don't really know how to use wire shark, but I was trying to filter for all the TCP data regardless of which port...
  5. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    Yes that is what I want to do. I haven't seen the post with the list of ports that the ST16 uses to communicate with the CGO3+ (other than 554 for rtsp and 80 for the url commands) and haven't had much luck searching for it. So I will keep bumbling around with it for awhile until I drift off to...
  6. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    It is really too bad that the ST24 doesn't support the redundant channel data over wifi. I have been playing with making an ESP32 Cam board emulate a CGO3P camera and I have it initializing and displaying video on ST24. But can't do that on the ST16 because it seems the ST16 only connects to the...
  7. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    I guess my last question is, do the other yuneec controllers send channel data over wifi also? You mentioned the ST16 and ST12, but I wonder if the ST10 or ST24 do also?
  8. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    That is cool! I have used an ESP32 to create the pan and tilt commands to the CGO3+ from the SR24 data in the past. I know I have heard of the redundant controls over WIFI, but I had never thought to try to use it. I could see using this for controlling some stuff exclusively over wifi without...
  9. D

    Typhoon H 480 PX4 v1.10 (Stability issues ;-)

    So if I understand this correctly, the ST16 connects to the CGO3+ via wifi like normal. Then the ESP32 reads the serial from the CGO3+, converts that serial data into pan and tilt commands, and feeds them back to the CGO3+ over serial?
  10. D

    Reverse engineering CGO3+ UART

    I would love to see how to do that.
  11. D

    Specs Information

    I think the only channel that is not used to control the drone and gimbal by default is the Aux button. But as far as I know there is no way to use that aux button to control anything. I'm not aware of a connector on the flight controller that you could hook anything up to have it controlled by...
  12. D

    Remapping ST16 Controls

    Nope, no deal. I will take criticism if you think what I am doing is dangerous or may lead to damage, but I don't believe that talking about different ways of doing things or how they work detracts from the information in this thread or on this forum.
  13. D

    Channel Function (Output) screen buttons

    When I long press to rename the channels then it does change it for that model, but when I change models it loads whatever is in that model, so I don't think it is correct to say that it is one time for all models. Also, when I long press to rename, you are limited to 3 characters, but you can...
  14. D

    Remapping ST16 Controls

    I'm not saying you should do this, but it looks like you can remap the landing gear switch to another switch by modifying the switches.csv file in the model. I'm not sure how much you know about exporting/importing models, but you would have to export the model, move it to a computer, modify it...
  15. D

    Channel Function (Output) screen buttons

    You can also rename them in the model manifest file. example: fpv,1 version,1 name,Q500_modifiedChannels type,401 f_mode_key,-1 analog_min,0 switch_min,0 rx_analog_num,10 rx_switch_num,2...