bggardner

Results 41 comments of bggardner

I believe so, as armbian (or any Debian-based distro) uses the same init system. It has the /etc/rc3.d directory populated with similar scripts, and resize2fs is present in the stock...

Updated to present and changed to use `raspi-config --expand-rootfs` in a one-time init script. Please test to verify.

Kudos for getting as far as you have. My guess is that these new message types may be new "Status Update" messages, but because their field values are so different...

Hex dump with timestamps is good, with manual notations of known events. See the wiki for some similar examples. I wonder if the new panels use wireless comm, and just...

Summary/Notes: - Message Type `0x00` (New Client Clear to Send) is broadcast at ~10 Hz (as expected, probably reduces to 1 Hz after a few more seconds). - Message Type...

Still can't make sense of the data. You need to capture the data just before and after a change (current temperature or button press). Try to limit the time surrounding...

Great job! Feel free to update the [wiki](https://github.com/ccutrer/balboa_worldwide_app/wiki) with your findings as you go.

I've done it in [Python](https://github.com/bggardner/pybalboa/blob/master/pybalboa/clients.py), following the [Channel Assignment protocol](https://github.com/ccutrer/balboa_worldwide_app/wiki#channel-assignment-request). Not sure what @rsrawley is doing with the "default" `preferredChannel: "11"`, but the channel should only be supplied by the...

What's the latest on this? As I mentioned in #188, my [socketcanopen](https://github.com/bggardner/canopen-rpi/tree/master/socketcanopen) module provides for standalone master/slave nodes using threading to handle sending/receving/processing messages, including SDO. PDO support is limited...

Thanks @af-silva and @christiansandberg for keeping the discussion going. I agree with your scenarios and dropping support for Python 2.7. I vote (if I have one) for using a common...