Andreas Franzén

Results 41 comments of Andreas Franzén

@merbanan I don't think it would work. But then I'm not sure what you're suggesting perhaps but the meter is a landis gyr e360. It has a rj12 jack that...

@zuckschwerdt ok, yeah I guess you're right that it might not be easy but the more I think of it I like this idea the most. And I think the...

@merbanan as in implementing it on the microcontroller side, both the protocol and how to send it with a radio transmitter and on the receiving side have something like rtl_wmbus...

@zuckschwerdt sorry, I'm not suggesting you guys implement it but that if I do you entertain the idea of giving feedback and perhaps in the end accept a PR

Okay, that sounds like you would entertain the idea? If that sounds ok I'll try implement a proof of concept: Alt 1 Use the RadioHead ASK library on a mcu...

So I've not even started and I'm having a problem =) As test data I took your example of having odd bits so I created a struct like so: ```...

So I've been working on this on and off and I've tried a few alternatives: 1. Adding expression evaluation to the flex decoder. I think it would be useful to...

Or perhaps adding a way to load custom devices through dynamic libraries?

Ok, about your suggested thing on top the [signed 3] would be the hardest as I see it now. would `(-([0..1] * 2) + 1) * [1..2] * [8..16] ^...

@bluss what would ```izip!(i.chain(repeat(a)), j.chain(repeat(b)))``` do and is there a cookbook or similar?