Skip to content

microWatt Support Library (mSL) for the PTSolns ESP32 microWatt microcontroller

License

Notifications You must be signed in to change notification settings

PTSolns/PTSolns_microWatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTSolns ESP32 microWatt Support Library (mSL)

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 [email protected].

microWatt Family

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.

Install the CH340 Driver

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!

Tips

  • 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).