Aleš Svoboda
Published © Apache-2.0

Arduino SMS Automation Part 2/3

Can you control Arduino with relay via SMS? Let's solve this task with a practical Adeon demo.

IntermediateProtip3 hours6,618
Arduino SMS Automation Part 2/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
Relay Module (Generic)
×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": "RELAY",
				"value": 1
			},
			{
				"isChecked": true,
				"name": "LED",
				"value": 1
			}
		],
		"deviceId": 16,
		"image": "android.resource://cz.jscelectronics.adeon/drawable/device_icon_envelope",
		"messageType": 2,
		"name": "AdeonTestMachine",
		"phoneNumber": "+442079460620"
	}
]

Adeon GitHub page

Adeon library repository and documentation site.

Credits

Aleš Svoboda

Aleš Svoboda

3 projects • 5 followers

Comments