summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-04-26 21:54:01 +0530
committerlistout <listout@protonmail.com>2022-04-26 21:54:01 +0530
commit958cf749ec1e1a3b53de06a54a21135392b4a296 (patch)
treed9efe58f4177c1eddcfa0753d49036a3408ef165
parentdbaca2799fce4f7e6213584051cf4be86689c960 (diff)
more details about work
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r--resume.pdfbin271755 -> 271863 bytes
-rw-r--r--resume.tex23
2 files changed, 15 insertions, 8 deletions
diff --git a/resume.pdf b/resume.pdf
index e0b5d07..e75b97b 100644
--- a/resume.pdf
+++ b/resume.pdf
Binary files differ
diff --git a/resume.tex b/resume.tex
index 06645c9..f75054a 100644
--- a/resume.tex
+++ b/resume.tex
@@ -81,7 +81,7 @@
\subsection{Lifespark Tech, IIT Bombay}
\hfill
- {\textbf{Mumbai, Maharashtra}}
+ {\textbf{Remote}}
\newline
\textit{Firmware Developer}
\hfill
@@ -91,11 +91,13 @@
\setlist{label=$\circ$}
\begin{itemize}[noitemsep]
\item Porting firmware for other MCU models
- \item Implementation of communication protocol \textbf{(ESPNOW,
- Wi-Fi, MQTT, BLE)}
- \item Implementing cloud technologies using \textbf{AWS} and
- \textbf{GCP}'s SDK
- \item Research and Development
+ \item Implementation of communication protocol (WiFi,
+ BLE, MQTT)
+ \item Interacting with cloud backends via REST API (AWS
+ S3 buckets)
+ \item Write drivers for SPI and I2C devices
+ \item Laying out CI pipeline for remote deployment and
+ over the air updates
\end{itemize}
}
@@ -139,15 +141,20 @@
\begin{itemize}
\setlist{ label=$\bullet$ }
\itemsep0em
- \item \textbf{Programming Languages}: C, \CPP, Java, \LaTeX, Python,
+ \item \textbf{Programming Languages}: C, \CPP, \LaTeX, Python,
shell scripting, SQL
- \item \textbf{Tools}: Git, Docker, ssh, PlatformIO, FreeRTOS, ESP-IDF
+ \item \textbf{Tools}: Git, GitLab, Docker, ssh, PlatformIO, FreeRTOS, ESP-IDF
\item \textbf{Platforms}: Linux, BSDs, Windows, RaspberryPi
\item \textbf{$\mu-$Processors}: ARM STM32, Atmega328p, ESP32
\end{itemize}
\section{Personal Projects}
+ \subsection{Driver for MPU6050}
+ ESP-IDF driver for MPU6050 and similar IMU units, over I2C protocol
+ \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).