How to use the cloud system of TheAmplituhedron to improve IoT projects [Deprecated]

February 23, 2018

Bring your ideas to life without considering that how to program a server to create a host for web communication using TheAmplituhedron.

Keywords
Brands
Hardware
  • Arduino Uno[1]
  • Arduino Ethernet Shield 2[1]
  • DHT11 Temperature and Humidity Sensor[1]
  • Photo Resistor[1]
  • MQ4 Gas Sensor[1]
  • Flame Sensor[1]
  • Hygrometer Sensor[1]
  • 2-Way Relay[3]
  • Compatible Devices
  • SparkFun ESP8266 Thing[1]
  • NodeMCU ESP8266 Breakout Board[1]
  • Raspberry Pi 3 Model B[1]
  • ESP8266[1]
Software

Disclaimer

As of 2024, I terminated all subscription-based services of my previous and more experimental website — theamplituhedron.com. Thus, you need to host a similar web application on your server to replicate all of the features mentioned in the project tutorial.

Description

TheAmplituhedron is my personal website I post some of my ideas on under three main section, which are Projects, Tools, Articles and I had been working on a free cloud system for approximately two months for sending and getting data over the Internet by communicating the devices such as Arduino Ethernet Shield 2, Raspberry Pi, ESP8266, NodeMCU or any device that is capable of making an HTTP request. Now, the cloud system of TheAmplituhedron is ready to run and this page guides you to create IoT projects with it.

What is the cloud system of TheAmplituhedron?

The cloud system of TheAmplituhedron is a free service that handles server-side programming for web communication and its main purpose is to improve IoT projects. Furthermore, to manage your data packets is uncomplicated by using TheAmplituhedron as a host because of the unique path created by the cloud system of TheAmplituhedron for you.

Start using the cloud system of TheAmplituhedron by taking the following steps.

Sign Up

Please sign up for TheAmplituhedron to create your cloud page.

project_image_1

Go to your Dashboard

Please sign in and go to your dashboard.

project_image_2
project_image_3
project_image_4

Cloud Information Page

Cloud Information Page gives you more details to use the cloud system, please read it before going to your cloud page.

project_image_5

Program your device

If you need to get help to program your device, please go to Cloud Code Generator.

project_image_6
project_image_7
project_image_8

Open your cloud page to manage your data packets

project_image_9
project_image_10
project_image_11
project_image_12

Enter your personal cloud information

project_image_13
project_image_14
project_image_15
project_image_16
project_image_17

Now, TheAmplituhedron is ready to send and get data over the Internet :)

project_image_18
project_image_19

If you have issues to recall the last data packet you send to give a command to your devices, you can try the recovery system which is ready to save your commands permanently in the database.

project_image_20

Test Project

The code of the test project is created by Cloud Code Generator and modified using Arduino IDE.

  • Board --> Arduino Uno
  • Device --> Arduino Ethernet Shield 2
  • Communication Type --> Multi-Channel
  • Request Method --> Post

Videos


Project GitHub Repository

The project's GitHub repository provides:

  • Code files

Schematics

project_image_21

Code

Select File

  • Test Project Code.ino

See on other platforms