Search found 9 matches

by Urbasik
Mon Jan 28, 2013 4:27 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160962

Re: Direct Frsky telemtry data from MW FC

Tried it yesterday with a simple lvl converter/inverter and it works fine so far.
Soft Serial would be nice for for 2.2.
by Urbasik
Sat Jan 12, 2013 3:29 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

PilotLamp pointers?

Hi, followed the routes and measured

First pin i knew they were working

A8-89
D2-6
D3-7
D5-5
D6-14

Now the pins which are not working

D8-17
D9-18
D44-40
D45-39
D46-38

Could it be that the routing onnthe board is wrong ?

Thx for your help.

Frank
by Urbasik
Wed Jan 09, 2013 10:44 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

Re: PilotLamp pointers?

I´ll try that an report, Wouldn´t wonder if there is something wrong.
Is there a pinout somewhere ?
Guess I´ll find something
by Urbasik
Wed Jan 09, 2013 10:18 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

Re: PilotLamp pointers?

For sme reason it does not work,
the Pilot lamp works on another boerd but not on my Megaboard.
Tried A15,D46,D44 ans so on
Evn changing direkt in Dev.h does not work.
Does anybody have it working with the HK Mega Board, the read one ?

Thanks Anyway
Frank
by Urbasik
Wed Jan 09, 2013 2:56 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

Re: PilotLamp pointers?

#define OVERRIDE_BUZZERPIN_PINMODE pinMode (D46, OUTPUT); // use D46 instead of d8 / URF #define OVERRIDE_BUZZERPIN_ON PORTC |= 1<<2 //PORTB |= 1; #define OVERRIDE_BUZZERPIN_OFF PORTC &= ~(1<<2); //PORTB &= ~1; So this will be the right code then i guess Will this also work for the Powerpin ...
by Urbasik
Wed Jan 09, 2013 10:01 am
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

Re: PilotLamp pointers?

Thx a lot, the code i posted was copied from DEV r1240´s Config.h exactly tih section: So I guess I was goin the right direction. /**************************************************************************************/ /******** override default pin assignments ********************/ /***************...
by Urbasik
Wed Jan 09, 2013 9:08 am
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

Re: PilotLamp pointers?

One more Question, Would this be the right code then ? #define BUZZERPIN_PINMODE pinMode (D46, OUTPUT); // use D46 instead of d8 / URF #define BUZZERPIN_ON PORTC |= 1<<2 //PORTB |= 1; #define BUZZERPIN_OFF PORTC &= ~(1<<2); //PORTB &= ~1; thx Frank
by Urbasik
Wed Jan 09, 2013 7:31 am
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

PilotLamp pointers?

Sorry, i was misunderstood, I did not not want you to change the default files ;)

To be more precise will i face any trouble then with interupts or will i be free in the choice which Output pin i use ?
An will a change in config h be enough to asign the pin ?
I'm new to this

Thx Frank
by Urbasik
Tue Jan 08, 2013 7:46 pm
Forum: Shields, boards and sensors
Topic: PilotLamp pointers?
Replies: 28
Views: 8507

PilotLamp pointers?

Is there any chance to move the pilotLamp to pin46 on megaboard i don't need the camtrigger but my board Pilot Lamp is not working on TX1 or D8
Im using a HK mega board at the moment testet with an Cirrus SE on D8 the Pilotlamp worked fine.

Thx Frank