Trying (& Failing) To Hack A Winegard Satellite Antenna

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 169

  • @canis_machina7280
    @canis_machina7280 Год назад +12

    I gotta be honest, buddy. I never had any interest in radio equipment before. Even though I used a broad variety of Harris radio equipment in the Marine Corps, I only thought of them as tools, never a hobby.
    But watching your videos, especially the one where you break down how the ISS sends images through radio, has made me really enjoy messing around with radio equipment myself. I am currently waiting for my General operators license to be finalized. I passed the test with a 95% :)

  • @tekvax01
    @tekvax01 Год назад +88

    use an oscilloscope to see which pins look like serial data. they could either be RS-232, RS-232TTL, or even RS-422. The blue rj45 to DB-9 is a Cisco console cable, they have a different pinout to the IBM console cables.

    • @MrRaineth
      @MrRaineth Год назад +15

      There are some cheap (

    • @babyeatingpsychopath
      @babyeatingpsychopath Год назад +5

      @@MrRaineth Agreed. Definitely try to get a logic analyzer on at least TX and RX, and all the pins available if possible. It's possible your adapter may not be bringing up CTS or DTR or DCD or something else that tells the UART on the brainboard to actually wake up. I did a project recently and only found out that "TX" and "RX" were labelled backwards on the silkscreen by following the traces from the connector jack to the MAX232 serial interface chip. Visually tracing the pins on the jack to chips may indicate what the others do.

  • @markbrown2450
    @markbrown2450 Год назад +9

    Even though you didn't get the results you wanted, I still really enjoyed seeing your process.

  • @sidflores1113
    @sidflores1113 Год назад +91

    Would love to see a video on the process of bypassing the brain and manually replacing it with a raspberry pie!

    • @saveitforparts
      @saveitforparts  Год назад +26

      I've got that on the to-do list!

    • @The_Cakeminator
      @The_Cakeminator Год назад +20

      I did that on my dog and it works great. He's much better at taking commands now, and I can control the barking with my phone. I might try it on my wife next.

    • @huf67
      @huf67 Год назад +1

      Doh !!

    • @IftekharAhmedSarkar
      @IftekharAhmedSarkar Год назад

      ​@@The_Cakeminator 😅

    • @white-bullet
      @white-bullet Год назад

      ​@@The_Cakeminatorayo 😮

  • @SteveF60
    @SteveF60 Год назад +38

    Also try sniffing the USB traffic for clues. Wireshark can do it via USBPcap, there's also USBTrace, SniffUSB and others. Also there's a custom power inverter/injector for this unit that has DIP switch settings on it which may indicate commands sent across the coax somehow.

  • @MrBarcode
    @MrBarcode Год назад +13

    @4:46 common cost cutting measures for electronics is to make one board that does everything and depopulate areas or dont enable certain things. So the GPS and stuff was probably for the more expensive units

  • @StanIvanov
    @StanIvanov Год назад +27

    Try changing the baud rate for the serial connection, could easily be any of the standard ones up to 115200

    • @MinorLG
      @MinorLG Год назад

      From my experience most commercial devices speak very slow cereal. Try 900 baud, or whatever the slowest option in your terminal is

    • @StanIvanov
      @StanIvanov Год назад +1

      @@MinorLG most devices work 9600 or 115200

    • @MinorLG
      @MinorLG Год назад

      @@StanIvanov right, but I've had to dip to 1600 and 900 a couple times.

    • @norfolkngood8960
      @norfolkngood8960 Год назад

      ​@@MinorLGSlow cereal, that's just made my day 😊

  • @3atsleeprepeat
    @3atsleeprepeat Год назад +10

    Hey bro
    As others have suggested - using the USART is a good idea, you need to buy a FTDI USB to Serial convertor, Arduinos have them pre built into them for example. Now just a word of caution, they have very bad driver support for Linux. I couldnt get mine to run on Linux lol. They work fine on windows. Now using the USART, you can do anything from serial communication, terminal to even using it to flash new firmware, or read the EEPROM. You will need to see the microcontroller you have there, what all it supports and the rest. Now this in my opinion, is too complicated because we arent here to reverse engineer their embedded system. A much better option is, figure out the pin out of the steppers, find a compatible driver for the steppers, a power supply and use an arduino (uno/nano) and connect everything together. I would recommend against using a pi because pi is not an embedded system, its a microprocessor. We need a microcontroller here. Its a bit more robust when it comes to doing purely hardware stuff. Plus the drivers and current needed to run steppers is much higher than the pi safe limits. If there is a short or a surge, it will fry your pi. Arduinos are a dime a dozen (figuratively), a few pins on the IC might die but thats all.
    If i was doing this, i would take out all the electronics they have, switch it out for arduino or some microcontroller i can easily use, with enough power. Next i would add sensors like magnetometers, altimeters, even a gps, to the setup. Maybe change the antenna to something my hardware is more compatible with. Then make presets for the dish, for example - varying area scan speeds, angles, you know better than me about that. Then have the system dump all this data to the PC or a pi (yes arduino can connect to a pi over serial), and see what you can do with it. WebSDR data + onboard sensor data. Area scans, tracking, just having it scan like movie military radars as a background prop lol.

  • @Mountainmonths
    @Mountainmonths Год назад +48

    I'm definitely more interested in seeing this hacked than replaced with a pi

    • @advilpm359
      @advilpm359 Год назад +5

      True content right there

  • @Broken_Yugo
    @Broken_Yugo Год назад +8

    UART is nothing to be afraid of, it's really just serial but with logic level signals. Just be careful with the cheaper USB UART boards, I forget the exact problem but it had to do with the 3.3 V mode not working right.

  • @daveso4231
    @daveso4231 Год назад +12

    Did you try different baud rates and bit settings on the serial connection?

    • @djjudd566
      @djjudd566 Год назад +6

      Exactly what I was thinking. I wonder if there's a script out there that can sweep the baud rate until it makes a connection?

  • @clipsoutofdaworld
    @clipsoutofdaworld Год назад +3

    Dude I just started watching your videos and your videos are the bomb like I just started with all the radio and satellites and if not for you I wouldn't even know about them. Thank you!

  • @whitelion7976
    @whitelion7976 Год назад +2

    I just love the look of this and it screams to be hacked. Don't give up. Greetings from the kingdom of Eswatini

  • @ForwardBias
    @ForwardBias Год назад +2

    I've just been binge watching a bunch of your videos and have really been enjoying it! Being able to take things like this apart and poke around with them just seems so cool! Hoping you're able to get something working over serial to control this, that would be insanely cool!

  • @sfoyogi8979
    @sfoyogi8979 Год назад +6

    the cisco blue db-9 to rj45 cable is a "rollover cable" (aka null modem). it depentds on what the console expects here, and im guessing it differes from say a cisco swithch in how the dish exposes a "console" port.

  • @Redneckmowers
    @Redneckmowers Год назад +1

    im exided for this hope we have more projects with this. here from canada

  • @beefchicken
    @beefchicken Год назад +2

    Can you post a high resolution photo of the board someplace?

  • @webluke
    @webluke Год назад +3

    An Arduino with stepper controls seems like a better option for full control without having to have a bunch of conversions. You can send step commands directly. I would think they are also doing some extra RF power stuff with the board, so you may have to do something there.

  • @cheekibreeki6830
    @cheekibreeki6830 Год назад +15

    Hey a couple things, while not the exact same I reverse engineered a wineguard Wi-Fi extender which uses a very similar board.
    First your serial terminal speed might be too low I saw it at 9600 on mine I had to use 115200.
    I also have the login details for mine that might work the same for yours.

    • @cheekibreeki6830
      @cheekibreeki6830 Год назад +5

      Im not sure how best to contact someone on RUclips but if you have an email I’d be happy to reach out and provide what I know

    • @saveitforparts
      @saveitforparts  Год назад +7

      Interesting! I'd love to hear more, you can email me gabe (at) saveitforparts.com (email should also be in the "About" tab on my channel). Thanks!

    • @cheekibreeki6830
      @cheekibreeki6830 Год назад +9

      Thanks will send you an email!

    • @sjolokai
      @sjolokai Год назад +3

      It's worth a shot. A very wise man once said...."No Guts No Glory!"
      All the best!

  • @jeffafaaah
    @jeffafaaah Год назад +1

    Boot the unit with serial plugged in. Perhabs also controlleble trough DISEQC over the coax

  • @Lunalunea
    @Lunalunea Год назад +15

    Definitely try the uart header, that's your best shot ! There is a video of Flashback team showcasing how they did it on a Wireless ap, you could take inspiration from there

    • @colt4547
      @colt4547 Год назад +3

      UART is what you want.

  • @Ziraya0
    @Ziraya0 Год назад +2

    If you can identify the chip that the USB and/or RJ45 go to that might help. It's probably the big one on the left, unless there are chips on the back

  • @houno176
    @houno176 Год назад +2

    We want to see more sattelite stuff ❤

  • @DuxTemporis
    @DuxTemporis Год назад +1

    i dont really know anything about sat stuff like this but if replacing propriety hardware is an option than it is probably the way to go. it just means you will have to supply your own function which could be a hurdle for some.

  • @somplc2027
    @somplc2027 Год назад +2

    Find the TX, RX, and ground on both your cable and the connector on your device TX goes to RX and Gnd to Gnd. That might find a terminal. Hope it helps.

  • @VICGRAFFITI
    @VICGRAFFITI Год назад +2

    Did you try different baud rates? That could could be why the rx is flashing but you aren’t getting anything in the console.

  • @ocsrc
    @ocsrc Год назад +2

    These are designed for RVs. Class A Motorhomes.
    Usually for in motion viewing.
    I had to work on them and they are a nightmare to fix.

  • @merseyviking
    @merseyviking Год назад +4

    It might use AT commands, but it should return an error if you give it something else. Also, did you have local echo enabled in your terminal program? If not, then it is the board that's echoing back your input, which would mean the baud rate is correct.

  • @memeconnect4489
    @memeconnect4489 Год назад +1

    a discord community will be a great thing for you to have when looking for answers :) i also wanna say thanks for all the good content you are putting out :)

  • @JuniorJunison
    @JuniorJunison Год назад +2

    The CPLD JTAG silkscreen, based on the name, is probably the jtag programming/debugging interface for the CPLD (Complex Programable Logic Device, basically a FPGA with non-volatile memory), which leads me to believe the CPLD is the brain and of the entire thing or acting as some signal processor

  • @patchvonbraun
    @patchvonbraun Год назад +1

    It may be that it speaks some higher form of DiSeQC to control the motors. That was always contemplated with DiSeQC, but not sure too many actually implement it.

  • @stormchaser300
    @stormchaser300 Год назад +2

    you could also try a usb data logger in line with your usb cable. ?

  • @ocsrc
    @ocsrc Год назад +6

    That is what the USB A is, just to update firmware.
    The JTAG is for the EEPROM to read and write that EEPROM for adding a new satellite location.
    In the 90s and early 2000s the motor was controlled through a 9 pin serial port on the receiver to find the correct satellite

    • @MrBarcode
      @MrBarcode Год назад +3

      Yeah came here to say hed probably have more luck hacking these if he soldered a header to the pins and used a JTAG programmer

    • @ocsrc
      @ocsrc Год назад +5

      @@MrBarcode the JTAG will allow reading the software out but I don't think it will help.
      When the dish was controlled by the 9 pin serial port on the receiver, there was a box in the RV that it plugged into and the motor control wires went straight to the dish motors.
      Now, the dish has the built in controller
      What I saw was the satellites were written into the software as an XML file. The controller not only sees the 950 to 2150 frequencies to identify that it is seeing a satellite, but each satellite has a pilot signal that it transmits that identifies itself. So the controller is reading that XML list and it locks onto a Ka circular satellite and reads it's ID
      Then it looks at the XML file and tells which satellite it is and where it is, the degree location. It then moves off that satellite towards the one it wants. So if it finds 129 it then moved east the number of degrees and raises the elevation to find the main satellite for the provider. So, 101 for DirecTV, 110 for DISH. You actually have to load the provider you are using into that file. The RV manufacturer or dealer loads that XML file that says what provider, which satellite it is supposed to use. And the secondary satellite.
      Usually the company that makes the dish sells it loaded for the provider. So the dealers or manufacturer of the RV doesn't have to do anything.
      They order either DISH or DirecTV dish, but it is the same dish just a different XML file.
      I saw some that came with just the 2 or 3 satellites used by the provider for the region of the country it is sold. DISH has 3 sets of satellites. One set that is on the eastern horizon, on set on the western coast and the main ones at 110 and 119
      I worked with the channel maps for DISH for a customer who wanted the Tennis Channel and I couldn't get the RV to receive it from any of the 6 satellites. I still don't know why.
      But I worked with DirecTV and they only had a couple receivers that could control the dishes with the older controller. DRD-222 was the one that I liked the best.
      I tried loading the 222 software onto other models that had the 9 pin serial port but didn't have the additional software to control the RV.
      These dishes are specifically made for mobile vehicles like boats and RVs and are designed to control themselves.
      Not to be a jerk, but seeing people who can't change a lightbulb or pump their own gas but an RV for 1.5 million dollars, I had a lot of tough nights.
      RVs are extremely complex. The number of subsystems and electric equipment and electronic equipment, and the chassis 12 volt and the house batteries, the inverter, and the 120 volt A/C, I just cried.
      They knew nothing about how a car worked. Let alone a diesel pusher 44 foot RV.
      They couldn't figure out how to turn on anything.
      And they had no patience for anything
      I would not get paid for weeks worth of highly skilled work over and over.
      I remember those days.
      I still have nightmares

    • @saveitforparts
      @saveitforparts  Год назад

      RV work sounds like boat work! One of those things I never want to do for someone else. It's hard enough just trying to fix all the "improvements" the prior owner made to my current project boat. Guy had something against torque wrenches and a phobia about wires of more than 18" in length 😂

  • @IonRoux
    @IonRoux Год назад +1

    I have the same dish but mine had an unpopulated mini USB port on it. I soldered one on but haven't had a chance to try to put yet.

  • @archloy
    @archloy Год назад +1

    You have reply so it is working. Try start command with backslashes or slashes (\?). I can't see one on your footage but maybe a jumper is hidden somewhere. But yes, nothing on the internet, it seems controlled by itself, preprogrammed to get signal from specific satellite. A raspb and/or arduino will help you much more (and maybe you will finish by motorize a human sized array :D). Step motors from 3D printers or CNC machine will works great I think

  • @stevenchristenson2428
    @stevenchristenson2428 Год назад +1

    Pretty sure your blue cable that goes from RJ11 to serial is for a computer switch. My co worker has several of them that have various other ends on them for talking to our acient switches we have around the town.

  • @nrdesign1991
    @nrdesign1991 Год назад +1

    To get the dish going easily I'd go with the custom controller board approach. Whack in a 3D printer driver board and a Raspi to drive it, either with the original 3D printer firmware on it or something custom with the Easystepper Arduino Library

  • @Pickle_Hammer
    @Pickle_Hammer Год назад +3

    I wonder if a cable or controller from an older telescope mount (meade, Celestron, etc)would do anything.

  • @forTodaysAdventure
    @forTodaysAdventure Год назад +1

    you really like that stirling author

    • @saveitforparts
      @saveitforparts  Год назад

      I actually haven't kept up with him in the last few years, he keeps coming out with more books in the post-apocalypse-renfest series and I lost track of the plot after a while. The ones where Nantucket goes back in time were fun!

  • @Natespage
    @Natespage Год назад +1

    If you can find a firmware update, you might be able to flash it via the JTAG interface. Also, possibly modify firmware to enable features.

    • @dominicweston8837
      @dominicweston8837 3 дня назад

      Firmware updates on some devices use the USB port and a thumb-drive, like the playmaker dish. If you do find a firmware file (I haven't) run "strings firmware.bin" you may/will see commands and other text in it.

  • @jakesako
    @jakesako Год назад +1

    Your channel content is fantastic , please keep up the great work 👍👍👍

  • @minecraftpala5575
    @minecraftpala5575 Год назад +7

    You should learn more about uart protocol, it will allow you to access the firmware

    • @minecraftpala5575
      @minecraftpala5575 Год назад +3

      stacksmashing has great videos on how to do it and even access it as root

  • @CrystalLakeEast
    @CrystalLakeEast Год назад

    did you try all baud rates on the RJ/11 serial and send a break at each rate?

  • @AaronzDad
    @AaronzDad Год назад +1

    6:10 reminds me of the early days of computers back in the mid-80's and text-based computer games.
    Try "Open Door" or "Use Shovel" or "Speak Alien."

  • @CrystalLakeEast
    @CrystalLakeEast Год назад +1

    don't give up!

  • @kirknelson156
    @kirknelson156 Год назад +1

    you should run that thing off a pi, would be able to track any sat both stationary and orbiting.

  • @StrandedSoftwareDeveloper
    @StrandedSoftwareDeveloper Год назад +1

    I've used an arduino uno as a USBUART adapter before, I think I tied reset to ground, 5v on arduino to 5v on the router I was trying to connect to, gnd on arduino to gnd on router uart, and I think it was tx to tx and rx to rx but it might have been the other way around. Then I just connected it to my computer, and ran the "screen" linux command with a bunch of different baud rates until I was dropped into a linux shell. Only to later find out that the router supports connecting via ssh :P

  • @alexmiranda6107
    @alexmiranda6107 Год назад +1

    I'm looking to get a dish tailgater or similar to use as a microwave camera thing as you did, out of all the types you have used which one was the easiest to control?

    • @saveitforparts
      @saveitforparts  Год назад

      The 2014 tailgater with a USB "A" port inside it was the easiest (and so far the only one I can reliably do much with). I have some info and close-ups of the inside here: saveitforparts.wordpress.com/2023/03/29/a-cheap-and-relatively-easy-microwave-imager-radiotelescope/

  • @stealthop
    @stealthop Год назад

    it might need some caps replaced on the board depending on how old the unit is
    did you probe the board with an oscilloscope ?

  • @sfoyogi8979
    @sfoyogi8979 Год назад +3

    i know its not a modem or baseband modem, but does it respond to AT commands?

  • @erickvond6825
    @erickvond6825 Год назад +1

    You might try an "Echo on/enable" command...

  • @Happyfacehotwheels
    @Happyfacehotwheels Год назад +1

    At 6:20, a hammer, when in doubt 🔨 😁

  • @benniejamin1
    @benniejamin1 Год назад +1

    you should be able to get something done through the uart port or the jtag port. you should be able to use arduino for the uart, then i think you need a specific device for jtag...

  • @dsfdfssqdfsqfdfqsd4235
    @dsfdfssqdfsqfdfqsd4235 Год назад +1

    Try 115200 of baudrate, 9600 is maybe too slow ; Else, different parameters, lenght, etc ; After seeing the comments, probably use wireshark to sniff
    Else, try to use a cheap logic analyser since you can see a RX and TX led

  • @win7best
    @win7best Год назад +5

    why is this unlisted?

  • @brucebaxter6923
    @brucebaxter6923 Год назад +1

    Ramps board from a 3D printer is cheap and very very easy for stepper control

  • @stoned4499
    @stoned4499 Год назад +1

    I recall you saying you didn’t know how to use the debugger pins maybe using a usb debugger and try to figure out something that could help you out. I don’t know if it could work tho I’m an engineer not a programmer

  • @diyabetli
    @diyabetli Год назад +1

    You did not mantion and as i can see from your screen capture you connected 9600-8-N-1 configuration on serial interface. Did you try to connect diffrent configuration than 9600 BPS ? it seems your computer seems recieving some signal from your device's serial port but your computer doesn't make any sense of that data.

    • @saveitforparts
      @saveitforparts  Год назад

      I'll try a higher baud rate, I was kind of assuming since it's older that it would use a lower rate, but I don't really know that much about serial standards.

    • @diyabetli
      @diyabetli Год назад

      @@saveitforparts I suggest you to use Arduino IDE's serial monitor. It will show you any data scraps comming from the device even If the boud rate diffrent than 9600. You may see somekind of character on the monitor. Good hunting...

  • @WagonLoads
    @WagonLoads Год назад

    I have a rotary antenna that I lost the control for...
    The antenna looks like a flying saucer shape plastic shell and has a minature version
    of a yagi antenna on a styrofoam disk inside the plastic shell...
    The Yagi part inside the shell is about the size of a Frisbee
    Do you have circuit diagram for 3 wire rotating antenna control?
    Second and preferred option is to use a esp32/stepper motor setup...
    If I go with the esp, is there a way to send the power through the TV coax to the esp,
    and block the DC at the TV end of the cable?
    It would need the voltage required to power the esp and stepper motor..

    • @saveitforparts
      @saveitforparts  Год назад

      Sorry I can't help with the antenna control, no idea! You can get DC injectors and DC blocks for sending power over a coax cable, I usually find those at my local surplus store.

  • @Capturing-Memories
    @Capturing-Memories 10 месяцев назад

    How about s DISEQC control box or FTA satellite receiver? Not sure what version of DISEQC would work though.

    • @saveitforparts
      @saveitforparts  10 месяцев назад

      I tried Diseqc and another motor standard with a few of these dishes, but they didn't seem to be compatible.

  • @gbinford9009
    @gbinford9009 5 месяцев назад

    I just came across a carryout g3 on a neighborhood curb. sure enough, you were one of the first hits when I started searching for info on it online! Looks like mine uses those star security bits to get into it. It didn’t come with anything but the dish , how do I inject some power into this bad boy? It just has 2 coax connections

    • @saveitforparts
      @saveitforparts  5 месяцев назад

      Cool! Hope it works! You can find coax power injectors or "power inserter" online, or just build one. Usually the antenna wants between 13-18v, and will switch polarity on the LNB depending on voltage. I just use a 14V power supply and it works fine, I haven't worried too much about polarity. You can use one coax cable for power and one for TV / SDR depending on what you're doing with it. Or if you open it up, sometimes there are fun connections. I have another video where I managed to control a carryout g1 with a computer and serial port adapter, I bet the g3 is similar inside.

    • @dominicweston8837
      @dominicweston8837 3 дня назад

      @@saveitforparts The G3 manual says 24v power supply to the inserter which are included in the box. Probably not included with the "Curb-side" model. :^)

  • @matthewf1979
    @matthewf1979 Год назад +1

    I’d go at it with a Pi or similar inexpensive device. You’ll need the motor controllers too.
    Much higher quality hardware to work with otherwise.

    • @saveitforparts
      @saveitforparts  Год назад

      I've got a Pi stepper HAT somewhere that I used for an auto-turret project. I think I stole the Pi for another project though, and those things are hard to find now!

  • @Cent._
    @Cent._ Год назад

    is it possible to use one of those as an rc transmitter for an rc plane?would it have a longer range?

    • @saveitforparts
      @saveitforparts  Год назад +1

      They're not really designed for transmitting, but maybe? I haven't tried something like that.

  • @nairbllebpmac4179
    @nairbllebpmac4179 Год назад +1

    Gabe! Greetings & Salutations from Texas! I love your channel and have been binge watching your videos. I’ve been trying to find some auction sites for electronics. Would it be possible for you to give me the name of any you use? I’ve seen the Ax-Man site but I don’t think it has all of their inventory. Any help will be greatly appreciated and thank you very much for sharing!

    • @saveitforparts
      @saveitforparts  Год назад

      I don't know about Texas auctions, just midwestern ones. If you search online there should be something near you, auctionguy.com has some and you can filter by state. Hope that helps!

    • @nairbllebpmac4179
      @nairbllebpmac4179 Год назад +1

      Thank you so very much for your rapid reply. Auctionguy has indeed set me on the right path.

  • @mr.zer0773
    @mr.zer0773 Год назад +1

    Hi there everyone! I've been watching a lot of vids like this lately and I have now got a huge question for all the fellow DIY electronics stuff. How does one actually get into being good at it? How do you get the inspiration for new projects and the knowledge necessary to complete them?

    • @saveitforparts
      @saveitforparts  Год назад +1

      I'm still learning, so I'm not necessarily an expert at it! I get plenty of suggestions and ideas from the comments (like trying different baud rates etc). My inspiration is usually some weird gadget that I found in the trash or at a surplus store or an estate sale, and I want to know what I can do with it! Then I start trying to research and poke around online to see if anyone else has messed with the same device, or if there are any interesting projects on hackaday or other forums along the same lines.

    • @mr.zer0773
      @mr.zer0773 Год назад +1

      @@saveitforpartsThanks for the advice!

  • @loaf176
    @loaf176 Год назад

    What equipment are you using for the power supply

    • @saveitforparts
      @saveitforparts  Год назад

      I think I just had a DC injector and a 13v wall power supply. Stuff from the local electronics surplus store.

  • @ReverandHans
    @ReverandHans Год назад +2

    Some serial devices will respond to three !!!

  • @vee2easy
    @vee2easy Год назад +1

    try getting into the mainframe database

  • @beefchicken
    @beefchicken Год назад

    When you click "connect" you're just turning on the COM port, or in this case, the virtual com port that runs through USB, there is nothing in RS-232 that provides any kind of "sign of life" indication. Unplug it from the dish, and it will behave exactly the same.
    I spotted one of these for sale, and was going to pick it up, but a landslide closed the highway between me and it so I can't go get it!

    • @saveitforparts
      @saveitforparts  Год назад

      It actually throws some errors when I unplug it, so it seems like it's doing something with the dish.

    • @beefchicken
      @beefchicken Год назад

      @@saveitforparts when you unplug it from the usb port or unplug the DE9?

    • @saveitforparts
      @saveitforparts  Год назад

      If I go USB->DB9->RJ11, Coolterm won't connect until the phone cord is plugged into the dish. If I unplug the RJ11 it pops up an error message.

    • @beefchicken
      @beefchicken Год назад

      @@saveitforparts ah, okay. It’s probably one of the flow control signals receiving voltage, but it’s most likely not a coherent signal.
      There is no standard for RJ11 serial ports, so the chance your cable has the right pinout slim. And is it an “RJ11” (6P4C; 4 conductors) or is it a 6P6C (6 conductors)?
      But the easier answer is to look on the PCB for an RS232 transceiver IC. If you can’t find one, it doesn’t have a regular serial port. It might have a TTL serial port, an oscilloscope would make finding that easy.

  • @TECHiHOBBYIST
    @TECHiHOBBYIST Год назад +1

    Try changing baud rate in the software.

  •  Год назад +1

    Did you try HELLO or HELO ? ;-)

  • @stormchaser300
    @stormchaser300 Год назад +2

    Have you tried contacting winegard ?😀😀

    • @saveitforparts
      @saveitforparts  Год назад +1

      I'm a little afraid to, I assume most companies hate it when people use their stuff wrong 😅

    • @stormchaser300
      @stormchaser300 Год назад +1

      @@saveitforparts i feel your pain i get peeved off when i want to hack things to make it better too when they say no. I dont know why they should care since i paid for it LOL.😂😂🤣🤣

  • @jedharding3492
    @jedharding3492 Год назад +1

    Its missing an important dingus!

  • @gibbonooo
    @gibbonooo Год назад +1

    cool video

  • @FastLaneLyfe
    @FastLaneLyfe Год назад +1

    Hook a flipper to it.

  • @p-196
    @p-196 Год назад +1

    i would try UART.
    its not so difficult.
    set the UART USB Adapter to the right Voltage (mostly 3.3V)
    connect the Adapter with Cables to the Device
    Device vcc to vcc UART - USB Adapter
    Device gnd to gnd UART - USB Adapter
    Device rx to tx UART - USB Adapter
    Device tx to rx UART - USB Adapter
    and use putty to communicate with the Uart Terminal.

  • @mike97525
    @mike97525 Год назад +1

    Let us know if you get it working😎😎

  • @__Dallas
    @__Dallas Год назад

    Having a hard time sourcing one of these in Saskatchewan. Any idea what I should be paying if I find one?

    • @saveitforparts
      @saveitforparts  Год назад

      I try not to pay more than $50 when I find them, usually they're on Craigslist or Facebook for $100-$150 but if they've sat a while you can often haggle with the seller. I've also seen them at surplus auctions from RV places going out of business, or old stock or whatever. I think some of the manufacturers are located in the Midwestern US, so maybe they're more common around here?

    • @__Dallas
      @__Dallas Год назад +1

      @@saveitforpartsYeah I think you're on to something. Middle of Sask just doesn't have a large hub of that activity. I'd be interested in the pan/tilt function as a solar tracker.

  • @Wintersky136
    @Wintersky136 Год назад +1

    115200 baud RJ11 Connector

  • @bob_mosavo
    @bob_mosavo Год назад

    For your hacking delight, you might consider getting a Bus Pirate. It's about thirty bucks 😉

  • @dagmarsuarez3033
    @dagmarsuarez3033 Год назад +1

    Gandalf.....what is the Elvish word for Friend?

  • @gooseberry46
    @gooseberry46 Год назад

    keep it simple.. look at the IC, get datasheet, read pinout... THEN start to hookup stuff.. hint: that boardcom chip looks very similar to whats portet to openwrt, maybe start over that site...

    • @saveitforparts
      @saveitforparts  Год назад

      I'm not skilled enough yet to make heads or tails of a data sheet or pinout. I can sometimes find my way around a serial port. I learn best by just trying the simple things first and learning how it relates to the more complicated stuff.

  • @themikeymikechannel2947
    @themikeymikechannel2947 Год назад +1

    Just wondering if you replied to my questions on your other videos. THKS

    • @saveitforparts
      @saveitforparts  Год назад

      I'll have to go back and check. RUclips is terrible for finding old comments or replies. If you want to email me you can use gabe (at) saveitforparts.com, that might be more reliable!

  • @mishase7
    @mishase7 Год назад +1

    Maybe you can find a legitimate device which can control it and intercept communication between them?

  • @Aaron_Dayton
    @Aaron_Dayton Год назад

    Toss up a high resolution photo of the PCB here. I can take a peak at it and give you some ideas.

    • @saveitforparts
      @saveitforparts  Год назад

      Maybe I can stick one in the social media section, I always forget about that option on the page. Or you can email me at gabe (at) saveitforparts.com if you want!

  • @davel202
    @davel202 Год назад +3

    CAT CAMEO

  • @CarlsHardware
    @CarlsHardware Год назад

    I waiting when you make video with skystar/skygrabber. Greetings!

  • @nvs-different-ideas
    @nvs-different-ideas Год назад

    This is only for TV.

  • @nrdesign1991
    @nrdesign1991 Год назад +1

    5:38 meow

  • @secnep
    @secnep Год назад

    6:09, I'd ask chatgpt some commands to try lol

  • @goiterlanternbase
    @goiterlanternbase Год назад

    I had connected a keyboard over USB.

  • @sfract6833
    @sfract6833 Год назад

    They make free screen capture software.

    • @saveitforparts
      @saveitforparts  Год назад

      I've tried a few and they've all been inconvenient and buggy. I'll see if I can find something that works better.

    • @TheJackBenderReborn
      @TheJackBenderReborn Год назад

      @@saveitforparts OBS Studio should be fine using Ubuntu

    • @sfract6833
      @sfract6833 Год назад

      @@saveitforparts Yeah.. I've had similar challenges. Still enjoy the content, IDK how much it affects most people.

  • @johannesviljoen9656
    @johannesviljoen9656 Год назад +2

    --h or --help?

  • @Jkauppa
    @Jkauppa Год назад

    torx? common tools screw heads, the star screw

    • @Jkauppa
      @Jkauppa Год назад

      btw on the earlier note, you could replace all the motors with separate drivers, so you could drive it at same time as imaging/recording

    • @Jkauppa
      @Jkauppa Год назад

      or just diy the whole thing from scratch, as microwave radio radar scanner imager device

  • @Trippindoodles
    @Trippindoodles Год назад +1

    Haha, should've tried hacking the Chinese spy balloons

    • @saveitforparts
      @saveitforparts  Год назад

      I wanted to, but it drifted down to Iowa so they could spy on the corn 😂

    • @Trippindoodles
      @Trippindoodles Год назад

      @@saveitforparts Hahaha, too bad that you couldn't

  • @Private.788
    @Private.788 11 месяцев назад

    Indian use

  • @DankNoodles420
    @DankNoodles420 Год назад

    Why not just google it? instead of wasting everybodys time who thought that we were going to see a interesting video.

  • @TheEinzzCookie
    @TheEinzzCookie Год назад +1

    Third xd

  • @ValuedTeamMember
    @ValuedTeamMember 2 месяца назад +1

    Very COoL. I love these devices (for other uses of course - I do excel at dreaming:). I didn't realize about the "motor type" between brands™ Blindly I would opt for the steppers. GR8T TIP, thank you. Definitely a SUB-worthy video. ⒸⒽⒺⒺⓇⓈ from So.Ca.USA 3rd house on the left (please call before stopping by).

  • @Allan_aka_RocKITEman
    @Allan_aka_RocKITEman Год назад +1

    @saveitforparts >>> 👍👍