mod-NTC
Datasheet
1.
🔽 Install Arduino IDE
Install the Arduino IDE
2.
📦 Install the library
Start the Arduino IDE, press the Sketch menu, and then Include Library > Manage Libraries. Search for Microfire_Mod-NTC and install the library.
3.
🔢 Code
Below is the Basic example. It can be found in File > Examples > Microfire_Mod-NTC > Basic in the Arduino IDE.
4.
➡️ Upload the code
Pick the board and port, then Upload the code.
5.
🔎 View the output
Open the Serial Monitor, measurements should be displayed in the monitor, with updates every second.
6.
Documentation
The library is documented here:
1.
📦 Install ESPHome
Follow the instructions on the ESPHome website.
2.
⌨️ Start a project
Type esphome wizard mod-ntc.yaml in the terminal. Make sure the path on the terminal is where you want the project to be. Follow the steps, and there should be a .yaml file in the directory you ran the command in. For this write-up, it will be mod-ntc.yaml. If you type esphome compile mod-ntc.yaml you should see the project compile.
3.
🔢 Code
The YAML file should be changed to the following:
Wiring
1.
📦 Install the library
This Python library can installed through pip in a terminal:
pip3 install Microfire-Mod-NTC
Typing python3 -m Microfire_Mod_NTC.shell will start the shell application and give access to
all features and functions of the module. Type help to see a listing of the commands available.
2.
🔢 Code
Create a python script and run the following sample code.
3.
Documentation
The library is documented here:


