Announcement

Collapse
No announcement yet.

BlueBus: A fully integrated A2DP Bluetooth solution

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • t3ddftw
    replied
    Originally posted by 0-60motorsports View Post
    Just did the online update using my Mac to the latest Beta version and worked flawlessly. Thank you t3ddftw

    The only thing is i cant see the Battery voltage option available for me to turn on. Any suggestions?
    To close the loop here, the issue was that no light features were enabled, so the I/O status request message wasn't being sent, and battery voltage is read off the LSZ/LCM. I fixed this and it will be released with the next beta, although I need to make sure it doesn't start causing IHKA crashes again.

    Originally posted by 405 View Post
    This is an awesome product. Definitely adding this to my newly acquired E46 M3.
    Thanks!

    -Ted

    Leave a comment:


  • 405
    replied
    This is an awesome product. Definitely adding this to my newly acquired E46 M3.

    Leave a comment:


  • 0-60motorsports
    replied
    Just did the online update using my Mac to the latest Beta version and worked flawlessly. Thank you t3ddftw

    The only thing is i cant see the Battery voltage option available for me to turn on. Any suggestions?

    Leave a comment:


  • t3ddftw
    replied
    Originally posted by Flow View Post
    I installed it the same way as you in the beginning but modified it to put it where the 6CD changer was.
    The issue with where you mounted it is for updates it is a major PITA as you have to remove the carpet.
    If you mount it where you have that tray, you just have to open the flap in the trunk, connect a USB cable, and update. Much more convenient.
    Originally posted by Rekpoint View Post

    I installed it the same way, but I plugged in a USB and fed it between the DVD and tray. Stashed the rest of the USB in the tray. For updates. Plugin, run the update then forget.
    I like the TCU tray installation method; I would recommend a right angled USB Micro-B cable, or just install it with the USB port facing the front of the car, while in that tray

    Originally posted by Saady View Post
    Did I read somewhere a CarPlay version will be released soon
    Originally posted by ///Marecki View Post
    Ted hinted something involving carplay on a social post. I don't think it's known exactly what it's supposed to be. However I think I speak for us all when I say we are all anxiously awaiting more info on that.

    (Thank you Ted for blessing us all with the gift that is bluebus).
    The hardware was done, but then Texas Instruments EOL'd the DIT4096, so I need to rework it. Some of the software is done as well. I am pushing to release a good stable BlueBus firmware with a ton of extra features and improvements before I move back to the CarPlay / Android Auto solution.

    -Ted

    Leave a comment:


  • ///Marecki
    replied
    Ted hinted something involving carplay on a social post. I don't think it's known exactly what it's supposed to be. However I think I speak for us all when I say we are all anxiously awaiting more info on that.

    (Thank you Ted for blessing us all with the gift that is bluebus).

    Leave a comment:


  • Saady
    replied
    Did I read somewhere a CarPlay version will be released soon

    Leave a comment:


  • Rekpoint
    replied
    Originally posted by Flow View Post
    I installed it the same way as you in the beginning but modified it to put it where the 6CD changer was.
    The issue with where you mounted it is for updates it is a major PITA as you have to remove the carpet.
    If you mount it where you have that tray, you just have to open the flap in the trunk, connect a USB cable, and update. Much more convenient.
    I installed it the same way, but I plugged in a USB and fed it between the DVD and tray. Stashed the rest of the USB in the tray. For updates. Plugin, run the update then forget.

    Leave a comment:


  • Flow
    replied
    I installed it the same way as you in the beginning but modified it to put it where the 6CD changer was.
    The issue with where you mounted it is for updates it is a major PITA as you have to remove the carpet.
    If you mount it where you have that tray, you just have to open the flap in the trunk, connect a USB cable, and update. Much more convenient.

    Leave a comment:


  • Cristov9000
    replied
    I just installed Bluebus in my '06 M3 Comp and its amazing (after having it for like a year and not installing it). Sound quality is great! Now I am eagerly awaiting the release of the CarPlay unit!!!! Reading this thread and watching the youtube videos of the install I was slightly confused about how to install it and what I could and couldn't leave unplugged so I thought I'd add some pics that will hopefully clear things up for people.

    First picture is of what I think is a relatively unmolested area behind the trunk carpeting right as I pealed it back. The silver box on top is the telematics module for BMW assist that no longer works for an e46 and its my understanding that its just dead weight at this point. I removed it and have not noticed any issues with it being gone. The telematics module (at least on my car) had 3 connectors: the 54-pin connector on the backside (red arrow) that we are reusing for Bluebus, the black antenna hookup in the foreground, and the white/purple antenna hook up. We aren't using either antenna hook-up going forward. Of note, the telematics module weighs about 2 lbs so you get that weight savings. Also the black antenna is what connects to the sharkfin antenna on the roof, so if you are so inclined you can now remove the sharkfin antenna and the now unused cable to it for additional weight savings (it just adheres to the roof). Also note the bundle of unused connectors (other red arrow) tucked in the back. That bundle included only the 2 CD changer wires that we need for Bluebus and at least in my case was just wrapped in some foam take and stuffed in that back cavity in the quarterpanel behind the amp.

    Second picture just shows the lay of the land with the telematics module removed and shows the 3 connectors we need relative to one another. It also shows that black unused antenna wire going to to the top of the rear quarter panel where it exits to then route behind the rear window trim to the sharkfin.

    Last picture shows the Bluebus installed with factory hardware in place of the telematics module. Its a perfect fit. A little cable management and some felt take around the 54pin connector adapter to prevent rattles and its good to go. I hope that makes install a little clearer for some people. I counldn't be happier... well until the CarPlay module is released!

    Leave a comment:


  • t3ddftw
    replied
    Originally posted by heinzboehmer View Post

    Messed around with it yesterday and saw the same. MacOS tool still works fine. I forget my bootloader version, but I have a very early unit, if that makes a difference.
    I just fixed this. It was due to a *sarcastic gasp*, wait for it, off by one bug in early bootloader versions which included an uninitialized byte as part of the XOR checksum. I added a catch for it and now it works:

    Code:
    [11:16:02 PM] Serial port connected
    [11:16:02 PM] State: REQUESTING_BOOTLOADER
    [11:16:02 PM] Attempting to enter bootloader mode...
    [11:16:03 PM] Received a corrupted response from the device
    [11:16:04 PM] State: AWAITING_PLATFORM
    [11:16:04 PM] Platform: BLUEBUS_BOOTLOADER_1_4
    [11:16:04 PM] Legacy bootloader detected, skipping CRC validation
    [11:16:04 PM] State: REQUESTING_INFO
    [11:16:04 PM] Firmware version: 1.4.5
    [11:16:04 PM] Serial number: 65535
    [11:16:04 PM] Built: 255/255
    [11:16:04 PM] State: READY
    [11:16:08 PM] Selected release: v1.4.32
    [11:16:22 PM] Firmware downloaded
    [11:16:22 PM] State: ERASING
    [11:16:22 PM] Erasing flash (733 rows to write)...
    [11:16:28 PM] Flash erased successfully
    [11:16:28 PM] State: WRITING
    [11:16:51 PM] State: STARTING_APP
    [11:16:51 PM] Write complete, starting application...​
    Last edited by t3ddftw; 04-11-2026, 07:21 PM.

    Leave a comment:


  • heinzboehmer
    replied
    Originally posted by t3ddftw View Post

    I’ve had some folks with bootloader 1.3 and 1.4 report this. I’ll be looking at it early next week

    -Ted
    Messed around with it yesterday and saw the same. MacOS tool still works fine. I forget my bootloader version, but I have a very early unit, if that makes a difference.

    Leave a comment:


  • t3ddftw
    replied
    Originally posted by Zekarus View Post
    i just can't update with the online tool

    Code:
    [14:36:27] Loaded 7 releases
    [14:36:31] Could not connect to the device. Make sure it is plugged in and try again.
    [14:36:57] Serial port connected
    [14:36:57] State: REQUESTING_BOOTLOADER
    [14:36:57] Attempting to enter bootloader mode...
    [14:36:58] Received a corrupted response from the device
    [14:36:58] Received a corrupted response from the device
    [14:37:00] State: AWAITING_PLATFORM
    [14:37:00] Platform: BLUEBUS_BOOTLOADER_1_3
    [14:37:00] State: REQUESTING_INFO
    [14:37:00] Firmware version: 1.3.4
    [14:37:00] Received a corrupted response from the device​
    I’ve had some folks with bootloader 1.3 and 1.4 report this. I’ll be looking at it early next week

    -Ted

    Leave a comment:


  • Zekarus
    replied
    i just can't update with the online tool

    Code:
    [14:36:27] Loaded 7 releases
    [14:36:31] Could not connect to the device. Make sure it is plugged in and try again.
    [14:36:57] Serial port connected
    [14:36:57] State: REQUESTING_BOOTLOADER
    [14:36:57] Attempting to enter bootloader mode...
    [14:36:58] Received a corrupted response from the device
    [14:36:58] Received a corrupted response from the device
    [14:37:00] State: AWAITING_PLATFORM
    [14:37:00] Platform: BLUEBUS_BOOTLOADER_1_3
    [14:37:00] State: REQUESTING_INFO
    [14:37:00] Firmware version: 1.3.4
    [14:37:00] Received a corrupted response from the device​

    Leave a comment:


  • Flow
    replied
    Originally posted by t3ddftw View Post
    FYI, I rolled out the online releases portion of the new firmware tool, so you can keep up with and easily load the newest version right from the website.

    https://www.bluebus.dev/firmware
    I used your online tool to update mine, and it was a breeze, thank you very much for that new solution !

    Leave a comment:


  • heinzboehmer
    replied
    Originally posted by t3ddftw View Post
    FYI, I rolled out the online releases portion of the new firmware tool, so you can keep up with and easily load the newest version right from the website.

    https://www.bluebus.dev/firmware
    Woah, cool!

    Can't wait to be flashing my BlueBus on the side of the road with my phone cause I wrote some dumb bug into the FW

    Leave a comment:

Working...
X