thermosensor using a wio terminal with arduino, python
- Wio Terminal
- MCP9700A-E/TQ (thermosensor IC)
- Clone this repository
git clone https://github.com/1taroh/thermosensor_wio-terminal.git
- python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
- download Arduino IDE
- Upload
thermosensor.ino
to your wio Terminal - Create a circuit like the following
python3 main.py
You will see the ambient temperature by serial communications.