diff options
-rw-r--r-- | resume.pdf | bin | 271755 -> 271863 bytes | |||
-rw-r--r-- | resume.tex | 23 |
2 files changed, 15 insertions, 8 deletions
Binary files differ @@ -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). |