Updated the BYTO architecture brief with the second product brief: neck-lanyard form factor, display-led mechanical strategy, production-first priorities, and the rule that every component must justify its existence.
Step 1 is complete: I created the BYTO Premium V1 system architecture with block diagram, subsystem justification, exclusions, risks, and an approval gate. I also updated the project description to reflect the new e-paper / nRF52840 / pogo-dock V1 direction.
BYTO Premium Digital Badge — Product Architecture Readiness Brief
0. Design Hold
This document intentionally does not start schematic capture, PCB layout, or component selection. It captures the product understanding, architecture, risks, missing information, and readiness state needed before electrical design begins.
Additional product rule: BYTO is being treated as a premium wearable digital identification device for scalable manufacturing. Engineering quality, manufacturing readiness, premium appearance, battery life, reliability, long lifecycle, minimal redesign, firmware reuse, and component availability rank above lowest cost or fastest implementation.
1. Product Understanding
BYTO is a premium wearable digital badge intended to look and feel like a finished commercial product, not a development board or proof-of-concept. The first prototype should preserve as much of the future production architecture as practical so later redesign is minimized.
Known direction:
Product: BYTO Premium Digital Badge
Form factor: wearable badge
Wear method: neck lanyard
Product qualities: premium, thin, lightweight, comfortable, battery efficient, reliable, manufacturable, repairable, scalable to production
Display direction: separate industrial LCD panel, not a display development board
Firmware direction: existing firmware already runs on ESP32; firmware reuse is extremely important
Hardware philosophy: include only hardware required by BYTO; avoid unnecessary interfaces, sensors, connectors, and development-board artifacts
PCB philosophy: purpose-built mainboard; every IC and connector must justify its existence
Mechanical philosophy: design around the front display system; the enclosure follows the display, not the opposite; front appearance has priority over PCB shape
Display philosophy: the 4.3 inch IPS TFT, 800×480, RGB TTL, 40-pin FPC direction is the current engineering baseline, not an immutable requirement; alternatives must be demonstrably lower-risk or better for production before displacing it
Unknowns are intentionally marked UNKNOWN rather than guessed.
2. Functional Block Diagram
Diagram
3. Hardware Architecture
3.1 Display Subsystem
Purpose: provide the badge’s primary visual interface using a production-like LCD panel rather than a display development board.
Mechanical active area, outline, thickness, viewing area, FPC exit direction
Touch layer requirement; none specified, so not included
Architecture implication:
RGB TTL display directly drives many parallel signals and usually requires a controller with an LCD peripheral, enough memory bandwidth, and careful timing.
The exact ESP32 variant matters. Some ESP32-family devices are better suited to RGB LCD output than others.
If the existing firmware assumes a different display interface, firmware reuse risk is high.
3.2 ESP32 / Compute Subsystem
Purpose: run existing firmware, manage badge UI/state, control display/backlight, BLE, power state, button, dock, and programming interface.
Known:
Existing firmware already runs on ESP32
Firmware reuse is very important
UNKNOWN:
Exact ESP32 variant currently used by firmware
Existing firmware display driver assumptions
Flash / PSRAM requirements
GPIO availability after RGB TTL display assignment
Required bootstrapping pins
OTA requirement
Security/encryption requirement
Programming/debug method
Antenna strategy
Architecture implication:
Reusing firmware favors staying within the ESP32 family.
Driving 800×480 RGB TTL may consume many GPIOs and memory bandwidth.
A production badge should avoid large headers; programming/debug should use pads or dock access.
3.3 BLE Subsystem
Purpose: wireless connectivity for badge configuration, sync, updates, or interactions.
Known:
BLE is listed as a likely subsystem
ESP32 direction implies BLE may be integrated, depending exact ESP32 variant
UNKNOWN:
BLE use cases
Range requirement
Pairing/security model
Advertising behavior
Antenna location constraints
Coexistence with display noise and enclosure materials
Regulatory target regions
Architecture implication:
If BLE is integrated in the ESP32 module/SoC, RF layout, antenna keepout, enclosure material, and certification strategy become early architecture constraints.
3.4 Power Subsystem
Purpose: power the badge safely and efficiently from battery while supporting charging, display/backlight load, ESP32 operation, low-power states, and dock interactions.
Known:
Battery, battery charging, fuel gauge, and power are required likely subsystems
Manufacturing fixture risk — insufficient programming/test pads can make production slow or unreliable.
Dock pogo reliability risk — exposed contacts face wear, contamination, alignment, ESD, and current-density issues.
Repairability vs thinness tradeoff risk — adhesives and thin assembly can reduce repairability.
Supply-chain lifecycle risk — display panel lifecycle and availability must match production goals.
ESD risk — button, dock contacts, FPC, and user-exposed surfaces need protection strategy.
Power sequencing risk — LCD and backlight may need controlled sequencing to avoid artifacts or damage.
EMI/noise risk — RGB bus and backlight switching can interfere with BLE and display quality.
Investor prototype expectation risk — if prototype uses dev-board shortcuts, it may misrepresent production feasibility.
7. Missing Information
Product / UX
Target wearer and use case: UNKNOWN
Display content type and refresh expectations: UNKNOWN
Expected runtime per charge: UNKNOWN
Required brightness / indoor-outdoor use: UNKNOWN
Badge dimensions and max thickness: UNKNOWN
Weight target: UNKNOWN
Attachment method: UNKNOWN
Button function and UI behavior: UNKNOWN
Enclosure material and industrial design constraints: UNKNOWN
Repairability definition: UNKNOWN
Firmware
Current ESP32 variant: UNKNOWN
Current firmware framework: UNKNOWN
Existing display driver/interface: UNKNOWN
BLE feature set: UNKNOWN
OTA/update requirement: UNKNOWN
Security requirements: UNKNOWN
Boot/recovery flow: UNKNOWN
Display
Exact LCD panel part number: UNKNOWN
LCD pinout and datasheet: UNKNOWN
Logic voltage: UNKNOWN
Power rails: UNKNOWN
Timing parameters: UNKNOWN
FPC connector requirements: UNKNOWN
Backlight electrical data: UNKNOWN
Touch requirement: UNKNOWN
Mechanical drawing: UNKNOWN
Power / Battery
Battery chemistry: UNKNOWN
Battery capacity: UNKNOWN
Battery dimensions: UNKNOWN
Runtime target: UNKNOWN
Charge source: UNKNOWN
Charge current: UNKNOWN
Run-while-charging requirement: UNKNOWN
Fuel gauge accuracy target: UNKNOWN
Low-power mode expectations: UNKNOWN
Dock / Manufacturing
Dock use: charging, data, factory-only, user-facing, or all: UNKNOWN
Pogo pad count and arrangement: UNKNOWN
Factory programming process: UNKNOWN
Production test coverage requirements: UNKNOWN
Serial number/provisioning requirements: UNKNOWN
Mechanical tolerance stack for dock: UNKNOWN
Compliance / Production
Target sales regions: UNKNOWN
Certifications required: UNKNOWN
Environmental requirements: UNKNOWN
Drop/sweat/ESD requirements: UNKNOWN
Target production volume: UNKNOWN
Cost target: UNKNOWN
Preferred manufacturers/suppliers: UNKNOWN
8. Challenge Your Own Architecture
Weakness 1: The architecture assumes ESP32 remains central
Reason to challenge: firmware reuse matters, but a raw 800×480 RGB TTL display may push some ESP32 variants beyond comfortable limits.
Improvement path:
First identify the exact current ESP32 variant and firmware display stack.
Validate whether it supports 800×480 RGB TTL with acceptable frame rate, memory, and pin availability.
If not, evaluate architecture alternatives before schematic design.
Weakness 2: RGB TTL may be electrically and mechanically expensive
Reason to challenge: RGB TTL requires many traces, controlled routing discipline, EMI care, and a large pin budget.
Improvement path:
Confirm that RGB TTL is truly preferred over other display interfaces because of lifecycle, panel availability, cost, and firmware constraints.
Do not switch interfaces without justification; the current direction remains RGB TTL until validated otherwise.
Weakness 3: The power budget is not yet credible
Reason to challenge: a thin wearable badge with a 4.3 inch display could be display/backlight-limited.
Improvement path:
Define runtime and brightness targets before selecting battery, charger, or regulators.
Treat display/backlight as the first-order power load.
Weakness 4: Dock strategy is underdefined
Reason to challenge: dock pogo interface can affect enclosure, charging, programming, test, repair, and user experience.
Improvement path:
Decide whether the dock is user-facing, factory-only, or both.
Decide if programming pads and dock pogo contacts should be shared.
Weakness 5: Production test is not yet part of the architecture
Reason to challenge: a premium production prototype must be testable at scale without large headers.
Improvement path:
Define minimum production test points/signals before PCB layout.
Include access for power, reset/boot, programming, display validation, button, BLE test mode, and battery measurement where justified.
Weakness 6: Mechanical constraints can invalidate electrical architecture
Reason to challenge: display, battery, enclosure, button, and pogo contacts define the board shape and component height before circuits do.
Improvement path:
Establish mechanical envelope and industrial design constraints before layout.
Confirm display active area, FPC exit, battery placement, and antenna keepout as a unified mechanical-electrical stack.
Weakness 7: Compliance strategy is not yet chosen
Reason to challenge: wireless certification and battery safety can drive component/module choices and documentation.
Improvement path:
Decide sales regions and certification pathway early.
Prefer production-friendly architecture that avoids unnecessary recertification risk.
9. Readiness Score
Architecture readiness score: 38 / 100
Why it is not 100:
Exact ESP32 variant is UNKNOWN.
Exact display panel and datasheet are UNKNOWN.
RGB TTL compatibility with firmware and ESP32 pin/memory resources is unvalidated.
Power budget cannot be calculated yet.
Battery capacity, runtime target, and charge method are UNKNOWN.
Mechanical envelope is UNKNOWN.
Dock pogo function and manufacturing test strategy are UNKNOWN.
Regulatory and production requirements are UNKNOWN.
No validated interface map exists at pin level.
No validated power tree exists at rail/current level.
What must happen before schematic design:
Confirm exact current ESP32 variant and firmware display assumptions.
Confirm exact LCD panel candidate and obtain full datasheet/mechanical drawing.
Define runtime, brightness, thickness, weight, and enclosure constraints.
Define dock/pogo requirements and programming/test strategy.
Create a real power budget using known display, backlight, ESP32, BLE, and battery data.
Validate pin budget and memory/display timing feasibility.
Decide compliance and manufacturing requirements.
10. Immediate Architecture Gate Questions
These questions should be answered before any schematic or PCB work begins:
What exact ESP32 variant does the existing firmware run on?
What display interface does the existing firmware currently support?
Is RGB TTL mandatory, or only the current preference?
What exact 4.3 inch 800×480 LCD panel is under consideration?
What runtime target is required?
What maximum thickness and weight are acceptable?
Is the dock user-facing, factory-only, or both?
Should charging happen only through the dock?
Is USB forbidden, optional, or required?
What certifications/regions matter for the investor prototype and eventual product?
11. Updated Product Principles from Second Brief
Non-negotiable working principles now captured:
BYTO is a professional wearable electronic identification device intended for scalable manufacturing.
The first prototype should reflect future production architecture rather than a temporary prototype architecture.
Every component must have a reason to exist.
Remove unnecessary hardware and avoid development-board aesthetics.
Minimize PCB and mechanical complexity where doing so improves reliability and manufacturability.
Search for simpler, lower-risk, production-ready, lifecycle-safe, firmware-safe solutions before recommending architecture.
The display system leads the mechanical architecture; the enclosure follows the display.
The current display baseline is industrial 4.3 inch IPS TFT, 800×480, RGB TTL, 40-pin FPC, but it may be challenged if a better production solution is justified.
Unknown information remains UNKNOWN; no invented specifications or assumed compatibility are allowed.
Additional Self-Challenge
The architecture is still weak because front industrial design is not yet constraining electronics. BYTO’s front appearance has priority over PCB shape, so display module outline, active area, bezel target, FPC exit, enclosure stack, lanyard load path, and battery placement must be defined before PCB placement.
0. Design Hold
1. Product Understanding
2. Functional Block Diagram
3. Hardware Architecture
3.1 Display Subsystem
3.2 ESP32 / Compute Subsystem
3.3 BLE Subsystem
3.4 Power Subsystem
3.5 Battery Charging Subsystem
3.6 Battery Fuel Gauge Subsystem
3.7 Dock Pogo Interface
3.8 Backlight Control Subsystem
3.9 One Button Subsystem
3.10 Programming Pads
4. Interface Map
5. Power Tree
6. Critical Engineering Risks
7. Missing Information
Product / UX
Firmware
Display
Power / Battery
Dock / Manufacturing
Compliance / Production
8. Challenge Your Own Architecture
Weakness 1: The architecture assumes ESP32 remains central
Weakness 2: RGB TTL may be electrically and mechanically expensive
Weakness 3: The power budget is not yet credible
Weakness 4: Dock strategy is underdefined
Weakness 5: Production test is not yet part of the architecture
Weakness 6: Mechanical constraints can invalidate electrical architecture
Assets are files uploaded to this project which can be used in various ways.
Architecture-first BYTO Premium V1 wearable digital identification badge: vertical 102×62×9.5mm target, reflective e-paper display, BLE-only certified nRF52840-module direction, protected 1S Li-Po, magnetic pogo dock charging, no USB-C on badge. Schematic and PCB work remain gated by step-by-step architecture approval.
Properties
Properties describe core aspects of the project.
Pricing & Availability
See prices from popular manufacturers for your project.
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.