Forum >Replies by Gatorjon
userhead Gatorjon
Replies (20)
  • You Reply: [quote="stanleyhuang"]
    The obdlogger sketch works for Nano. Simply comment out USE_GPS and the compiled binary can fit for Nano's program space.

    [quote="Gatorjon"]
    Stanley, still hoping that you can provide the Nano Sketch.
    [/quote]
    [/quote]
    With the SS1306 LCD selected it is too big.  The others will compile small enough for the Nano.
  • You Reply: [quote="Gatorjon"]
    Stanley-The code is still too big for a Nano when the SSD1306 is selected.  Any chance you could provide your code from the Nano that you were using?  Thanks!
    [/quote]

    Stanley, still hoping that you can provide the Nano Sketch.
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: Thanks Stanley and Mighty.  I was using MicroChip's MPIDE and ran in to compatibility issues.  I switched to the Arduino and it compiled fine. The problem I am having now is that the code is to big for a Nano.  Do you have a version of OBDlogger without the GPS code?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?
  • You Reply: When I build the OBD Logger, I get numerous errors:
    |

    obdlogger.ino|176|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|176|error: in argument to unary !|
    obdlogger.ino|185|error: 'readSensor' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::LogData(byte)':|
    obdlogger.ino|501|error: 'sendQuery' was not declared in this scope|
    obdlogger.ino|505|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino|518|error: 'getResponse' was not declared in this scope|
    obdlogger.ino|528|error: 'normalizeData' was not declared in this scope|
    obdlogger.ino|561|error: 'dataIdleLoop' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::ShowECUCap()':|
    obdlogger.ino|588|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino|593|error: 'isValidPID' was not declared in this scope|
    obdlogger.ino||In member function 'void CLogger::Reconnect()':|
    obdlogger.ino|605|error: could not convert 'init()' to 'bool'|
    obdlogger.ino|605|error: in argument to unary !|
    obdlogger.ino||In function 'void setup()':|
    obdlogger.ino|739|error: 'class CLogger' has no member named 'begin'|
    ||=== Build finished: 13 errors, 51 warnings (0 minutes, 12 seconds) ===|

    Am I doing something wrong?