B3OHACK3R

Forum Replies Created

Viewing 4 posts - 141 through 144 (of 144 total)
  • Author
    Posts
  • in reply to: Universal Link Adapter #24810
    B3OHACK3R
    BRONZE Member
      • Topics Started 4
      • Total Posts 148

      Hi Steve,

      Interesting. I tried finding it (the female socket, not the plug) but was unable to do so. Anyway, the RJ45 connector saves a lot of real estate on the PCB. So not a bad choice I guess. In the end there are also those official RJ45 <-> ML adapter cables available. Probably got carried away to quickly because I enjoyed making that small plug adapter. 😉
      Thanks for the hint, will update the post accordingly.

      No, they did not finance it at all! They liked the project idea and lend out some recent network speakers plus a Halo and helped a bit with testing. That’s all. Probably I also should indicate that a bit better there.

      It is not completely out of question that this project is ever being commercialised. I never though about that the first place. Just wanted to build that thing for at least 10 years out of a personal desire. As an extra it’s a nice project to show on the website which is missing such work examples.

      in reply to: Universal Link Adapter #24806
      B3OHACK3R
      BRONZE Member
        • Topics Started 4
        • Total Posts 148

        I still have access to new Masterlink connectors

        Ah, okay. Interesting. Maybe new-old-stock from somewhere? At least I could not find anything off-the-shelf available from the usual sources. Is it an official Molex part?

        The problem is not making them. It’s more things like cost of compliance stuff if sold world-wide, customer support and probably marketing as well. It just does not fit our regular business.

        Wanted to share it here anyway. So consider it something like a personal hobby project.
        I saw popping up questions on how ML and DL works in this and also in the two older forums. So happy to answer technical questions if there are any.

        in reply to: BL3500 and the MCL/PL connector #24744
        B3OHACK3R
        BRONZE Member
          • Topics Started 4
          • Total Posts 148

          Yes, saw that before and also the second one you linked in the other thread.

          Both are a bit improvised and at least on a RP2040 MCU it didn’t work straight out of the box.

          If you want to dig into it using an MCU I can recommend starting here. It supports IR and datalink so should be usable for PL data as well I guess.

          https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/ir_BangOlufsen.hpp#L4

          In the end you don’t have to understand or reverse engineer the data protocol at all. Just record and replay what comes out of the W1 PL data pin. So any software that can record and send raw IR data will work. For the sending part just make sure to switch of any carrier frequency.

          in reply to: BL3500 and the MCL/PL connector #24720
          B3OHACK3R
          BRONZE Member
            • Topics Started 4
            • Total Posts 148

            After testing with the BL W1 I am now at the point where I have no further open ideas to test for the topic of this thread. Therefor any suggestions for further testing is very welcome..

            Hi!

            now where you have found out that both the trigger signal and some communication on the data pin is necessary just a hint from my side.

            The next obvious step would be analyzing the data stream W1 sends on the PL Socket.
            You can use a logic analyzer for it or a dev board like Arduino, Raspberry Pi, etc. Just watch our re the voltage level.
            Since PL, DL, MCL and IR more or less all share the same data protocol my idea is treating it like an electrical IR signal (without the carrier). Use an IR library for recording the raw data stream that turns on the BL3500. Then just play it back again and the BL3500 should turn on. Make sure to turn off the carrier frequency when sending. If it does not work straight away use an oscilloscope for debugging.

            No guaranty – to be done on your own risk 😉

          Viewing 4 posts - 141 through 144 (of 144 total)