Close

First Code Talk

A project log for Github Connected Soldering Iron

My favorite programming language is solder -- Bob Pease

cabalistcabalist 05/01/2017 at 03:230 Comments

My first steps to get this code working:

1) Explore the `Timer` class in Micropython or the `time` module. Can this handle 1hr+ events?

2) Port some minimal piece of pure python git to MicroPython. This code here is probably the most adaptable. https://github.com/benhoyt/pygit Gonna have to go at it with a machete...

3) Create voltage sensing code using one of the SCT-013-000 Non-invasive AC Current Sensor Split Core Transformers.

Discussions