Aleš Svoboda
Published © Apache-2.0

Arduino SMS Automation Part 3/3

In the last article of this series we will focus on advanced user management in Adeon library.

IntermediateProtip3 hours3,053
Arduino SMS Automation Part 3/3

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
You can use also different Arduino board like Nano or Mega.
×1
GSM module SIM808
You can use also different GSM module.
×1
LED semaphore module
×1

Software apps and online services

Adeon

Story

Read more

Schematics

Connection diagram

Code

Adeon app configuration file

JSON
Use this code for import into the Adeon app.
[
	{
		"attributes": [
			{
				"isChecked": true,
				"name": "R",
				"value": 1
			},
			{
				"isChecked": true,
				"name": "G",
				"value": 1
			},
			{
				"isChecked": true,
				"name": "Y",
				"value": 1
			},
			{
				"isChecked": true,
				"name": "AUTOOFF",
				"value": 20
			},
			{
				"isChecked": true,
				"name": "ACCESS",
				"value": 0
			}
		],
		"deviceId": 18,
		"image": "android.resource://cz.jscelectronics.adeon/drawable/device_icon_light_bulb",
		"messageType": 2,
		"name": "AdeonRGB",
		"phoneNumber": "+442079460620"
	}
]

Adeon GitHub page

Adeon library repository and documentation site.

Credits

Aleš Svoboda

Aleš Svoboda

3 projects • 5 followers

Comments