OpenSolo / sololink

Deprecated. This is now a sub-directory in the new repo https://github.com/OpenSolo/OpenSolo
Apache License 2.0
19 stars 16 forks source link

Let's make it universal rc/telemetry/video transmission system #3

Closed bazyl78 closed 6 years ago

bazyl78 commented 7 years ago

I have a crazy idea that it would be nice to make another branch of opensolo to create something like ligtbridge / Cuav Hacklink

Hardware: only solo link board and controller link board (no buttons, lcd screen, etc.)

Software:

It should work like CUAV Hacklink (https://www.banggood.com/en/CUAV-HACK-LINK-2_4G-UAV-Digital-Link-System-HDMI-PPM-Mavlink-Data-Transmission-For-PIXHACK-PIXHAWK-p-1130256.html):

I would love to do it myself but current software has so many components and pins on controller link board are not documented :-(. Plus I'm not a very good programmer.

FLYBYME commented 6 years ago

The Cuav Hacklink uses the same source code as sololink.

samiahmari commented 6 years ago

PPM feature is really essential for DIY people. There is not much of rc control channels on solo controller makes it impossible to use it for DIY project. CUAV Hacklink supports ppm and their software and hardware is open : https://github.com/cuav

FLYBYME commented 6 years ago

From what I understand we only have 2 gpio pin 19 and 21 that are used for switching usb devices. Other then that I dont know what could be use to output the ppm signal.

samiahmari commented 6 years ago

@FLYBYME Is it possible to configure current dsm pin for cppm or usb select gpio? The idea is to have sololink as generic data and video link for any kind of transmitter with cppm like Taranis and any kind of Pixhawk based FC with any kind of firmware (rover,vtol, plane ....). In these cases those USB pins will not being used at all. Right now I am doing the same but I am stock with Solo transmitter with potentially just 8 channels over DSM.

FLYBYME commented 6 years ago

DSM goes over serial and I dont think you can manipulate the tx or rx pins in the way you need to for ppm.

bazyl78 commented 6 years ago

Then at least sbus could be posible :)

davidbuzz commented 6 years ago

issues list is for issues/bugs, not feature requests. If someone plans to actually implement anything discussed here, fabulous, and please raise a PR for it, we'd love to see .

FLYBYME commented 6 years ago

Where should we me making feature requests?