Skip to content
View brunomarsola's full-sized avatar

Block or report brunomarsola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brunomarsola/README.md

Hi, I'm Bruno Marsola 👋

Embedded Systems & OT Security | São Paulo, Brazil 🇧🇷

Transitioning from IT operations into industrial embedded systems and OT cybersecurity. Currently building firmware projects in C/C++ and studying industrial networking and ICS security.


🔧 What I'm working on

  • 🌡️ Embedded temperature monitor — DHT22 driver in pure C, I²C via ATmega328P registers, hysteresis alarm logic
  • 🔌 UART protocol tester — custom serial framing with CRC8, automated test suite in Python/pytest
  • 🔲 FPGA FSM in VHDL — finite state machine described, synthesized and simulated in ModelSim
  • 📦 Embedded datalogger — multi-sensor acquisition, FatFS SD card, Python dashboard

🛠️ Tech stack

Embedded     │ C / C++  •  VHDL  •  Arduino / ATmega328P  •  FPGA (learning)
Scripting    │ Python  •  Shell Script  •  Ansible
Networks     │ TCP/IP  •  VPN  •  Firewalls  •  Industrial Protocols (in training)
Tools        │ Git  •  Linux  •  Zabbix  •  Grafana  •  SIEM (Wazuh)

📜 Certifications & training

Certification Issuer Status
CyberOps Associate Cisco Networking Academy 🟡 In progress — Jun/2026
Industrial Networking Essentials Cisco Networking Academy 🟡 In progress — May/2026
CCNA Cisco Networking Academy 🟡 In progress
Industrial Cybersecurity Essentials Cisco Networking Academy 🔵 Planned 2026
Industrial IoT — Manufacturing Cisco Networking Academy 🔵 Planned 2026
Industrial IoT — Energy Cisco Networking Academy 🔵 Planned 2026

📚 Currently studying

  • 🏭 Industry 4.0 Automation — Industrial Brian
  • Electronics Technical Degree — SENAI (starting 2026)
  • 🔐 OT/ICS Security — Cisco Industrial track

🎯 Goal

Build a career at the intersection of embedded systems and OT cybersecurity — working with industrial control systems in defense, aerospace, and critical infrastructure.


📫 Connect

LinkedIn Email


🇧🇷 Guarulhos, SP — open to opportunities in embedded systems and industrial cybersecurity

Popular repositories Loading

  1. monitor-temperatura-embarcado monitor-temperatura-embarcado Public

    DHT22 driver in pure C for Arduino — 1-Wire protocol, I²C registers, hysteresis alarm

    1

  2. brunomarsola brunomarsola Public

    About me

  3. uart-protocol-tester uart-protocol-tester Public

    Custom UART protocol with CRC8 checksum + automated test suite in Python/pytest

  4. fpga-fsm-vhdl fpga-fsm-vhdl Public

    Finite state machine described in VHDL, simulated in ModelSim and synthesized in Quartus

  5. datalogger-embarcado datalogger-embarcado Public

    Multi-sensor embedded datalogger with FatFS SD card and Python dashboard

  6. crc8-checksum-c crc8-checksum-c Public

    CRC8 checksum implementation in pure C — used in serial protocol validation