Progress
A rough timeline of the development that is occuring. The "HASH <0000000>" is a rough timestamp, linked to that specific commit on GitHub. The title of the commit might not match up with the descriptions below as documentation and development occur asynchronously.
  • October 5, 2024
    Powertrain Hardware and Software Verification
    HASH < 7dd1f4d1e0136dbfb9b8b690ecb96abea7383cab >

    Fixes need to be made on the second revision of the powertrain. Namely, a higher performance DC-DC converter and redesigning the ESP32-S3 setup. Using a Teensy 4.1 to accelerate development times, all three chips have been verified to function as expected. Further testing needs to be conducted with charger IC.

  • September 17, 2024
    Keyboard V1 Complete
    HASH < ae88a136d7643904b9689bf2e2431af29ef1ffbc >

    After ~0.5mm acetal delrin were installed underneath the keycaps and plates glued with cyanoacrylate adhesive (superglue), all the keycaps press and travel as expected. The delrin provides a softer and smoother bottom-out and just a tiny bit less travel. I can type on the keyboard normally, but the sizing and actuations require more typing to break-in.

  • September 17, 2024
    Power Board Design
    HASH < 0589034f6b55c34b07c0b95747eeb858fee3d180 >

    The power board is nearing completion. The batteries are arriving soon through Fedex (class 9 hazardous material) and the power board will be taped out later this week.

  • September 17, 2024
    V0.2 Evaluation
    HASH < e668e15a55f0dec9549ea40f140bceb5342f6468 >

    After much debugging (FB pin mishap, flipped TVS diode, etc.), the anyon_e supports the 4K OLED display and a USB-C display simultaneously, playing YouTube videos on both displays. Hardware bringup is required for additional peripherals.

  • September 16, 2024
    V0.3 Tapeout
    HASH < 1f0a15ddb97392ed5f131d0902316a7e9edddad4 >

    V0.3 with improved fixes has been taped out. A major issue is that the low-profile Hirose connectors are out of stock, so the board will be 1.5mm thicker if this board is final (unlikely).

  • September 2, 2024
    Functioning Display
    HASH < fdd6672159e983177fd62d12f2ffced35667086c >

    In the end, it seems like the culprit of the non-functional display was the hardware. Using the exact same devicetree compile and surrounding hardware setup, I was able to get the display running. In particular, the difficulties were most likely in the high-speed signaling losses across the SoM, the Hirose connectors, the HDMI connector, and the transition to the “anyon_e display evaluation” breakout board. The difference between V1 and V2 Short was the use of a male HDMI connector and the shortest signaling traces possible. This eliminated the need for a male-male HDMI conversion between the boards and shortened the FR4 trace lengths by around 2cm. That is -20% change from the pervious length. However, it looks like brightness control must be done over PWM, as (unfortunately predicted) adjusting the voltage does not result in a change in brightness. In my measurements (assuming default output is the stated 400 nits), the max current draw is around 0.5A at 12V, so a PWM brightness system should be implementable.

  • August 21, 2024
    Starting Over V0.2
    HASH < 8de2bc9e0074f80b906bef1af565acf0b877c5ee >

    After the display evaluation, I think I have a much better handle on high-speed signaling especially in relation to the CM3588. This new motherboard revision will be a near-final layout and close to the tape-out design.

    I am paying special attention the integrity, coupling, and EMC of the board, so I’ve made the bold move for a 6 layer stackup - (Signal, GND, Power, Power, GND, Signal). I might use the first power plane for low speed signaling since the power requirements aren’t that high.

  • August 19, 2024
    4K AMOLED Evaluation R1
    HASH < fdd6672159e983177fd62d12f2ffced35667086c >

    After battling Linux DeviceTree development for the past weekend, I’m happy to say I am fluent in DTS code (jokes).

    Currently forked from Joshua Reik’s modified ubuntu-linux kernel. After modifying the CM3588 DTS to support eDP1, link training is failing. Currently debugging.

  • August 8, 2024
    Keyboard V1 Functional
    HASH < ae88a136d7643904b9689bf2e2431af29ef1ffbc >

    After battling Linux DeviceTree development for the past weekend, I’m happy to say I am fluent in DTS code (jokes).

    Currently forked from Joshua Reik’s modified ubuntu-linux kernel. After modifying the CM3588 DTS to support eDP1, link training is failing. Currently debugging.

  • July 31, 2024
    Display Evaluation Board
    HASH < 1e2020f9cffc19e67713a248c328466f7556cfd8 >

    This is the first board being set out to production. I was thinking very hard last night and decided it was safer to evaluate eDP and DP before setting forward. This board includes all the high frequency RF knowledge I’ve learned this summer to provide as comprehensive of an evaluation as possible.

  • July 28, 2024
    Removed 2.5G Ethernet + Subtracting 38mm from the SSD
    HASH < 3718073a7b3cd8b09f7a54d581c9525380008b53 >

    I have put a lot of thought into the sizing and overall integration of the system. As I was designing today, I realized that unless I increase the overall lower chassis thickness to around 17mm, it is impossible to fit an Ethernet connector (height of the connector would be 11.8mm + 1.6mm from PCB = 13.4mm). My aim for the system is still a sleek, integrated, and low-profile design. Unfortunately, I understand why Apple only includes USB-C for connectivity now.

    Another tradeoff: With the feature set in mind, a 2280 SSD simply would not fit the vertical requirements. The exact reason is complicated: the keyboard limits the maximum height of the heatsink, meaning the heatpipes have to extend horizontally. The orientation of the CM3588 means that it is most optimal to route with tall components (SSD, wireless card, ribbon cables, etc.) all around it (rather than on one side). It is not that big of a loss, since it will still support 2242 and 2230 SSDs. The PCIe 3.0x4 is limited to 4GB/s, and the newest small-form-factor SSDs are much higher speed and will not be the performance bottleneck.

  • July 16, 2024
    Motherboard Layout
    HASH < 065d56bcbf0afe930ac8a8ca5442cbb30772766b >

    Starting the motherboard’s PCB layout! It will be a long journey and I will definitely end up revising the schematic many times over.

  • July 15, 2024
    Keyboard V1
    HASH < 2ca9aab1f80719315530f4c532aef9cafec064c8 >

    Trying to keep the entire keyboard assembly to be under 6mm at its highest point. This required designing a custom “BPS” (battery protection system) board and slots in the main PCB to save on the height of the BPS itself.

  • July 11, 2024
    Initialized Website
    HASH < 08e07658babe431ecbb0fc61d71fd3c2aaa16667 >

    Created the anyon e website under the byran.ee domain. I started with a Astro Sphere theme, which looks beautiful and saved me lots of time. The website is hosted within the full “laptop” repo. I will probably keep the “laptop” name for SEO (search engine optimization), since it won’t help anybody if it’s called “anyon_e”.

  • July 8, 2024
    Motherboard Schematic
    HASH < 7537e6f6f953aed19e3b554f8151d0d517349e46 >

    Using a combination of the CM3588 NAS SDK, Radxa 5B, and Cool-Pi laptop schematic and the RK3588 Design Guide (all sources in repo) for reference to create the motherboard schematic.

  • July 7, 2024
    CM3588 3D Model
    HASH < bdd2ba21b4a4451552f4995764e1e13cb89fd671 >

    Created two 3D models of the CM3588 (non plus) SoM (system on module): 1. Nearly fully accurate STL in Blender using the DXFs provided by FriendlyElec 2. A roughly accurate STEP file in Shapr3D using the DXFs provided by FriendlyElec

  • July 1, 2024
    Power System Schematic
    HASH < 9d0cacac59adbbebdd309e441b76d96aae04a213 >

    Still a work in progress. It will use the most advanced chips I can develop with and hopefully have a RP2040 EC (embedded controller) for system monitoring or as a general purpose embedded MCU.

  • June 12, 2024
    The Start - anyon e
    HASH < 2ca9aab1f80719315530f4c532aef9cafec064c8 >

    It was around 1AM. I wrote up the mission goal and went to sleep at 2AM. The start.