drtrigon

Results 87 comments of drtrigon

What I found is that rescaling helps if I scale the screenshot of this webpage to 90% or the screenshot of the image alone (when clicking the link) to 40%...

(also I do have the issue, that zbar messes up the char encoding and is not able to represent the `ü` properly)

I allways follow the project. Just did not had time to enhance my bus/network yet. Not even to check the new DualUDP strategy recommended by @fredilarsen in https://github.com/gioblu/PJON/issues/223 I recommended...

@gioblu: ...so no plans for adding AnalogSampling compatibility for SAMD (e.g. Arduino Zero) ?

How can I assign an ID to a switch? I think having multiple ids could be useful - eg. having a very simple temperature sensor device that has 1 value....

What I think of is a microprocessor (AVR in my case) that runs code that acts like (a) a switch AND (b) as a device (with own id) at the...

No problem - enjoy your holidays and answer when you have time again... I will shift to another project during that time!

So I modified the SWBB-TL tunneler like this ``` ... StrategyLink link1; StrategyLink link2; PJONAny bus1(&link1, 99); PJONAny bus2(&link2); ... router.set_error(error_handler); router.set_receiver(receiver_function); router.set_virtual_bus(0); // Enable virtual bus router.begin(); ... ```...

I would also like to see that feature, can we re-open the issue?

I think we would need to look at several things: * we need to add a capacitor from data line to gnd for every device; what is the optimal value?...