Skip to content

andrew72ru/remote_print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remote_print

Arguino print text answer from webserver.

Requirements:

Pins

SIM800:

#define SIM800_TX_PIN           4
#define SIM800_RX_PIN           3
#define SIM800_POWER_PIN        9
#define SIM800_POWER_STATUS     2

Printer:

SoftwareSerial    printerSerial(7, 6); // RX, TX
Adafruit_Thermal  printer(&printerSerial, 5);

ATTENTION

Change init baudrate in Seeeduino GPRS Library for minimal (e.g. 300) value!

TODO

  • Smart delay;
  • Functions to handle fatal error;
  • Power switch;
  • Error led;
  • Soldering;
  • Case;

About

Arguino print text answer from webserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published