Skip to content

PTSolns/PTSolns_microWatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 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.

Various examples are included in this package. For comments or questions please Contact Us.

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 Proto -- A stackable fully customizable prototyping board.
  • microWatt Charger -- A stackable board to power the ESP32 microWatt, with LiPo battery management, PV and USB power inputs.
  • microWatt LoRa SX1276 915MHz -- A stackable board to add LoRa communication to the ESP microWatt.

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. We've made a video on this!

Install the ESP32 Board in Arduino IDE

Add the ESP32 Board Manager URL in Arduino IDE

Install the ESP32 Board Package

  • In the Arduino IDE, navigate to Tools > Board > Board Manager…
  • In the search bar, type "ESP32 by Espressif Systems".
  • Select and install the ESP32 board package.

NOTE on compatbility!

  • If you are using ESP32 board 2.x, then use mSL v1.1.2.
  • If you are using ESP32 board 3.x, then use latest version of mSL.

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages