BlueWave Studio forum
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Help
  • View Today's Post
  • More
    • BlueWave Studio
    • Shop
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Help View Today's Post
    More
    • BlueWave Studio
    • Shop
    BlueWave Studio forum OpenAuto Pro Documentation, User Manuals System configuration (openauto_system.ini)

    Thread Closed 
    System configuration (openauto_system.ini)
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #11
    09-21-2020, 12:51 PM (This post was last modified: 01-29-2022, 10:06 PM by BlueWave.)
    [Bluetooth]
    ; Type of the Bluetooth adapter exposed to the Android Auto for Hands-Free calling purposes.
    ; 0 - None
    ; Voice calls will be handled by phone using embedded microphone and loudspeaker
    ;
    ; 1 - Local
    ; OpenAuto Pro will request to use Bluetooth adapter connected to the Raspberry PI device. Phone must be paired first with the Raspberry PI and also connected Bluetooth adapter must support HFP functionality (embedded Broadcom Bluetooth adapter does not support it).
    ;
    ; 2 - Remote
    ; OpenAuto Pro will request to use external Bluetooth adapter that address is provided by the user. Phone must be paired first with the external adapter. Use this option if you connected your phone with e. g. Car’s Bluetooth audio receiver.
    ;
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    AdapterType=0
    
    ; MAC address of the Remote Bluetooth device (e.g. in-car Bluetooth receiver) that will be send to the Android Auto. Phone must be paired with that device.
    ; Example: 00:11:22:33:44:55
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    RemoteAdapterAddress=
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #12
    09-21-2020, 12:55 PM (This post was last modified: 05-18-2021, 03:24 PM by BlueWave.)
    [Obd]
    ; List of the AT commands that will be sent to the ELM327 adapter after connection establishment. AT commands can be used to select OBD-II protocol variant, reset the ELM327 adapter or adjust various parameters, e.g. internal timers of the adapter. More info can be found at https://www.elmelectronics.com/wp-content/uploads/2016/07/ELM327DS.pdf
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdAdapterStartupSequence=ATZ;ATE0;ATS0;ATL0;ATH0;ATSP0
    
    ; Path to the ELM327 device descriptor (e.g. /dev/ttyUSB0). Relevant only for adapters connected via USB.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdAdapterDescriptor=
    
    ; Baudrate of the ELM327 serial interface. This is the baudrate used to communicate between ELM327 adapter and Raspberry PI. It has nothing to do with baudrate of the OBD port. Relevant only for adapters connected via USB. More information about supported baudrate can be found in user manual of used ELM327 adapter.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdAdapterBaudrate=115200
    
    ; Delay in ms between each request of a PID value. Lowering the period will increase refreshment rate of PID values. Increasing the period may improve stability of the connection (in case of any problems).
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdProbePeriod=5
    
    ; Type of the ELM327 adapter.
    ; (0 - None, 1 - USB, 2 - Bluetooth).
    ; Setting this value to 0 (None) disables OBD-II feature.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdDeviceType=0
    
    ; MAC address of the ELM327 Bluetooth adapter.
    ; Example: 00:11:22:33:44:55.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdAdapterRfCommAddress=
    
    ; Id of the RfComm channel exposed by the ELM327 Bluetooth firmware. Relevant only for adapters connected via Bluetooth. More details about RfComm channel ID can be found in user manual of used adapter.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdAdapterRfCommChannel=1
    
    ; Number of allowed NO DATA responses received from ELM327 adapter after querying PID values. Exciding the limit will result in reset of the connection to the adapter.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ObdMaxNoDataResponseCount=20
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #13
    09-21-2020, 01:06 PM (This post was last modified: 11-24-2020, 09:18 PM by BlueWave.)
    [Wireless]
    ; Enable/disable functionality of wireless Android Auto.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    Enabled=false
    
    ; Name of the Hotspot served by the Raspberry PI.
    ; If Hotspot is disabled this value stores name of the external Wireless network that will be used for Android Auto connection.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    Ssid=OpenAutoPro
    
    ; MAC address of the access point that will be used for wireless Android Auto connection.
    ; Set it only when Hotspot is disabled and you want to use external Wireless network for Android Auto connection.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    Bssid=
    
    ; Password of the Hotspot wireless network.
    ; If Hotspot is disabled this value stores password to the external Wireless network that will be used for Android Auto connection.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    Key=1234567890
    
    ; Port to listening for incoming wireless Android Auto connections.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    Port=5000
    
    ; Band of the Hotspot
    ; (0 - 2.4GHz, 1 - 5Ghz)
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    HotspotBand=0
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #14
    09-21-2020, 01:08 PM (This post was last modified: 11-23-2020, 08:16 AM by BlueWave.)
    [Media]
    ; Default path to the folder with media files. This value will be used in embdded file browser.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    DefaultStoragePath=/media
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #15
    09-29-2020, 08:39 AM (This post was last modified: 12-18-2020, 09:45 PM by BlueWave.)
    [RearCamera]
    ; Path to the camera device descriptor (in case of V4L2 backend)
    ; This parameter cannot be changed in settings menu of OpenAuto Pro application.
    DeviceDescriptor=v4l2:///dev/video0
    
    ; GPIO Pin to trigger rear camera view (LOW - hide camera view, HIGH - show camera view)
    ; This parameter can be changed in settings menu of OpenAuto Pro application.
    GpioPin=0
    
    ; Show/Hide guideline on camera view
    ; This parameter can be changed in settings menu of OpenAuto Pro application.
    ShowGuideLine=false
    
    ; Orientation of the camera view (in case of Finder backend)
    ; This parameter can be changed in settings menu of OpenAuto Pro application.
    Orientation=0
    
    ; Command or path to the script that will be executed when rear camera view is triggered (via GPIO pin or Menu)
    ; This parameter cannot be changed in settings menu of OpenAuto Pro application.
    ScriptPath=
    
    ; Type of the rear view camera backend.
    ; 0 - Finder, 1 - V4L2, 2 - Script
    ; This parameter can be changed in settings menu of OpenAuto Pro application.
    BackendType=0
    
    ; Width of the camera video stream (in case of Finder backend)
    ; This parameter can be changed in settings menu of OpenAuto Pro application.
    ResolutionWidth=1280
    
    ; Height of the camera video stream (in case of Finder backend)
    ; This parameter can be changed in settings menu of OpenAuto Pro application.
    ResolutionHeight=720
    
    ; Index of the connected device that will be used as rear camera.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ViewFinderIndex=0
    
    ; Enable/disable volume level change when rear camera is active (GPIO is in High state)
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    VolumeLevelEnabled=false
    
    ; Percent of absolute volume level that will be set when rear camera is active (GPIO is in High state)
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    VolumeLevel=70
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #16
    11-21-2020, 02:51 PM (This post was last modified: 04-19-2021, 12:22 PM by BlueWave.)
    [Gestures]
    ; Path to the PAJ7620U2 sensor descriptor (e.g. /dev/i2c-1).
    ; This parameter cannot be changed in settings menu of OpenAuto Pro application.
    SensorDescriptor=
    
    ; Enable/disable gestures detection
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    Enabled=false
    
    ; Time in seconds after which PAJ7620U2 will go to sleep mode. Detection of any gesture will wake it up. 0 means that sensor is active all the time.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    InactivityTimeout=0
    
    ; Mounting orientation (degrees) of the PAJ7620U2 sensor. Possible values are 0, 90, 180, 270
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    SensorOrientation=0
    
    ; Enable/disable dispatching of next track gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    NextTrackGestureEnabled=true
    
    ; Enable/disable dispatching of previous track gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    PreviousTrackGestureEnabled=true
    
    ; Enable/disable dispatching of answer call gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    AnswerCallGestureEnabled=true
    
    ; Enable/disable dispatching of hang up call gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    HangUpCallGestureEnabled=true
    
    ; Enable/disable dispatching of volume up gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    VolumeUpGestureEnabled=true
    
    ; Enable/disable dispatching of volume down gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    VolumeDownGestureEnabled=true
    
    ; Enable/disable dispatching of toggle play gesture.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    TogglePlayGestureEnabled=true
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #17
    04-19-2021, 12:31 PM (This post was last modified: 04-19-2022, 09:42 AM by BlueWave.)
    [Autobox]
    ; Show/Hide visibility of the TopBar during Autobox projection. Disable TopBar visibility to make Autobox projection fullscreen.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    ShowTopBarInAutobox=true
    
    ; Screen density. Lower the value to make controls on Autobox projection bigger. Increase the value to make them smaller.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    ScreenDPI=160
    
    ; Name of the Autobox device.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    Name=Autobox-OAP
    
    ; Enable/disable automatic triggering of the wireless Apple CarPlay projection.
    ; This parameter can be adjusted in settings menu of OpenAuto Pro application.
    AutomaticWirelessConnection=false
    
    ; VendorId of the USB device that will be recognized as Autobox dongle.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    VendorId=4884
    
    ; ProductId of the USB device that will be recognized as Autobox dongle.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    ProductId=5408
    
    ; Label of the button on CarPlay interface that is used for returning to OpenAuto Pro interface.
    ; Icon can be changed by replacing /home/pi/.openauto/autobox/logo.png file.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    oemName=
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #18
    01-30-2022, 06:50 PM
    [Api]
    ; TCP/IP listen port for the API endpoint.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    EndpointListenPort=44405
    
    ; Maximum number of API clients simultaneously connected to the OpenAuto Pro application.
    ; When this limit is exceeded, new connections are rejected.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    MaxClients=3
    
    BlueWave
    Offline

    Administrator

    Posts: 2,783
    Threads: 64
    Joined: Jun 2019
    Reputation: 70
    #19
    03-21-2022, 05:58 PM
    [FM]
    ; Type of the bandwith to determine frequencies range.
    ; 0 -  EU; 1 - JP; 2 - US; 3 - ITU Region 1; 4 - ITU Region 2
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    BandwithType=0
    
    ; Value of noise gate to suppress audio of the weak signal.
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    SquelchLevel=280
    
    ; Limit of the noise gate
    ; This parameter cannot be adjusted in settings menu of OpenAuto Pro application.
    SquelchLimit=10
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)

    Pages ({1}): « Previous 1 2



    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Help · BlueWave Studio · Shop

    Copyright © bluewavestudio.io. All rights reserved.

    Linear Mode
    Threaded Mode