Heltec Arduino super simple tutorial
2023-07-17
Buy from here. Offical website.
![](https://peter.quantr.hk/wp-content/uploads/2023/07/Screenshot-from-2023-07-17-15-19-24-600x295.png)
Steps to make it work in arduino:
- Read http://www.heltec.cn/wifi_kit_install/ and https://docs.heltec.org/en/node/esp32/quick_start.html
- My settings:
![](https://peter.quantr.hk/wp-content/uploads/2023/07/image-4.png)
3. Burn these examples
![](https://peter.quantr.hk/wp-content/uploads/2023/07/Screenshot-from-2023-07-17-14-34-27-536x600.png)
To try the wifi example
- Create the http example, not the https one, the “BasicHttpsClient” not working.
![](https://peter.quantr.hk/wp-content/uploads/2023/07/Screenshot-from-2023-07-17-14-42-36-600x346.png)
2. Change the wifi ID and password, case sensitive
![](https://peter.quantr.hk/wp-content/uploads/2023/07/Screenshot-from-2023-07-17-14-42-41-600x346.png)
3. Run it and see the result in serial monitor, set the baudrate to 115200. It grab the html from outside, see the code then you know
![](https://peter.quantr.hk/wp-content/uploads/2023/07/Screenshot-from-2023-07-17-14-43-32-600x346.png)
Above it http client example, http server example is in below. Or search in google.
![](https://peter.quantr.hk/wp-content/uploads/2023/07/Screenshot-from-2023-07-17-15-15-15-600x513.png)