ForgeBoard — four microcontroller boards, one toolchain, designed and 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
See the four boards →
Designed and manufactured in India.
Pick‑and‑place · Defence Forge Laboratory, Pune16 s
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.
ForgeBoard IDE
Coming soon
#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