Code Monkey home page Code Monkey logo

opentx.github.io's Introduction

opentx.github.io's People

Contributors

3djc avatar andyjenkinson avatar bsongis avatar coltstrgj avatar dvogonen avatar jivarofad avatar kilrah avatar lapinfou avatar mpaperno avatar projectkk2glider avatar raphaelcoeffic avatar rcdiy avatar realtadango avatar schwabe avatar spinkham avatar tgreer avatar thomascannon avatar ulab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opentx.github.io's Issues

Feature: Add link to "voices-20.open-tx.org"

Please add a link to the additional voices here: "voices-20.open-tx.org" and also a description on how these were created so other sounds can be created in the same voice by users.

Add X10 To Radios Page

the images are already uploaded, just web page needs updating.
Pull #36 assets/images/head_x10s.png assets/images/img_x10.png

Smaller version of the Horus X12
Colour outdoor TFT 480x272
8 Switches 6 x 3-position, 1 momentary, 1 x 2-position
3 Pots 1 x 6-position, 2 smooth
2 Sliders 2 rear, 2 front
Haptic vibration
Wireless trainer
Without GPS and 6 axis sensors

Request: Divert non-www to www

If entering http://open-tx.org into the browser, this should divert to http://www.open-tx.org. This does not affect sub-domains.

.htaccess file:

# - Divert non-www to www -------------------------------------------------------------------------------------
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
# - END Divert non-www to www ---------------------------------------------------------------------------------

Open TX problems with Mac

I've tried multiple versions of open tx it seems like most of the 2.3.x won't open up I downloaded 2.2.4 and it opens fine but I keep getting "unable to check for updates" I'm unable to flash my x9d+

Add a new link in the "Download/Document" section

Hi Folks,

A member of the French forum named SkyRaccoon has created a very nice website with some high quality pictures for Horus radios.
Here is his website: http://www.skyraccoon.com/

I think it could be nice to mention it somewhere in order to give him som worldwide visibility.
Maybe in the section Document or in the section Download/OpenTX Images.

What do you think?

BR,
Seb

Incorrect path to altitude-0/1 files.

Step missing between "create subfolder" and "place the two..." steps. Should insert instruction to modify the path to reflect the model's subfolder, or enable relative paths.

Request: Rename nightly build folders to YYYY-MM-DD

http://jenkins.open-tx.org/nightly-20/

Can we rename the folders so that they use the ISO 8601 standard? This way, the most recent build will be at the bottom of the page, rather than half way down the page.
Also, this is considered good practise when maintaining a list of dates and prevents confusion for those that don't use MM-DD-YYYY date format.

I'm aware that I can sort the folders with "last modified" link.

RSS with empty posts?

I am regularly seeing empty posts that just have names as description in the RSS feed. For example:

  1. Mai 2017, 16:55
    Roberto
  2. Mai 2017, 16:55
    Eugene LaFaille
  3. Mai 2017, 16:55
    Andrew Fernie
  4. Mai 2017, 16:55
    Michael Napolitan

They link to pages like this: http://www.open-tx.org/2017/05/31/2015-04-22-Roberto-feedback

I am not sure why these are generated, but it's always confusing to see "oh news from OpenTX" and then there's nothing.

Suggested Home Page Edit

My changes is bold just to draw attention to proposed changes. If accepted the actual changes may not be in bold.


layout: page
title: Welcome to OpenTX
tagline: Improving yourTx
redirect_from: "open-tx.org"

{% include JB/setup %}

OpenTX Logo

OpenTX is open source firmware for RC radio transmitters. It is meant for users who are comfortable with computers, trying new things, willing to research how the system works and trouble shoot when needed. The firmware is highly configurable and brings much more features than found in traditional radios. The daily feedback from the thousands of users ensures the continued stability and quality of the firmware.

OpenTX Companion Logo

The team also develops the OpenTX Companion transmitter support software. OpenTX Companion is used for many different tasks like downloading and loading OpenTX firmware to the radio, backing up model settings, editing settings and running radio simulators.

  • OpenTX Companion is available for Windows, Apple OSX and Linux.

OpenTX Sound Logo

One of the main features of OpenTX is its use of a sound pack placed on a microSD card. This sound pack contain audio files files used for sounds and announcements.

  • Sound packs are available from the Downloads page and by using Companion.
**REMOVE this block of text.**
There are two applications available for creating and managing the soundfiles used by OpenTX.   
**OpenTX Speaker** is used to generate voice files for OpenTX by using synthetic speech. **OpenTX Recorder** is used to record voice files via a microphone.   
Both programs can generate sound files for all OpenTX voice languages. Every radio message, including system messages, can be changed.   
OpenTX Speaker and OpenTXRecorder are available for Windows7.

New Lua section

Lua Scripts

OpenTX supports Lua scripts that can be used for new model and other wizards, display custom telemetry screens, complicated mixes and configure devices using the s.port protocol. Advanced users with command line experience will find many uses for this powerful feature.
-To learn more read the documentation.

Installation

1. Read the documentation.
2. Download and install the latest version on Companion.
3. Use Companion to download the firmware.
4. Use Companion to write the firmware to the transmitter.

**REMOVE this block of text.**
The first step to upgrade your radio with the latest OpenTX version is to install OpenTX Companion on your computer.  
Then you select the firmware configuration you want and let OpenTX Companion download and install it to your radio.  
You find the latest OpenTX Companion versions in [Downloads](downloads.html).

The news section is too long. Is there a way to limit the list to a certain number of items and then place the entire list on a news-archive.md file with a link to it?

News

    {% for post in site.tags.News %}
  • {% include display_flags.html %} {{ post.title }} ({{ post.date | date:"%Y-%m-%d" }})
  • {% endfor %}

Website Link Update Request Lua

Moved here from
opentx/opentx#3615

On this page
http://www.open-tx.org/lua-instructions.html
Could this link be added
https://www.gitbook.com/book/opentx/opentx-lua-reference-guide/details

On this page
http://www.open-tx.org/documents
Could this link be added
http://www.open-tx.org/lua-instructions.html

On this page
http://www.open-tx.org/
Could this link be added
http://www.open-tx.org/lua-instructions.html

Suggestion:
Remove documentation links from everywhere on the site and place all documentation links only on the documentation page. This helps beginners access the most recent documentation. For long time users they can still have access to older documentation if they are running older versions.

I am willing to volunteer my time to help look after the website.

User Documentation (Excluding Lua API)

Being relatively new (2014) to OpenTX I am still looking for documentation. I find that there is no one place where it is complete or where clarification can be sought and then have the documentation updated. Documentation also evolves with code changes and to cater to different audiences. Having a Business and Systems Analyst background it is my opinion that often there are two (or more audiences).

  1. The developers, technically advanced users
  2. The common users, the beginner

The documentation for OpenTX seems to have gotten fragmented along these lines. A new user or even someone like myself with some experience has to go searching amongst different content creators for information.

Some thoughts on adding documenters, improving documentation and locating it.
(I may be using the wrong terms but I hope the general idea is clear.)

GitHub/GitBook

  • Create a new GitHub linked to the existing GitBook User Manual.This provides a clean separation between user documentation and code and the documenters and the developers.
  • Developers interested in documentation can join this new GitHub.
  • Developers/Administrators not interested or who don't have time for documentation issues won't have to deal with the added volume of non development related issues that need to be dealt with.
  • Use "Issues" to request documentation clarification and additions (forums are still the starting point when a user has questions but over time the more active and advanced users will see that maybe the documentation needs updating and create an issue). https://github.com/opentx/opentx-taranis-manual/issues
  • Administrators can then tag issues with say new section, new page in existing section, update existing documentation, needs discussion... Along similar lines to development issues.
  • Users can also submit documentation write ups under an open issue, have them discussed, once consensus is achieved administrators then merge the changes.
  • Administrators can checkout/take ownership of issues to work on similar to how code is treated.
  • All of the above done under the OpenTX banner.
  • A new set of documenters may end up joining just like developers have.

Website

  • Create archive pages and move information related to previous versions to those pages.
  • Separate out "official" content and links to community created content or always place official content at the top (not in chronological order).
  • Archive links to community content as official content encompasses it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.