summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-04-26 22:10:32 +0530
committerlistout <listout@protonmail.com>2022-04-26 22:10:32 +0530
commit8adcdbf5f40f812180fe27968a8f8377c343cf82 (patch)
treee58a7b4a20fe6eec483f9f409e2f441343f90a44
parent958cf749ec1e1a3b53de06a54a21135392b4a296 (diff)
grammer
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r--resume.pdfbin271863 -> 271264 bytes
-rw-r--r--resume.tex21
2 files changed, 8 insertions, 13 deletions
diff --git a/resume.pdf b/resume.pdf
index e75b97b..54a53db 100644
--- a/resume.pdf
+++ b/resume.pdf
Binary files differ
diff --git a/resume.tex b/resume.tex
index f75054a..f5018e8 100644
--- a/resume.tex
+++ b/resume.tex
@@ -43,7 +43,7 @@
{0em}{0.5em}{1em}
\titlespacing{\section}
-{0em}{1em}{1em}
+{0em}{0.5em}{1em}
\title{R\'esum\'e}
\author{Brahmajit Das}
@@ -90,7 +90,7 @@
{\small
\setlist{label=$\circ$}
\begin{itemize}[noitemsep]
- \item Porting firmware for other MCU models
+ \item Porting firmware across MCU models
\item Implementation of communication protocol (WiFi,
BLE, MQTT)
\item Interacting with cloud backends via REST API (AWS
@@ -98,6 +98,8 @@
\item Write drivers for SPI and I2C devices
\item Laying out CI pipeline for remote deployment and
over the air updates
+ \item Ensuring firmware security using Secure Boot and
+ encrypted flash storage
\end{itemize}
}
@@ -107,7 +109,7 @@
\newline
\textit{Embedded Systems Engineer, Intern}
\hfill
- \textit{August --- September, 2021}
+ \textit{May --- September, 2021}
{\small
\setlist{label=$\circ$}
@@ -115,7 +117,7 @@
\item Ported existing system to different processor architecture.
\item Refactor existing code and implement better communication
protocol (SPI and I2C).
- \item Integrate UI with hardware.
+ \item Integrate web UI instance with hardware.
\end{itemize}
}
@@ -155,15 +157,8 @@
\href{https://gitlab.com/listout/mpu6050.git} {Link
to project}.
- \subsection{Interfacing with sonar module using Atmega328p:}
- Using \textit{AVR C} and \textbf{Atmega328p} to interface with
- \textbf{HC-SR04} (sonar module).
- \textbf{UART} was used as the communication protocol.
- \href{https://gitlab.com/listout/avr_programming/-/tree/sonar_module} {Link
- to project}.
-
- \subsection{FreeRTOS on ARM STM32F103:}
- Ported the FreeRTOS to ARM STM32F103C8T6 (Cortex M3), known as
+ \subsection{FreeRTOS on ARM STM32:}
+ Ported the FreeRTOS to ARM STM32F103 (Cortex M3), known as
\textbf{Bluepill}. Then used to generate a PWM with Timer 2 as test case.
\href{https://gitlab.com/listout/arm_programming/-/tree/pwm}{Link to
project}