Wipy 2.0 PinOut, Alternate Functions
-
Need for the Complete Wipy 2.0 Pinout
-
I didn't know that chip was changed. Thank you for the info.
-
@livius said in Wipy 2.0 PinOut, Alternate Functions:
And it was changed totally? Or some minor changes?
I suppose only some minor changes..Wipy 2.0 uses completely different chip than wipy 1.0 so yes totally new.
-
And it was changed totally? Or some minor changes?
I suppose only some minor changes..
-
@livius said in Wipy 2.0 PinOut, Alternate Functions:
this one is not good?
That is for wipy 1.0 not wipy 2.0
-
this one is not good?
-
Ralph,
Good thanks.
-
@joaquin It's a bit off topic, but yes that should work. You do need to use hexlify to convert it though. For completeness, this is my test script that worked:
import uhashlib import binascii res1 = uhashlib.md5("foo") res1.update("bar") binascii.hexlify(res1.digest()) >> b'3858f62230ac3c915f300c664312c63f'
RTC is not ready yet, but it will probable be there in the next release
-
@Ralph
This is way used, made the same on Linux with 3.5 and works fine:
Res1=md5(var1)
Res1.update (var2)
Res1.digest ()
Is Correct?Another question is about RTC, not found, is it Ready?
-
Yes, the sha256 will be added in a future release.
Can you provide an example of how you are using the md5 in this case? Note that in the docs for uhashlib, it states that after you call .digest(), no more data can be fed into the hash.
If this doesn't solve it, please make a new post for this issue, so other people with the same issue can find it on the forum.
-
Thanks,
uhashlib have only md5, sha256 will be added?
But update in md5 does not update the disgest, coudl be corrected, please
-
Hi @joaquin ,
We are working on this at the moment, it will be available soon. We'll post it on the forum as when it is.