Skip to content

bitmario/DS1620-Firmata-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS1620-Firmata-Py

Read temperatures from a DS1620 sensor connected to an Arduino using Firmata and Python/pymata-aio

Contents

Inside the arduino directory you will find:

The main python3 script serves as an example of how to use Pymata to retrieve the temperature from our custom Firmata.

Sysex command codes

DS1620_CONFIG        = 0x30
DS1620_TEMP          = 0x31
DS1620_TEMP_RESPONSE = 0x32

License

Licensed under the LGPL v2.1, see LICENSE file for details. See included library folders for respective licenses.