Mikael Håkansson

Results 10 comments of Mikael Håkansson

Thanks @marcellobarile, That is actually what I do (copied from the sample). For some reason I choose hide it with three dots ;)

That is the exact sample I'm running: ``` javascript var GrovePi = require('node-grovepi').GrovePi // put led in port D3 var led = new GrovePi.sensors.DigitalOutput(2); // status will tell us if...

Could there be any type of configurations of the pi I could have missed? I've enabled ic2 and gpio along with running ```curl -kL dexterindustries.com/update_grovepi | bash```

Ad I didn't use the designated sd card (lost it), is this image downloadable?

+1 @JasonPierce are you still working on this?

@davidathompson ...hope this can be of help ## Helper class ```C# public static class CipherHelper { // This constant is used to determine the keysize of the encryption algorithm in...

> However, it seems that this fix makes the number of sent messages equal to the number of selected files. Would this not be the expected behavior?

In my humble opinion the `Message Count` setting makes sense when using *Messages* but is confusing when it comes to *Files*. I've made some changes automatically updating the `Message Count`...

> One is that if you have set the Message count to a higher value than the number of files it will be lowered. Yes I was considering pointing this...