Paul Deng

Results 6 comments of Paul Deng

Thanks for the inspiring, @libea18 . I have put the patch here for anyone interested to have a try: https://gist.github.com/pauldeng/070071473a68b13b69ef60a70a206f21 Thanks Nyr for the great thing!

@tuannp1307 Your repo is probably private and cannot access it. The simpler your test the better, maybe a plain old js is better than docker. Cheers mate.

I agree, it is confusing. But there is workaround: do NOT use the Topic/Key and Params fields in the redis cmd node. Try this, hope it will be helpful to...

@GeorgeSellner Did you get I2C work? I have the same question.

If you want to use I2C, you can actually use pin 4 and pin 5. For example, I hooked up a sht30 and just initialise it as below would work:...

Thanks for your reply. Perhaps `%x, %lX` can be introduced, just like how C handles long type. Cheers, Paul