Mohammad Haseeb
Mohammad Haseeb
Can you please post an update on this issue? @linmx0130
I've tested this with FB App version: V348.0.0.39.118. Once an account, that's logged in, denies the `email` scope, it never succeeds. Even if you then uninstall the Facebook app, and...
Thanks for responding @edwinRNDR. I may have made an error in expressing the intent here: ``` val circles = ArrayList for (i in 0 until 100) { drawer.fill = ColorRgba(Random.nextDouble(1.0),...
Is there a known solution to this? Please share.
@temoto It's good to know the project's active and you're maintaining it. May be this project could help: http://eliverse.com/wiki/index.php?title=Programming_Vendiverse_VMC_Board? I know it differs in many respects but I've been meaning...
I was able to scrape the following files: http://eliverse.com/downloads/vendiverse/software/ENV/ENV.ino http://eliverse.com/downloads/vendiverse/software/MDB/MDB_STABLE.ino The last one found here: http://eliverse.com/wiki/index.php?title=Vendiverse_MDB_Module
Just so if it helps you @temoto , I looked into the armbian image on the vendiverse website, and it has the python source code. I'm attaching it here, so...
I think the differences come from using I2C as preferred communication method with the other hardware. The choice of RFC522 might also be because of that.
@azonicdh2000 I haven't. I have instead been working on a pi3/udoo equivalent with arduinos instead. It was a bit hard to copy everything vendiverse offers. This is why I like...
@azonicdh2000 The vendiverse website is now down, but I've hosted the contents here: https://github.com/mhaqs/vendiverse. You may move this discussion over there as well. The vendiverse project does not talk about...