Hi, my name is Bodhin Peterson-Smart. I am a sophomore at the University of Colorado Boulder studying Mechanical Engineering
and Creative Technology and Design. In my free time, I enjoy being in the mountains going snowboarding, and spending time with friends.
Going to remote places to shoot photography is one of my passions, specifically landscapes and portraiture.
Design Portfolio
UX/UI Design
For this project, I developed an interactive, functional wireframe in Adobe XD for an app focused
on reducing the screen time of the user by suggesting alternative activities based on location such
as hiking, cooking, etc. It is aimed at getting to the root cause of the user's screen time by prompting
the user to answer brief questions and tracking that data. Our team used an iterative design process creating
multiple prototypes while gaining user feedback to continually improve the user experience and user interfaces of the product.
To interact with the app click the link here.
Graphic Design
Computer Aided Design
I have over half a decade of experience designing in programs such as: SolidWorks, Autodesk Inventor, Autodesk Revit, SketchUp, and OnShape. I hold certifications in both SolidWorks and Autodesk Inventor and have completed projects to industry Geometric Dimensioning and Tolerancing(GD&T) standards.
Interactive Arduino Art
The inspiration for this project came from seeing moss art in various restaurants and buildings in
Boulder and Denver. My desired aesthetic for this project was one of technology incorperated into the forest and nature. The interactive display changes color as the user moves closer or further away from the installation.
To achieve this I used an ultrasonic sensor to detect the proximity of the person viewing the installation and map the values of that sensor to the RBG values of the LEDs.
For full project documentation visit the link here.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';