Nick

Results 5 issues of Nick

I've determined that https://github.com/mstegen/Open-Chargeport/blob/4fdffded66910fe04250e5dc19f3d89ede9bd17c/Si4010/source/keyfob_demo_main.c#L391-L435 is the same data as https://teslamotorsclub.com/tmc/posts/2383825/ - after I spotted the [note about LSB](https://github.com/mstegen/Open-Chargeport/blob/4fdffded66910fe04250e5dc19f3d89ede9bd17c/Si4010/source/keyfob_demo_main.c#L363). The Si4010 code is 'ready to send', so manchester encoding, preamble, message-repeats...

Since https://github.com/espressif/esp-idf/commit/71c70cb15ce83197cb76e6d808d477ab9e425d76 heap_regions.h is not available. This means v3.0-dev tag is OK, but master of esp-idf isn't at the moment.

This is missing a mention of the specific packages for 'yum' and 'pacman' though unfortunately. These packages are determined from attempts on Ubuntu 18.04-LTS.

I run cast.py on a pi controlled with an X10 remote, so I wanted a way to stop the casting again. Arguably it should be SIGINT handling or something other...