Send SMS to mobile


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Send SMS to mobile
# 8  
Old 12-11-2019
How about this as a arduino project with an sms board?

Quote:
PRS SIM900 GSM SMS GPRS communication flip card slot replace SIM900 Through neoway M590 for Arduino
See for example, from AliExpress:

Code:
https://www.aliexpress.com/item/32989711403.html?spm=a2g0o.productlist.0.0.19994049qDak6v&algo_pvid=a84fac8f-6eb2-43e3-8d6c-4ac160f48550

Code:
GPRS SIM900 GSM SMS GPRS communication flip card slot replace SIM900 Through neoway m590 for Arduino

 
 Function modules: 
1. The computer serial port control to send and receive messages, send and receive GPRS data 
2. The single chip microcomputer control to send and receive messages, send and receive GPRS data 
3. The telephone type (no voice part can't talk) 
4. Ringing output 
Current working voltage: 3.7-4.2 V 2 a 
The default baud rate: 115200

# 9  
Old 12-11-2019
Or maybe this kit, also on AliExpress?

Code:
https://www.aliexpress.com/item/32953399908.html?spm=a2g0o.detail.0.0.4d8582fcn1cmUD&gps-id=pcDetailFavMayLike

Code:
Features: 
The onboard two set power supply interface VCC5 5V power supply, VCC4 interface, 3.5--4.5V power supply, optional power on self starting (default) and control start.
The onboard SMA (default) and IPXmini antenna interface, SIM900A interface reserved reset.
The size of the module is 49*50, all the new and original device.
The computer can give early computer debugging USB module power supply, a very large amount of data under the condition of the recommended current more than 1A. Standby dozens of MA data can be set to provide dormancy, dormancy of 10MA low power. Support 2, mobile phone 3,4G card.
The serial port circuit: support for 3.3V single chip microcomputer. TTL serial port support
3.3 and 5V single chip microcomputer.
The SIM card circuit to increase the SMF05C ESD chip.
Antenna circuit: guarantee short and straight, so as to ensure the signal strength.
PCB display screen printing mark: each interface, convenient development two times, the SIM900/A hardware is completely follow the design when the design manual.
Two power supply interface: VCC5, 5V DC above 1A. Computer 5V power supply can be early computer USB. DC long data circuit over larger recommended 5V1A. VCC4, 3.5--4.5V power supply, ibid., suitable for lithium battery.
Control pin all leads.
A TTL level, compatible with 3.3V and 5V.
The two antenna interface, the default SMA straight head, connector for IPXmini antenna.
One way of speech interface, the way Mike interface.
The control interface of each pin description:
GND - GND
SIMR SIM900A RXD, TTL level, can not be directly connected to the 232 level
SIMT SIM900A TXD, TTL level, can not be directly connected to the 232 level
RST - SIM900A reset, active low
VCC_MCU when the SIM900A module and 5V TTL level communication, this pin is connected to DC 5V; when the level of communication of SIM900A and 3.3V TTL, this pin is connected to DC 3.3V.
VCC5----DC 5V input.
VCC4------DC3.5--4.5 input
 
Onboard Resources:
Serial port circuit(with protection)
Antenna interface circuit(SMA bend female port)
SIM card circuit(flip SIM slot)
4*3.5 fixture hole 4pcs
SIM900A serial port output terminal
 
Specifications:
Size:49mm x 47mm
Net Weight:28g
Weight: 38g 
 
Package Included:
1 x SIM900A V4.0 kit
1x Power Cable
1x Antenna

This User Gave Thanks to Neo For This Post:
# 10  
Old 12-11-2019
Or this kit, also on AliExpress:

Quote:
WAVGAT SIM900 850/900/1800/1900 MHz GPRS/GSM Development Board Module Kit For Arduino
# 11  
Old 12-11-2019
And here is a basic code example for using the arduino for an SMS project:

Code:
https://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS



Quote:
TUTORIALS > Examples from Libraries > GSM > SendSMS

Send SMS
This sketch send a SMS message from an Arduino or Genuino board equipped with a GSM shield. Using the serial monitor of the Arduino Software (IDE), you'll enter the number to connect with, and the text message to send.

Hardware Required
Arduino or Genuino Board
Arduino + Telefonica GSM/GPRS Shield
SIM card
See also, on AliExpress:

Code:
https://www.aliexpress.com/item/32864152187.html

Quote:
SIM900 GPRS/GSM Shield Development Board Quad-Band Module Compatible
# 12  
Old 02-24-2020
Update:

I have been doing a lot of Device / Server <--> MQTT <--> Node-RED <--> Device / Server / Mobile Phone recently.

In that work, I trying using a number of SMS gateway services; and all worked "slow" and delivered alerts between 1 and 2 minutes after the server sends the alert. Furthermore, their customer agreements (for example nexmo) say "up to 24 hours" to deliver an SMS message.

So, I switch gears and switched to sending messages using Telegram, and it works almost instantly.

Code:
Device / Server  <--> MQTT <--> Node-RED <--> Telegram <--> Device / Server / Mobile Phone

The Telegram module for Node-RED works well, although it can be a bit tricky to set up the first time (getting the chatid can be confusing); but after a short learning curve, this is a great combo:
  • Linux server Sends MQTT messages to MQTT broker.
  • Node-RED listens for MQTT topic.
  • Node-RED processes MQTT topic when received; and then,
  • Node-RED sends alert or message via Telegram to mobile phone.

This works well, and is FREE (except for your standard Internet fees, so it is no additional costs for most people).
This User Gave Thanks to Neo For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me (3 Replies)
Discussion started by: tricampeon81
3 Replies

2. UNIX for Dummies Questions & Answers

Need to set up UNIX script to send sms on mobile

Hi All, Can anyone please help in setting up Unix script for sending text messages on mobile?? Actually scenario is we want notification when there is any failures in our processes or if any service goes down we must be notified by a text message on our mobile, we already have email... (3 Replies)
Discussion started by: NikhilM
3 Replies

3. Shell Programming and Scripting

Bash script to send SMS

Hey guys I was wondering how to go about creating a bash script to send SMS..any ideas are appreciated.. (2 Replies)
Discussion started by: blackzeus
2 Replies

4. UNIX for Advanced & Expert Users

Script which will run every 10minutes and Send SMS to mobile

Hello Genuis guys, I am running Aix5 and Oracle 9 on it. I have sql query which only count a particular rows. I need to prepare a script which will run that sql query every 10 minutes and if the ouput count is greate than 20. It will send SMS to mobile numbers. Need your kind help to... (8 Replies)
Discussion started by: thepurple
8 Replies

5. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies

6. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies
Login or Register to Ask a Question