Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 868 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 868 Bytes

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;