Congratulations, you have sent your data to ANTARES.
Please install antares-http with pip first, make sure pip and Python are installed on CMD (Windows) or Terminal (Linux):
pip install antares-http
from antares_http import antares
data = {
'temperature' : 32,
'humidity' : 80
}
antares.setAccessKey('your-access-key')
antares.send(data, 'your-project-name', 'your-device-name')
Congratulations, you have sent your data to ANTARES.
Please install on Arduino IDE.
Please install antares-http with npm first, make sure npm and NodeJS are installed on CMD (Windows) or Terminal (Linux): More information about Antares for NodeJS can be found at .
More information about Antares for Python can be found at .