Pin 13 HIGH/LOW

Hardware questions and issues with the FV-1

Moderator: frank

Post Reply
leetut
Posts: 20
Joined: Sat Oct 27, 2018 2:33 pm

Pin 13 HIGH/LOW

Post by leetut »

Is it possible to use a micro controller to set pin 13 high or low
To access the internal programs?
I’ve tried and it always uses the eeprom
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Re: Pin 13 HIGH/LOW

Post by frank »

Yes so if isn't working there is a problem with your design, you may need a pull-up.
Frank Thomson
Experimental Noize
leetut
Posts: 20
Joined: Sat Oct 27, 2018 2:33 pm

Re: Pin 13 HIGH/LOW

Post by leetut »

I didn’t think I needed a pullup resistor because I’m sending either a definitive high or low to pin13
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Re: Pin 13 HIGH/LOW

Post by frank »

Depends on how you have the port pin configured on the micro, are you sure it is actually driving high?
Frank Thomson
Experimental Noize
leetut
Posts: 20
Joined: Sat Oct 27, 2018 2:33 pm

Re: Pin 13 HIGH/LOW

Post by leetut »

pinMode(PB4, OUTPUT); //fv1 pin13
digitalWrite(PB4, LOW); //high ext, low int

after checking with a multimeter pin PB4 is still high
must be something wrong with the pin, it wouldn't be the first time
at least I know it is possible to do, thank you
Post Reply