ForgeBoard Order

ForgeBoard — four microcontroller boards, one toolchain, designed and built in India

Four boards · One toolchain Designed & built in India

ForgeBoardSpark

ESP32‑S3
Processor
240 MHz
Clock
32
GPIO
Wi‑Fi 4 + BLE 5.0
Wireless

DPIIT‑recognised startup · CE · FCC · RoHS pre‑certified

01 — Made in India

Designed and manufactured in India.

Pick‑and‑place · Defence Forge Laboratory, Pune16 s

Close-up of the board between gloved fingertips See the four boards

Defence Forge Industries designs, builds and supports every ForgeBoard in India. Priced in rupees, shipped across the country, and backed by the engineers who made it.

02 — Software

One install.
Every board.

The ForgeBoard IDE
ForgeBoard IDE Coming soon
blink.inoForgeBoard IDE
#include <ForgeBoard.h>

void setup() { ForgeBoard.begin(); }

void loop() {
  ForgeBoard.led(243, 154, 0);
  delay(500);
  ForgeBoard.led(0, 0, 0);
  delay(500);
}

Plug in over USB‑C. The IDE detects which ForgeBoard it is, loads the right examples and flashes with one click. Serial monitor and plotter built in.

Coming soon