Public:ARHUDFM Traction: Difference between revisions

From Wiki Furtherium
Line 386: Line 386:


== Roadmap ==
== Roadmap ==
=== New ===
{{#tag:timeline|
DateFormat = dd/mm/yyyy
Define $width = 960
Define $warning = 300
Define $height = 1050
Define $dy = -5 # shift text to bottom side of bar
Define $start = 2023
Define $end = 2027
Define $now = 01/{{CURRENTMONTH}}/{{CURRENTYEAR}}
ImageSize  = width:$width height:$height
PlotArea  = right:10 left:10 bottom:120 top:10
Period    = from:$start till:$end
TimeAxis  = orientation:horizontal format:yyyy
Legend = orientation:vertical position:bottom columns:4
Colors =
    id:bg              value:white
    id:lightline      value:gray(0.9)
    id:lighttext      value:gray(0.5)
    id:section        value:gray(0.9)
    id:TRL1            value:yellow2 Legend: TRL-1
    id:TRL2            value:orange Legend: TRL-2
    id:TRL3            value:oceanblue Legend: TRL-3
    id:TRL4            value:powderblue Legend: TRL-4
    id:TRL5            value:red Legend: TRL-5
    id:TRL6            value:lavender Legend: TRL-6
    id:TRL7            value:lightpurple Legend: TRL-7
    id:TRL8            value:claret Legend: TRL-8
    id:TRL9            value:brightblue Legend: TRL-9
    id:PILOT          value:green Legend: Pilot
    id:PROCESS        value:skyblue Legend: Process
    id:EVENT          value:drabgreen Legend: Event
    id:INVENTION      value:redorange Legend: Invention
    id:NAME            value:darkblue
    id:TODAY          value:yellowgreen
BackgroundColors = canvas:bg
ScaleMinor = gridcolor:lightline unit:month increment:1 start:$start
ScaleMajor = gridcolor:lighttext unit:year increment:1 start:2023
BarData=
  bar:title
# main milestones
  bar:section1
  bar:milestone0101
# Design Development & Algorithm Architecture: Ada Lovelace Team
  bar:section2
# Mechanical Engineering: Stephanie Kwolek Team
  bar:section3
# Optical Engineering: Katharine Blodgett Team
  bar:section4
# Electronics Engineering: Ida Hyde Team
  bar:section5
# Software Development: Hedy Lamarr Team
  bar:section6
# Software Development: Grace Hopper Team
  bar:section7
# Software Development: Evelyn Berezin Team
  bar:section8
# Software Development: Barbara Askins Team
  bar:section9
# Networking: Margaret Hamilton Team
  bar:section10
# Customer & Business Development: Barbara Liskov Team
  bar:section11
# explanation: attribute 'barset' instead of 'bar' means consecutive data lines are automatically placed on new bar
#              data lines are lines containing at: or from: & till: attributes
#              'barset:break' means 'reset barcounter' = next line will be placed at first bar in barset
#              'barset:skip'  means 'increment barcounter' = skip one bar for next data line (to allow extra space
#                                                                            for text containing line break = ~)
PlotData=
  align:left
  anchor:from
  fontsize:M
  width:15
  shift:(4,-6)
  textcolor:black
  color:section
  bar:title    from:start till:end text:"General Project Traction" fontsize:XL anchor:middle align:center width:45 color:bg mark:(line,bg)
  bar:section1 from:start till:end text:"Milestones"
  bar:section2 from:start till:end text:"Design Development & Algorithm Architecture: Ada Lovelace Team"
  bar:section3 from:start till:end text:"Mechanical Engineering: Stephanie Kwolek Team"
  bar:section4 from:start till:end text:"Optical Engineering: Katharine Blodgett Team"
  bar:section5 from:start till:end text:"Electronics Engineering: Ida Hyde Team"
  bar:section6 from:start till:end text:"Software Development: Hedy Lamarr Team"
  bar:section7 from:start till:end text:"Software Development: Grace Hopper Team"
  bar:section8 from:start till:end text:"Software Development: Evelyn Berezin Team"
  bar:section9 from:start till:end text:"Software Development: Barbara Askins Team"
  bar:section10 from:start till:end text:"Networking: Margaret Hamilton Team"
  bar:section11 from:start till:end text:"Customer & Business Development: Barbara Liskov Team"
# main milestones
  bar:milestone0101 width:10
    textcolor:NAME at:01/01/2021 shift:(-90,$dy) text:[[Public:ARHUDFM_Features_Summary|ARHUDFM Project]]
    color:TRL5 from:20/08/2023 till:29/12/2023
    color:TRL6 from:29/12/2023 till:01/04/2024
    color:TRL7 from:01/04/2024 till:01/07/2024
    color:TRL8 from:01/07/2024 till:01/04/2025
    color:TRL9 from:01/04/2025 till:01/07/2025
# Design Development & Algorithm Architecture: Ada Lovelace Team
# Mechanical Engineering: Stephanie Kwolek Team
# Optical Engineering: Katharine Blodgett Team
# Electronics Engineering: Ida Hyde Team
# Software Development: Hedy Lamarr Team
# Software Development: Grace Hopper Team
# Software Development: Evelyn Berezin Team
# Software Development: Barbara Askins Team
# Networking: Margaret Hamilton Team
# Customer & Business Development: Barbara Liskov Team
#  bar:0 width:1
#    textcolor:red at:06/04/2021 shift:(3,-4) text:Pre-Seed
#    textcolor:red at:08/12/2022 shift:(3,-4) text:Seed
LineData=
  at:$now color:TODAY width:0.2
#  at:06/04/2021 color:red width:0.2 layer:back
#  at:28/06/2021 color:blue width:0.2 layer:back
#  at:06/09/2021 color:pink width:10 layer:back
#  at:06/05/2022 color:pink width:10 layer:back
#  at:06/12/2022 color:pink width:10 layer:back
#  at:06/03/2023 color:pink width:10 layer:back
}}
=== Old ===
'''{{#info-tooltip: If you are using a mobile device, select desktop mode in your browser settings}} ''<u>Desktop mode view only</u>'''''
'''{{#info-tooltip: If you are using a mobile device, select desktop mode in your browser settings}} ''<u>Desktop mode view only</u>'''''



Revision as of 12:15, 22 September 2023

Traction

Unable to compile EasyTimeline input:

EasyTimeline 1.90


Timeline generation failed: More than 10 errors found
Line 117: color:TRL5 from:20/08/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 143: color:PROCESS from:21/09/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 148: color:PROCESS from:01/04/2020 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 151: color:PROCESS from:14/06/2020 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 154: color:PROCESS from:08/07/2020 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 178: color:PROCESS from:01/07/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 191: color:TRL3 from:07/04/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 195: color:TRL2 from:10/08/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 199: color:TRL2 from:19/08/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 202: color:TRL5 from:14/04/2023 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



Line 205: color:PROCESS from:26/05/2021 till:01/11/2025

- Plotdata attribute 'till' invalid.

 Date '01/11/2025' not within range as specified by command Period.



TRL NASA usage European Union
1 Basic principles observed and reported Basic principles observed
2 Technology concept and/or application formulated Technology concept formulated
3 Analytical and experimental critical function and/or characteristic proof-of concept Experimental proof of concept
4 Component and/or breadboard validation in laboratory environment Technology validated in lab
5 Component and/or breadboard validation in relevant environment Technology validated in relevant environment (industrially relevant environment in the case of key enabling technologies)
6 System/subsystem model or prototype demonstration in a relevant environment (ground or space) Technology demonstrated in relevant environment (industrially relevant environment in the case of key enabling technologies)
7 System prototype demonstration in a space environment System prototype demonstration in operational environment
8 Actual system completed and "flight qualified" through test and demonstration (ground or space) System complete and qualified
9 Actual system "flight proven" through successful mission operations Actual system proven in operational environment (competitive manufacturing in the case of key enabling technologies; or in space)

Roadmap

New

Unable to compile EasyTimeline input:

EasyTimeline 1.90


Timeline generation failed: 1 error found
Line 92: textcolor:NAME at:01/01/2021 shift:(-90,-5) text:ARHUDFM Project

- Plotdata attribute 'at' invalid.

 Date '01/01/2021' not within range as specified by command Period.



Old

Desktop mode view only


<itimeline end="2025-03-01" min="2023-01-01" max="2025-12-31"> 2023-06-30|Mechanical
Engineering|Structural improvement 2023-06-30|Mechanical
Engineering|External and internal visors 2023-09-30|Mechanical
Engineering|Injection molds 2023-12-31|Mechanical
Engineering|SCBA integration 2023-12-31|Mechanical
Engineering|External aramid cover 2023-12-31|Mechanical
Engineering|Test stand 2024-03-31|Mechanical
Engineering|Technological cards and specs 2024-06-30|Mechanical
Engineering|Production area 2024-09-30|Mechanical
Engineering|Robotic assembly area

2023-09-30|Optical
Engineering|Optical fiber scheme 2023-09-30|Optical
Engineering|Fine-tuning of imaginary focus 2023-09-30|Optical
Engineering|Variable dimming of visor areas 2023-12-31|Optical
Engineering|Test stand 2024-03-31|Optical
Engineering|Optical nanocoatings specs

2023-06-30|Electronics
Engineering|Power, charging, LED, cooling circuits 2023-06-30|Electronics
Engineering|Audio circuit 2023-06-30|Electronics
Engineering|Bluetooth integration with ext. devices 2023-09-30|Electronics
Engineering|Joystick and button control circuit 2023-09-30|Electronics
Engineering|Camera settings, stereo mode, measurements 2023-12-31|Electronics
Engineering|Testing with an plug-in handheld radio headset 2023-12-31|Electronics
Engineering|SDR receiver, scanner and spectrum analyser circuits 2024-03-31|Electronics
Engineering|RDF circuit 2024-03-31|Electronics
Engineering|Sensor data transfer to screen 2024-03-31|Electronics
Engineering|SDR receiver-transmitter cirsuit 2024-03-31|Electronics
Engineering| 2024-03-31|Electronics
Engineering|Test stand 2024-06-30|Electronics
Engineering|Technological cards and specs 2024-12-31|Electronics
Engineering|Vitals body sensors

2023-06-30|Software
Development|GUI 2023-09-30|Software
Development|Software control of cameras, audio, joystick, projector 2023-09-30|Software
Development|Digital zoom up to 8x 2023-12-31|Software
Development|Speech-to-text 2023-12-31|Software
Development|Virtual keyboard 2023-12-31|Software
Development|Hands Tracking 2023-12-31|Software
Development|Rear view camera, external cameras view 2023-12-31|Software
Development|Thermal imaging camera, HD cam noIR night mode 2024-03-31|Software
Development|Maps and mapping 2024-03-31|Software
Development|GNSS positioning, incl. GPS, Galileo, Glonass 2024-03-31|Software
Development|Navigation system, ATAK-MIL integration 2024-03-31|Software
Development|Route planning and path tracking (AI) 2024-03-31|Software
Development|Compass, navigation grid 2024-03-31|Software
Development|SDR receiver, scanner and spectrum analyser 2024-06-30|Software
Development|SDR UHF/VHF receiver-transmitter 2024-06-30|Software
Development|SDR AES based COMSEC/TRANSEC encryption-descryption 2024-06-30|Software
Development|Icon messaging system and text messaging system 2024-06-30|Software
Development|Image and data exchange, videoconference system 2024-06-30|Software
Development|1:N and N:N multichannel communication system 2024-06-30|Software
Development|p2p network, distributed computing 2024-06-30|Software
Development|RDF system, Friend-or-Foe Id System, passive radar detection 2024-06-30|Software
Development|Geo positions capture and exchange, auto-tracking (AI) 2024-06-30|Software
Development|Mixed video, silhouette highlighting (CV) 2024-06-30|Software
Development|Stereo camera, digital zoom (24x) and measurements (CV) 2024-06-30|Software
Development|Face and object recognition (CV) 2024-09-30|Software
Development|Ballistic calculation, correction mode, shot history 2024-09-30|Software
Development|Target lock & track, target detection and hit tracking (CV, AI) 2024-09-30|Software
Development|Speed measurement, preemptive calculation (CV, AI) 2024-09-30|Software
Development|Digital aiming assistance and aiming device integration 2024-09-30|Software
Development|Task management system, checklist tracking, auto-log 2024-09-30|Software
Development|Connectivity with C4I, EW systems and Battle Management Systems 2024-12-31|Software
Development|Ambient sound filter (CH) 2024-12-31|Software
Development|Vitals body (SpO₂, ETCO₂, PR, HR, NIBP, TEMP, HYDRL) data-driven monitoring 2024-12-31|Software
Development|Connectivity with remote active phased radar 2024-12-31|Software
Development|Motion and flashes detection (CV) 2024-12-31|Software
Development|Missile engines heat & smoke traces (CV) 2024-12-31|Software
Development|Detection of booby traps (CV) 2024-12-31|Software
Development|Connectivity with external ground-penetrating radar 2025-03-31|Software
Development|Connectivity with Live-Synthetic Training Environment systems

2023-04-01/2025-03-31|Networking|PR, Influencers 2023-09-30|Networking|Defense/Hw Acceleration program 2023-04-01/2025-03-31|Networking|Collaboration networking 2023-04-01/2025-03-31|Networking|Mentorship

2023-09-30|Customer &
Business
Development|Prototype Demo 2023-09-30|Customer &
Business
Development|Pre-seed round 2024-03-31|Customer &
Business
Development|MVP Alpha Demo 2024-03-31|Customer &
Business
Development|Seed round 2024-06-30/2025-03-31|Customer &
Business
Development|Field tests, expert opinions (Customer validation) 2024-06-30|Customer &
Business
Development|MVP Beta Demo 2024-09-30|Customer &
Business
Development|Sales Funnel 2024-09-30|Customer &
Business
Development|Product-Market Fit 2024-09-30|Customer &
Business
Development|Sales & Marketing Roadmap 2024-09-30|Customer &
Business
Development|Business Model 2024-09-30|Customer &
Business
Development|Round A 2025-03-31|Customer &
Business
Development|MMP Demo </itimeline>

Design Development & Algorithm Architecture: Ada Lovelace[1] Team

Device design, GUI, VUI, Apps algorithms, Demos, Videos, Animations

  • Prio #1: [TRL 1-2] Research and description of the principle of operation, description of the technology application, computer-added design
  • Prio #2: [TRL 3-4] Technology functionality demo, specific functionality description, GUI demo, lab experimental setup
  • Prio #3:
  • Prio #4:

Mechanical Engineering: Stephanie Kwolek[2] Team

  • Prio #1: [TRL 5-6] Prototype: based on 3D print, vacuum casting, vacuum unfusion
  • Prio #2: [TRL 7] MVPα: vacuum casting, vacuum unfusion, injection moulding, manual assembly
  • Prio #3: [TRL 8] MVPβ: vacuum casting, vacuum unfusion, injection moulding, manual assembly
  • Prio #4: [TRL 9] MMPδ: manufacturing process automation, robotic assembly, add-ons (auto tourniquets, Care Under Fire set)
  • Prio #5: MMPγ: manufacturing & assembly & logistic process upgrade

Optical Engineering: Katharine Blodgett[3] Team

Light guide, Beam splitting prisms, Dichroic mirror, Optical coatings, Fading pads

  • Prio #1: [TRL 5-6] Prototype: optical scheme, light guide, dichroic mirror, fading pads
  • Prio #2: [TRL 7] MVPα: beam splitting prisms for 3 cam sensors, optical coatings
  • Prio #3: [TRL 8] MVPβ:
  • Prio #4: [TRL 9] MMPδ:
  • Prio #5: MMPγ:

Electronics Engineering: Ida Hyde[4] Team

Schematics and PCBs for motherboard, projector, IFF Transponder, SDR, SDRS, PCSR, Digital sight

  • Prio #1: [TRL 5-6] Prototype: based on Raspberry Pi 4B, Texas Instruments DLPDLCR2000EVM
  • Prio #2: [TRL 7] MVPα: motherboard chipset Intel Z790, CPU Intel Core i7-13850HX, DLP PCB, SDRS PCB, IFF PCB
  • Prio #3: [TRL 8] MVPβ: SDR2 PCB, add-on (software defined antenna, optional battery, continuous wind capture impellers)
  • Prio #4: [TRL 9] MMPδ: add-on (auto tourniquets, Care Under Fire set, handheld metal re-radiation radar)
  • Prio #5: MMPγ: add-on (digital sight)

Software Development: Hedy Lamarr[5] Team

SDR, SDR Scan, RDF, Radar Detection, IFF, Networks, Remote control

Software Development: Grace Hopper[6] Team

System Integration, DevOps, Maps, VBS, Sensors

Software Development: Evelyn Berezin[7] Team

IMS, Chat, Workgroups, Tasks, Mission planning

Software Development: Barbara Askins[8] Team

Computer Vision, Computer Audition, AI/ML, AI/DL, AI/NLP, AI/ANN

Networking: Margaret Hamilton[9] Team

Mentor Relations, Pitches, Updates

  • Prio #1: Mentor Relations, Updates
  • Prio #2: Business angels (pre-seed round)
  • Prio #3: Business angels & Venture capital (seed round)
  • Prio #4: Venture capital (round A)
  • Prio #5:

Customer & Business Development: Barbara Liskov[10] Team

Requests, eMails, PR, Meetings

  • Prio #1: Innovation programs research, requests, eMails, meetings
  • Prio #2: Collaboration research, PR
  • Prio #3: Proving ground testing
  • Prio #4: Pilot programms

Future ideas

Further reading

FAQ

See also

Public External Sections: Public Wiki Sections: Public Wiki Sections: Not-Public Wiki Sections:

Note: Unless otherwise stated, whenever the masculine gender is used, both men and women are included.

See also product details

Hardware Details: Functional Apps Details: Executive Apps Details: Service Apps Details:


References

  1. Wikipedia, Ada Lovelace
  2. Wikipedia, Stephanie Kwolek
  3. Wikipedia, Katharine Burr Blodgett
  4. Wikipedia, Ida Henrietta Hyde
  5. Wikipedia, Hedy Lamarr
  6. Wikipedia, Grace Hopper
  7. Wikipedia, Evelyn Berezin
  8. Wikipedia, Barbara Askins
  9. Wikipedia, Margaret Hamilton
  10. Wikipedia, Barbara Liskov

External links