← Back to Blogs

My Journey with VSDSquadron Ultra: Learning Hardware Design Through Collaboration

Published on September 24, 2025 • 5 min read • Hardware Engineering

Working with Yatharth Agarwal on the VSDSquadron Ultra board powered by the Thejas32 chip turned out to be one of my most enlightening experiences in hardware design. This project taught me invaluable lessons about Wi-Fi module clearances, proper BOM creation, and the intricacies of collaborative engineering work.

The VSDSquadron Ultra Foundation

The VSDSquadron Ultra is India's indigenous RISC-V development board featuring the Thejas32 SoC powered by C-DAC's VEGA ET1031 processor. This 32-bit RISC-V processor operates at 100 MHz and includes impressive specifications: 256KB internal SRAM, multiple communication interfaces (3 UARTs, 4 SPIs, 3 I2Cs), and crucially for our project, integrated Wi-Fi and Bluetooth capabilities via an ESP32-C3 module.

The Wi-Fi Clearance Challenge

Our biggest technical hurdle came from the Wi-Fi module clearance requirements. What seemed like a simple component placement turned into a crash course in RF design principles. The ESP32-C3 Wi-Fi module demanded strict clearance zones that we initially underestimated.

We discovered that proper antenna placement requires at least 15mm clearance from any copper pours, traces, or components. This "keep-out zone" must extend through all PCB layers, not just the top layer where the antenna sits. Our initial layout violated these requirements, placing components too close to the Wi-Fi antenna and creating interference issues.

The problem manifested as poor signal strength and unreliable connectivity. We learned that even small violations of clearance requirements can shift the antenna's resonant frequency or dampen its efficiency significantly. The solution required redesigning our component placement, ensuring the Wi-Fi module was positioned at the board edge with adequate space around it.

Mastering BOM Creation

Creating a proper Bill of Materials (BOM) proved more complex than expected. Initially, our BOM was incomplete and inconsistent, causing confusion during procurement and assembly phases.

A comprehensive electronics BOM must include:

• Component names and descriptions
• Part numbers (manufacturer and supplier)
• Quantities required
• Reference designators mapping to PCB locations
• Package types and values
• Datasheet references
• Cost estimates

We learned that the BOM serves as the communication bridge between different departments – design, procurement, manufacturing, and assembly teams all rely on this document. Our improved BOM process included using templates from manufacturers, providing detailed component specifications, and maintaining version control as the design evolved.

The Power of Collaborative Engineering

Working with Yatharth taught me that collaborative hardware development requires more than just sharing files. Effective collaboration demands structured workflows, clear communication protocols, and proper tool integration.

Key collaboration principles we implemented:

• Regular check-ins to share progress and resolve questions
• Clear role definitions and responsibilities
• Shared project objectives and timelines
• Documentation standards for design decisions

We used cloud-based platforms for real-time design sharing, enabling simultaneous work on different aspects of the project without conflicts. This parallel development approach significantly accelerated our progress.

Technical Lessons Learned

Beyond the immediate challenges, this project reinforced several fundamental principles:

Antenna Design: Understanding that Wi-Fi performance depends heavily on proper PCB layout, not just the antenna component itself. Ground plane management and impedance matching are critical for reliable wireless performance.

BOM Management: Recognizing that a well-structured BOM prevents costly manufacturing delays and component sourcing issues. Version control and detailed specifications are essential as designs evolve.

Collaborative Workflows: Appreciating that hardware development is inherently collaborative, requiring coordination between electrical, mechanical, and software teams. Tools and processes must support this multidisciplinary approach.

Looking Forward

This experience with the VSDSquadron Ultra and Thejas32 platform demonstrated India's growing capabilities in indigenous semiconductor development. Working alongside talented engineers like Yatharth showed me how collaborative approaches can overcome complex technical challenges more effectively than isolated work.

The project reinforced that successful hardware development requires balancing technical excellence with strong teamwork skills. Whether dealing with RF clearance issues or managing comprehensive BOMs, the combination of solid engineering fundamentals and effective collaboration creates the foundation for innovative hardware solutions.

This journey taught me that learning happens best through collaborative problem-solving, where different perspectives and expertise combine to tackle complex challenges. The VSDSquadron Ultra project became more than just a hardware design exercise – it was a masterclass in engineering teamwork and technical problem-solving.