Hello, I'm
Rizky
Mission Control
A quick introduction — who I am, what I study, and what I'm building right now
Rizky
Rizky Mardhani · Engineer
Constellation
Skills mapped as stars — click any node to read capabilities and mastery depth
React.js
Core engine for modern interactive web apps — component architecture, custom hooks, and state management.
Flight Path
Where I've been, what I've built, and where I'm headed
Computer Engineering
- ▸Pursuing Computer Engineering with a strong focus on embedded hardware, microcontrollers, and computer architecture.
- ▸Active in faculty laboratory practicums and department technical events.
IoT & Hardware Prototyping
- ▸Built automated sorting and sensor telemetry nodes with ESP32, optical sensors, and MQTT.
- ▸Designed custom PCB layouts and built real-time monitoring web dashboards.
Full-Stack Web Engineering
- ▸Built high-performance web apps using React, Next.js, and TypeScript.
- ▸Crafted custom design systems, responsive interfaces, and accessible web experiences.
About Me
- Level:Lv. 21 · 94% XP
- Focus:IoT and Web Integration
- Based in:Indonesia 🇮🇩
- Status:Online 🚀
Badges Unlocked
Mission Log
Projects I've shipped — web apps, hardware prototypes, and more
PCB Custom Malang
Advanced circuitry showcase and custom fabrication platform for localized sensor arrays.
Bootstrap Portfolio
Fundamental responsive web portfolio showcasing initial development explorations and core styling.
Encrypted Artifact #03
Deep-space neural telemetry & hardware automation project currently undergoing orbital calibration.
PCB Custom Malang
Advanced circuitry showcase and custom fabrication platform for localized sensor arrays.
Bootstrap Portfolio
Fundamental responsive web portfolio showcasing initial development explorations and core styling.
Encrypted Artifact #03
Deep-space neural telemetry & hardware automation project currently undergoing orbital calibration.
IoT Telemetry Workbench
Simulate real ESP32 microcontroller sensor inputs, live signal waveforms, and MQTT packet streams
ESP32 Node MCU · Core CPU & Telemetry
Xtensa Dual-Core 32-bit @ 240MHz · Wi-Fi 802.11 b/g/n · BLE 4.2
{
"topic": "zenith/node-01/esp32",
"timestamp_utc": 1787063965,
"telemetry": {
"device": "ESP32-WROOM-32D",
"core": "Xtensa-LX6-DualCore",
"cpu_freq_mhz": 240,
"free_heap_kb": 284,
"wifi_rssi_dbm": -58,
"status": "SYSTEM_NOMINAL"
}
}// ESP32 System Telemetry Node
#include <WiFi.h>
#include <PubSubClient.h>
void publishTelemetry() {
uint32_t freeHeap = ESP.getFreeHeap() / 1024;
int8_t rssi = WiFi.RSSI();
StaticJsonDocument<128> doc;
doc["cpu_freq_mhz"] = getCpuFrequencyMhz();
doc["free_heap_kb"] = freeHeap;
doc["wifi_rssi_dbm"] = rssi;
char buffer[128];
serializeJson(doc, buffer);
mqttClient.publish("zenith/esp32/status", buffer);
}Void Miner: Asteroid Harvester
Kemudikan pesawat tempur supersonik, tembak asteroid kristal kuantum dengan laser ganda ujung sayap, dan hadapi shrapnel berbahaya.
Engineering Devlogs & Research
Catatan teknis integrasi ESP32 ADC 16-bit, arsitektur showcase web klien pcb-custom-malang, dan Web Audio API.
Send a Transmission
Have a project idea, collaboration, or just want to say hi? I'd love to hear from you.