Library for PTSolns ESP32 microWatt
The mSL is designed to help the user program the ESP32 microWatt easily by providing intuitive functions and reducing complexity. The library also adds functionality for the related microWatt stacks.
Various examples are included in this package. For comments or questions please contact us at contact@PTSolns.com.
The microWatt Family has the ESP32 microWatt at its core, with various add-on stacks. The product line includes:
- ESP32 microWatt -- An ESP32-based development board.
- microWatt Charger -- A stackable board to power the ESP32 microWatt, with LiPo battery management, PV and USB power inputs.
- microWatt LoRa -- A stackable board to add LoRa communication to the ESP microWatt.
- microWatt Proto -- A stackable fully customizable prototyping board.
In order for the ESP32 microWatt to be programmed, your computer will need the CH340 driver. If you try to program the ESP32 microWatt and it doesn't work, try installing the driver first. Sparkun has a great tutorial on this!
- If Serial.begin(baud rate) has not been initiated before the BEGIN call, then the mSL will do so using baud rate Serial.begin(115200). If nothing prints to Serial monitor, ensure baud rate is set to 115200.
- Make sure to install the CH340 driver (see above).