Login  Register

Re: HU & Steering Wheel buttons issue

Posted by Karlis on Jun 19, 2016; 4:28pm
URL: http://bluesaab-forum.90.s1.nabble.com/HU-Steering-Wheel-buttons-issue-tp343p470.html

I don't think I have committed them yet. The quickest fix for boards < v3.3 is to comment out two lines in 'initialize()' function in RN52impl.cpp file.

This is how it should look like in order to work:

void RN52impl::initialize() {
    softSerial.begin(9600);
    pinMode(BT_EVENT_INDICATOR_PIN,INPUT);
    pinMode(BT_CMD_PIN, OUTPUT);
    pinMode(BT_FACT_RST_PIN,INPUT);
    //pinMode(BT_PWREN_PIN,OUTPUT);
    digitalWrite(BT_EVENT_INDICATOR_PIN,HIGH);
    digitalWrite(BT_CMD_PIN,HIGH);
    //digitalWrite(BT_PWREN_PIN,HIGH);          
}
2001 9-5 SE V6; 2006 9-5 Wagon; iOS; BlueSaab version = "latest and greatest" :)