Philippe Vanhaesendonck

Results 44 comments of Philippe Vanhaesendonck

Just using the Simplenote API -- wrote a small script which reads back the JSON file and uploads to Simplenote. I did that because: - It works out of the...

Here it is... https://gist.github.com/AmedeeBulle/fdc19b9705a5a9e2f9fc41792dee6901

Yes, I currently have a fork with my PRs in it, but it is indeed better if @claytron is able to continue.

I doubt it can be that simple -- my experience with the RAK modules firmware is that the behavior strongly differs from a version to another (the devil is in...

If the reset pin (1) is low when it initializes it will re-join and rewrite the data in the FRAM. [See here](https://github.com/AmedeeBulle/TTNMkrWanNode/blob/19cb1dccbb93923679e98ea289ffd29836501025/TTNMkrWanNode/ttn.cpp#L52). Alternatively you can either: - Write a sketch...

You shouldn't have to replace anything as the macros are defined here: https://github.com/AmedeeBulle/TTNMkrWanNode/blob/19cb1dccbb93923679e98ea289ffd29836501025/TTNMkrWanNode/debug.h#L46-L51 and the debug variable is setup here: https://github.com/AmedeeBulle/TTNMkrWanNode/blob/19cb1dccbb93923679e98ea289ffd29836501025/TTNMkrWanNode/debug.cpp#L36 I am not sure why that doesn't work for...

While this might work for you, this is not ready for general use... - Second instance isn't optional - It doesn't integrate with the haproxy and webcam daemon (`io.resin.features.dbus: '2'`doesn't...

I have pushed some changes through #11 which allows you to run 2 independent stacks. Having the _right_ printer on the _right_ instance is a challenge as you can't predict...

This is more than overdue, but if you are still looking for this feature, PR #11 should address this...