1

I want to create a system that has an internet connection via a mobile sim and allows owners of enabled telephone numbers to switch a relay by ringing the device sim.

The system must be able to register its IP address on dyndns in order to be accessible via url.

The system will be used to allow the opening of a gate only to owners of authorized telephone numbers, who through a call to the system will activate the relay which will pilot the arm for opening.

More precisely, the device must allow me remotely, via internet connection:

1) upload a list of telephone numbers to an archive;

2) enable / disable telephone numbers indicating whether they are always enabled or a date and time of enabling and disabling

3) have a log, downloadable remotely, of the various accesses with date and time

4) The relay must remain closed for a predefined time and then open automatically

What hardware is needed?

famedoro
  • 119
  • 1

1 Answers1

1

I want to create a system that has an internet connection via a mobile sim and allows owners of enabled telephone numbers to switch a relay by ringing the device sim.

In this instance, you need a SIM card module. The system just tries to upload some log files which is not too large hence you can buy a GSM module and make a 2G connection to your RPi.
Maybe in your area, using the 2G cellular network has expired and you thought that you must make a connection to DynDNS server so the 100kbps is not enough.

sixfab Raspberry Pi 3G-4G/LTE Base Shield V2 can be a good option.

To see better module by the speed you want, check this link out.


... who through a call to the system will activate the relay which will pilot the arm for opening.

It could help if you add more information about the relay. There is a lot of option.

1-Channel: Vithconl PYXQ-9683 Photocoupler Relay Module 1-Channel 5V Compatible with Raspberry Pi, ARM, AVR, DSP, PIC - Open Source DIY Electronic Kit

2-Channel: beioust 2-Channel DC 5V Relay Switch Module Relay Module for Raspberry Pi ARM AVR DSP

4-Channel: UNIVERSAL-SOLDER SIMPLY. SMARTER. ELECTRONICS. 4 Relay Module 10A / 250V, Opto-Isolated Inputs 3-24V - 5V Power Supply - for Arduino Raspberry Pi STM32

8-Channel: Vithconl PYXQ-9684 Photocoupler Relay Module 8-Channel 5V Compatible with Raspberry Pi, ARM, AVR, DSP, PIC - Open Source DIY Electronic Kit

Check this link out - Control a Relay From Anywhere Using the Raspberry Pi for controlling relays.

Mohi Rostami
  • 4,434
  • 1
  • 20
  • 39