Interfacing LCD module to arduinois another important step in this project. JHD162A is the LCDmodule used here. JHD162A is a 16×2 LCD module based on the HD44780 driver from Hitachi. The JHD162A has 16 pins and can be operated in 4-bit mode or 8-bit mode. Here we are using the...
venv - (Python standard library in Python 3.3+) Creating lightweight virtual environments. virtualenv - A tool to create isolated Python environments. virtualenvwrapper - A set of extensions to virtualenv. Package Management Libraries for package and dependency management. pip - The Python package and...
(This project has been initiated by a need to develop low cost probes using the LoRaWAN protocol)For the OneWire probe DS18B20, the library used by default <OneWire.h> and <DallasTemperature.h> seems to be a problem for several people as for me and I opted to control a GPIO to manage...