/** * WijiBoard – Home Section * web/js/sections/home.js * * A minimal placeholder home section. */ import BLE from '../ble.js'; const HomeSection = { _cleanup: [], mount(container) { container.innerHTML = `
WiFi Spirit Board — SCARA arm controller. Select a section from the sidebar to get started.
Use the Connect button
in the top bar to pair with the WijiBoard via Bluetooth.
The device name is WijiBoard.
This dashboard controls a two-arm SCARA robot that moves a planchette across a spirit board. It uses Web Bluetooth to communicate with an ESP32-C3 running two 28BYJ-48 stepper motors with AccelStepper.