Search found 36 matches

by KanishkaRC
Thu Dec 12, 2013 5:53 am
Forum: other
Topic: Crude Dev Docs on earlier 9x systems
Replies: 0
Views: 4401

Crude Dev Docs on earlier 9x systems

Hello, I just thought of sharing a blog which has some details on the early 9x development. http://www.kanijaya.blogspot.com/ Someone might find it useful if he/she struggles to get an overall idea on how 9x worked few years back. I am quite sure now the system is much more complex and sophisticated...
by KanishkaRC
Fri Feb 08, 2013 2:54 pm
Forum: Hardware Mods
Topic: Switches on the sticks
Replies: 6
Views: 5057

Re: Switches on the sticks

Right, there is a little visible hole on the sticks. I will ask him for the micro switches parts number, but they are modified - in a <fr>tour</fr> (I don't know its english name). Thanks much. Yeah.. you were referring to lathe machine. (french 'tour' - > turning machine / lathe machine) He has do...
by KanishkaRC
Fri Feb 08, 2013 3:07 am
Forum: The Pickled Gnu (The Pub)
Topic: My new flying buddy!
Replies: 30
Views: 16048

Re: My new flying buddy!

Congratulations to you and your whole family Rob..
Hope you are having a great time with your new bundle of joy..

best wishes.
by KanishkaRC
Fri Feb 08, 2013 2:58 am
Forum: Hardware Mods
Topic: Switches on the sticks
Replies: 6
Views: 5057

Re: Switches on the sticks

WOW.. WOW .. WOW.. Its fantastic. was it possible to drill the joystick spindle as its so small and do you mind sharing more info on this mod pls ? What are the part numbers for switches etc ? Sometimes back I tried to so a similar mod but couldn't find small enough switches. Thank you very much for...
by KanishkaRC
Tue Jan 22, 2013 6:04 pm
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

Thanks all,
Glad we could do this to make it useful for everybody. :P
by KanishkaRC
Tue Jan 22, 2013 4:43 am
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

Yes, I think its possible to do. only thing is its gonna change the Keys enumeration so need to keep an eye on other associated functions with them. Bertrand would be in a better position to answer it with more insight I guess. May be at first we can make sure this works and hopefully we can finish ...
by KanishkaRC
Tue Jan 22, 2013 12:17 am
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

Hi I updated the patches in the http://code.google.com/p/open9x/issues/detail?id=166 I checked with all translations and its working fine. New make file is also attached and option to select the pot is given 3POS= POT1, POT2, POT3 Now 3 position switches are named as 3PO1 and 3PO2. hope its ok. Thanks
by KanishkaRC
Mon Jan 21, 2013 10:26 pm
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

Or... Does the companion compile option set the pot to use? Think I just got what you meant! Sent from my Nexus 7 using Tapatalk 2 yeah.. thats what i mean. at the compilation time we can choose which pot. sorry for my bad English as I am not a native speaker.. :oops: PS: For the string, "3P&q...
by KanishkaRC
Mon Jan 21, 2013 9:58 pm
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

Actually... Which pot needs to be swapped out? Top left? Top right? Front left? Sent from my GT-I9300 using Tapatalk 2 hi rob.. actually you can replace any pot you like and change the string accordingly.. ex: if you change pot 1 #define TR_POTS_VSRCRAW "3P\0 ""P2\0 ""P3\0 ...
by KanishkaRC
Mon Jan 21, 2013 9:05 pm
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

Hi rob.. Actually nothing is modified other than the P3 string just to make the change clear.. line 214 en.h in translations. #define TR_POTS_VSRCRAW "P1\0 ""P2\0 ""3P\0 " the idea is, as the calibratedStick array holds the pot values it should be working without any mo...
by KanishkaRC
Mon Jan 21, 2013 8:04 pm
Forum: Hardware Mods
Topic: Extra 3 position switch
Replies: 74
Views: 59390

Re: Extra 3 position switch

hi, I had a quick look at the code and I guess open9x should work without having any modification with this configuration, only thing needed is simple display option as I understand. but first off let me admit I am not a pro.. as in code, int16_t getValue(uint8_t i) { /*srcRaw is shifted +1!*/ if(i<...
by KanishkaRC
Sat Jan 19, 2013 3:48 pm
Forum: openTx
Topic: Menu additions/ generic menu page
Replies: 2
Views: 2501

Re: Menu additions/ generic menu page

hi,, Actually as each and every menu has its own function separate from others, adding a new menu is not relatively a that difficult task once you understand the code. refer to a small menu function code first and you will understand the basics. Open9x might be somewhat difficult to understand at th...
by KanishkaRC
Sat Jan 19, 2013 3:31 pm
Forum: openTx
Topic: Converting pot to 3 pos switch
Replies: 3
Views: 3317

Re: Converting pot to 3 pos switch

In the ER9X section of the forum there is a thread describing how to mod the 9X hardware to convert one of the pots to a second 3 position switch. There is comment there about possibly including firmware support for this in O9x. Is it planned to do this (or has it been done?) Hi, can you please pro...
by KanishkaRC
Fri Jan 18, 2013 3:01 am
Forum: other
Topic: rCos Project
Replies: 3
Views: 6807

Re: rCos Project

AFAIK with the current settings it can be used to fly something http://www.rclineforum.de/forum/board49-zubeh-r-elektronik-usw/board72-elektronik-spezial-eigene-scha/eigenbau-anlage/314009-offenes-2-4ghz-bertragungssyst/ And as a side note if you are interested : RCOS hardware for FM6014 http://www....
by KanishkaRC
Thu Jan 17, 2013 6:03 pm
Forum: other
Topic: rCos Project
Replies: 3
Views: 6807

rCos Project

Hi , I found this wonderful project while searching the internet sometimes back and thought of posting it here as it carries a great set of libraries and other stuff for the RC use. Description from the site: rCos (RemoteControl-OperatingSystem) is a software- and toolset for building modern compute...
by KanishkaRC
Thu Jan 17, 2013 4:22 pm
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

My bad.. found the problem.. for the sake of convenience I initialized the menustack with Model Setup in simpgmspace.cpp. when the pointer is decremented segmantation fault happens..
totally my bad.. :oops:
but anyway its good that I learned assertions with this.. :D
by KanishkaRC
Thu Jan 17, 2013 1:42 pm
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

Ok I understand what you want to do, but is it really a good idea to mix the DEBUG and the STATS screen? I would be happy to use the space for more stats! Bertrand. Hi Bertrand, Thanks for the interest. I actually hadn't had a much thought about it. I was really interested in this EFLY (ACT) adapta...
by KanishkaRC
Thu Jan 17, 2013 1:02 am
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

Hi,

I think I misread your previous post.
pls find the svn diff of the statview file.
sorry for the inconvenience caused.
statview-patch.zip
(1.39 KiB) Downloaded 312 times
by KanishkaRC
Tue Jan 15, 2013 1:16 pm
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

Would you attach an svn diff <file> (with an updated SVN structure)? It will be easier to follow! Thanks in advance, Hi Bertrand, Please find the svn diff file from the trunk, attached herewith. ( I think there are many changes as my local copy is few days old) svn-diff.zip I did modifications only...
by KanishkaRC
Mon Jan 14, 2013 9:24 pm
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

Hi Bertrand,

I created a patch for stat-view menu in open9x under ACT option. The view is almost like the previous stat screen that I have attached but the only difference is now its compiled with open9x for ACT.
ACT_Stat_patch.zip
(996 Bytes) Downloaded 323 times
hope it is of interest.
by KanishkaRC
Fri Jan 11, 2013 3:15 am
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

Hi, I was toying with the idea of changing little things in firmware with Companion9x and have to admit that I fall in love with both Comp9x and open9x. Thanks for the great work (This is my first time using them both) Tried to get Stat1 and Stat2 screens together for the new transmitter as we have ...
by KanishkaRC
Tue Jan 08, 2013 2:34 am
Forum: other
Topic: Thank you for your great work...
Replies: 0
Views: 3076

Thank you for your great work...

Hi guys.. Today, out of blue. I just wanted to see the number of code lines in the popular 9x based projects. I was so amazed to see how big has the development being happen over time, little by little, with contributions from many number of great people. here are the code base sizes in lines of cod...
by KanishkaRC
Mon Jan 07, 2013 7:32 pm
Forum: openTx
Topic: s9-th open 9x adaption?
Replies: 47
Views: 21888

Re: s9-th open 9x adaption?

I think this is the same Tx from Art-Tech ( EFLY-9D 2.4GHz RADIO SYSTEM ) http://www.art-tech.cn/english/ArticleShow.asp?ArticleID=269 Not so sure but may be KST, Kingmax 8 ch Tx is a clone of this too http://www.rcmodelpart.com/kstkingmax-24g-8ch-digital-radio-control-system-tx-2receivers_p200.html
by KanishkaRC
Mon Jan 07, 2013 2:32 pm
Forum: openTx
Topic: openX9D
Replies: 240
Views: 102349

Re: openX9D

Thank you guys very much for the input.
got it done.
by KanishkaRC
Mon Jan 07, 2013 4:01 am
Forum: openTx
Topic: openX9D
Replies: 240
Views: 102349

Re: openX9D

Hi, Can anybody please guide me how to run x9D in the companion9x Simmulator. Is it necessary to compile x9D separately with SIMU option and apply the object file to companion9x somehow later or whats the correct way of doing it? Mike for the moment we only work on the different views and the naviga...
by KanishkaRC
Sun Jan 06, 2013 5:07 pm
Forum: General Information & Rules
Topic: Access issue : You are not authorised to read this forum
Replies: 5
Views: 7401

Re: Access issue : You are not authorised to read this forum

Thanks for the feedback.. seems it has some problem.
by KanishkaRC
Sun Jan 06, 2013 4:06 pm
Forum: General Information & Rules
Topic: Access issue : You are not authorised to read this forum
Replies: 5
Views: 7401

Access issue : You are not authorised to read this forum

hi, I tried to access this thread today . http://openrcforums.com/forum/viewtopic.php?f=48&t=2349 But it says "You are not authorized to read this forum." I am logged in at the time I tried to access it and yesterday or day before yesterday I actually accessed that thread. I dont know ...
by KanishkaRC
Sat Jan 05, 2013 7:27 pm
Forum: er9x
Topic: ER9X User Guide
Replies: 124
Views: 151354

Re: ER9X User Guide

Hi Guys, I updated the Er9x Manual with LCD screenshots so that the manual looks more professional. I am not sure whether this been done before but I hope you will find this update useful and interesting. Please find the ODT and PDF versions of the files in the attachment along with the set of scree...
by KanishkaRC
Wed Jan 02, 2013 2:39 pm
Forum: Turnigy 9XR radio
Topic: Turnigy 9XR General
Replies: 471
Views: 248619

Re: Turnigy 9XR General

WOW.. As per developer section in http://turnigy9xr.com/ " OUR TEAM CONSISTS OF ELECTROMECHANICAL ENGINEERS, SOFTWARE ENGINEERS, INDUSTRIAL DESIGNERS AND R/C PROFESSIONALS." :lol: http://img526.imageshack.us/img526/6955/screenshotbuy.png I think the first guy is the Electromechanical Engin...

Go to advanced search