Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.68 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.68 KB

Toit Samples

A collection of sample projects written in Toit.

  • Test state of ESP32 pins using internal week pull up and pull down resistors gpio-pull-up-down
  • Show climate measurements on TFT screen of ESP-WROVER-KIT climate-tft
  • Control temperature with PID load-ctrl
  • Drive digitally controlled potentiometer x9cn0n
  • Read temperature using MAX6675 converter with K-thermocouple max6675
  • Drive 74HC595 8-bit shift register 74hc595
  • Show measurements from the capacitive moisture sensor on RGB LED strip capacitive-sensor
  • Communicate with a serial device from a web browser web-serial

How to Use

Configure Toit development environment and learn Toit language following comprehensive guides in Toit Documentation

Start off by developing your applications using VS Code and Toit console which is a dashboard for the Toit cloud, which offers various tools to upgrade your devices, monitor your device fleet health, view your daily data usage, and much more.

To accelerate your development use an off-cloud tool called Jaguar that enables live reloading when developing for the ESP32. Develop, update, and restart your code in less than two seconds on your local network via Wi-Fi. Use the really fast development cycle to iterate quickly and learn fast!

Contribute

Feel free to contribute to the project in any way you like!

If you find any issues with the code or description please report them using the Issues tab above.