My modificatiosn for my PCB https://oshwlab.com/hujer.roman/wireless-shc
For SQM with TSL2591 sensor need using customized library. Download from https://github.com/hjd1964/Adafruit_TSL2591_Library
and for Ephemeris Library download from https://github.com/hjd1964/ephemeris
The SHC adds dedicated hand controller functionality to an OnStep or OnStepX telescope controller. This firmware is designed to run on ESP32 (recommended) or Teensy3.2 or Teensy4.0 hardware. It can communicate with OnStep over the ST4 guiding port (which automatically reconfigures itself for synchronous serial communications when it detects an SHC) or over WiFi instead if running on an ESP32 (recommended.) The SHC hardware provides physical buttons that are easy to work by feel in the dark and an OLED display for convenient telescope control.
The SHC software was initially based on Charles Lemaire's TeenAstro fork.
You can review the SHC capabilities in its User Manual Wiki.
You can review recommended hardware and flashing instructions in the Smart Hand Controller Wiki.
The Smart Hand Controller is open source free software, licensed under the GPL.
See LICENSE.txt file.
Howard Dutton, Charles Lemaire, and Khalid Baheyeldin