I am sending some data to cloud, how to add these libraries to Open mv board
import hashlib
import hmac
import base64
import requests
import datetime
import time
My code is working in computer now
I am sending some data to cloud, how to add these libraries to Open mv board
import hashlib
import hmac
import base64
import requests
import datetime
import time
My code is working in computer now
Hi, see our documentation. We support most of those libraries onboard.
The OpenMV Cam runs MicroPython. Not desktop Python. We don’t have access to things like an HMAC.
can I use this? “https://files.pythonhosted.org/packages/25/8e/3ea10256f49959da45a389863e8553442a6077aafb0953f388ba7cfd82d5/micropython-hmac-3.4.2.post3.tar.gz”
You’d want to use a MicroPython specific library.