Thomas Sarlandie

Results 98 comments of Thomas Sarlandie

I am afraid the best way to resolve this would be to use pigpiod to control your rgb strip. You can try forking `homebridge-gpio-rgb-ledstrip` to do this. It should not...

Only doing SOG/COG now: https://github.com/sarfata/kbox-firmware/blob/master/src/common/signalk/SKNMEA2000Converter.cpp#L56

I ordered a B+ but I have not really played with it yet. Can you try with a model B?

Can you provide more information? What is the problem? Which GPIO are connected? And which one do not respond?

@CaptainRon47, I created this pull-request so I have an easy way to look at all the changes you had done and make sure we cover all of them in the...

> - what samples the client requests: min/max/average/first/last and a way to have for example min and max for navigation.speedOverGround for each time period I do recognize that this is...

> Are you sure this is actually much less verbose? Looking at it with a human eye is misleading as we pretty print and compare. When you remove whitespace and...

Unless we agree on the use-cases, I think we can all be right at the same time and still disagree on the best solution. Reading comments here, I think we...

I really like the idea of GeoJSON and embedding the extra variables directly with the coordinates. This seem a very efficient way to pack the data. However, after doing more...

For context, the [node doc says](https://nodejs.org/api/net.html#net_socket_buffersize): > net.Socket has the property that socket.write() always works. This is to help users get up and running quickly. The computer cannot always keep...