Use when writing Arduino/C++ firmware for the GEVA GEVINO Civile home/building-automation PLC (SAMD21, Arduino Zero compatible). Covers the single-header library, relay/input macros (K1-K7, In1-In4), the 5 serial ports, RS485 + Modbus, M-Bus, SIM800/ESP01 modems, Ethernet (W5500), SD (SdFat), flash-as-EEPROM…
Instructions for geva-elettronica/GEVINO-Civile, covering agents.md — programming guide for the gevino civile, what the board is, golden rules, hardware revision flag and minimal sketch skeleton.
Use when writing Arduino/C++ firmware for the GEVA GEVINO Motor PLC (SAMD21, Arduino Zero compatible) with a Toshiba TB67S128FTG stepper/brushed-DC driver. Covers the single-header library, the microstep sine tables, motor control (ISEq/Param, MotorInit, MicrostepUp/Dw, Microsteps, brushed mode), pin/I-O macros…
Instructions for geva-elettronica/GEVINO-Motor, covering agents.md — programming guide for the gevino motor, what the board is, golden rules, minimal sketch skeleton and motor control (tb67s128ftg).
Instructions for geva-elettronica/GEVINO-Opto-PNP, covering agents.md — programming guide for the gevino opto pnp, what the board is, golden rules, minimal sketch skeleton and serial ports.
Use when writing Arduino/C++ firmware for the GEVA GEVINO TFT HMI PLC (7" or 10" capacitive-touch, 1024x600, Raio RA8876, SAMD21, Arduino Zero compatible). Covers the single-header board I/O, shift-register I/O (updateIO), the RA8876 display, 7"/10" touch auto-detection (FT5206/GT9271), front USB stick (CH376), DMA…
Instructions for geva-elettronica/GEVINO-TFT-7-10, covering agents.md — programming guide for the gevino tft (7" / 10"), what the board is, golden rules, shift-register i/o — call updateio() and minimal sketch skeleton.