Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <SPI.h>
- #include <Ethernet.h>
- #include <Button.h>
- #include <MaxMatrix.h>
- #include <avr/pgmspace.h>
- PROGMEM prog_uchar CH[] = {
- 3, 8, B00000000, B00000000, B00000000, B00000000, B00000000, // space
- 1, 8, B01011111, B00000000, B00000000, B00000000, B00000000, // !
- 3, 8, B00000011, B00000000, B00000011, B00000000, B00000000, // "
- 5, 8, B00010100, B00111110, B00010100, B00111110, B00010100, // #
- 4, 8, B00100100, B01101010, B00101011, B00010010, B00000000, // $
- 5, 8, B01100011, B00010011, B00001000, B01100100, B01100011, // %
- 5, 8, B00110110, B01001001, B01010110, B00100000, B01010000, // &
- 1, 8, B00000011, B00000000, B00000000, B00000000, B00000000, // '
- 3, 8, B00011100, B00100010, B01000001, B00000000, B00000000, // (
- 3, 8, B01000001, B00100010, B00011100, B00000000, B00000000, // )
- 5, 8, B00101000, B00011000, B00001110, B00011000, B00101000, // *
- 5, 8, B00001000, B00001000, B00111110, B00001000, B00001000, // +
- 2, 8, B10110000, B01110000, B00000000, B00000000, B00000000, // ,
- 4, 8, B00001000, B00001000, B00001000, B00001000, B00000000, // -
- 2, 8, B01100000, B01100000, B00000000, B00000000, B00000000, // .
- 4, 8, B01100000, B00011000, B00000110, B00000001, B00000000, // /
- 4, 8, B00111110, B01000001, B01000001, B00111110, B00000000, // 0
- 3, 8, B01000010, B01111111, B01000000, B00000000, B00000000, // 1
- 4, 8, B01100010, B01010001, B01001001, B01000110, B00000000, // 2
- 4, 8, B00100010, B01000001, B01001001, B00110110, B00000000, // 3
- 4, 8, B00011000, B00010100, B00010010, B01111111, B00000000, // 4
- 4, 8, B00100111, B01000101, B01000101, B00111001, B00000000, // 5
- 4, 8, B00111110, B01001001, B01001001, B00110000, B00000000, // 6
- 4, 8, B01100001, B00010001, B00001001, B00000111, B00000000, // 7
- 4, 8, B00110110, B01001001, B01001001, B00110110, B00000000, // 8
- 4, 8, B00000110, B01001001, B01001001, B00111110, B00000000, // 9
- 2, 8, B01010000, B00000000, B00000000, B00000000, B00000000, // :
- 2, 8, B10000000, B01010000, B00000000, B00000000, B00000000, // ;
- 3, 8, B00010000, B00101000, B01000100, B00000000, B00000000, // <
- 3, 8, B00010100, B00010100, B00010100, B00000000, B00000000, // =
- 3, 8, B01000100, B00101000, B00010000, B00000000, B00000000, // >
- 4, 8, B00000010, B01011001, B00001001, B00000110, B00000000, // ?
- 5, 8, B00111110, B01001001, B01010101, B01011101, B00001110, // @
- 4, 8, B01111110, B00010001, B00010001, B01111110, B00000000, // A
- 4, 8, B01111111, B01001001, B01001001, B00110110, B00000000, // B
- 4, 8, B00111110, B01000001, B01000001, B00100010, B00000000, // C
- 4, 8, B01111111, B01000001, B01000001, B00111110, B00000000, // D
- 4, 8, B01111111, B01001001, B01001001, B01000001, B00000000, // E
- 4, 8, B01111111, B00001001, B00001001, B00000001, B00000000, // F
- 4, 8, B00111110, B01000001, B01001001, B01111010, B00000000, // G
- 4, 8, B01111111, B00001000, B00001000, B01111111, B00000000, // H
- 3, 8, B01000001, B01111111, B01000001, B00000000, B00000000, // I
- 4, 8, B00110000, B01000000, B01000001, B00111111, B00000000, // J
- 4, 8, B01111111, B00001000, B00010100, B01100011, B00000000, // K
- 4, 8, B01111111, B01000000, B01000000, B01000000, B00000000, // L
- 5, 8, B01111111, B00000010, B00001100, B00000010, B01111111, // M
- 5, 8, B01111111, B00000100, B00001000, B00010000, B01111111, // N
- 4, 8, B00111110, B01000001, B01000001, B00111110, B00000000, // O
- 4, 8, B01111111, B00001001, B00001001, B00000110, B00000000, // P
- 4, 8, B00111110, B01000001, B01000001, B10111110, B00000000, // Q
- 4, 8, B01111111, B00001001, B00001001, B01110110, B00000000, // R
- 4, 8, B01000110, B01001001, B01001001, B00110010, B00000000, // S
- 5, 8, B00000001, B00000001, B01111111, B00000001, B00000001, // T
- 4, 8, B00111111, B01000000, B01000000, B00111111, B00000000, // U
- 5, 8, B00001111, B00110000, B01000000, B00110000, B00001111, // V
- 5, 8, B00111111, B01000000, B00111000, B01000000, B00111111, // W
- 5, 8, B01100011, B00010100, B00001000, B00010100, B01100011, // X
- 5, 8, B00000111, B00001000, B01110000, B00001000, B00000111, // Y
- 4, 8, B01100001, B01010001, B01001001, B01000111, B00000000, // Z
- 2, 8, B01111111, B01000001, B00000000, B00000000, B00000000, // [
- 4, 8, B00000001, B00000110, B00011000, B01100000, B00000000, // \ backslash
- 2, 8, B01000001, B01111111, B00000000, B00000000, B00000000, // ]
- 3, 8, B00000010, B00000001, B00000010, B00000000, B00000000, // hat
- 4, 8, B01000000, B01000000, B01000000, B01000000, B00000000, // _
- 2, 8, B00000001, B00000010, B00000000, B00000000, B00000000, // `
- 4, 8, B00100000, B01010100, B01010100, B01111000, B00000000, // a
- 4, 8, B01111111, B01000100, B01000100, B00111000, B00000000, // b
- 4, 8, B00111000, B01000100, B01000100, B00101000, B00000000, // c
- 4, 8, B00111000, B01000100, B01000100, B01111111, B00000000, // d
- 4, 8, B00111000, B01010100, B01010100, B00011000, B00000000, // e
- 3, 8, B00000100, B01111110, B00000101, B00000000, B00000000, // f
- 4, 8, B10011000, B10100100, B10100100, B01111000, B00000000, // g
- 4, 8, B01111111, B00000100, B00000100, B01111000, B00000000, // h
- 3, 8, B01000100, B01111101, B01000000, B00000000, B00000000, // i
- 4, 8, B01000000, B10000000, B10000100, B01111101, B00000000, // j
- 4, 8, B01111111, B00010000, B00101000, B01000100, B00000000, // k
- 3, 8, B01000001, B01111111, B01000000, B00000000, B00000000, // l
- 5, 8, B01111100, B00000100, B01111100, B00000100, B01111000, // m
- 4, 8, B01111100, B00000100, B00000100, B01111000, B00000000, // n
- 4, 8, B00111000, B01000100, B01000100, B00111000, B00000000, // o
- 4, 8, B11111100, B00100100, B00100100, B00011000, B00000000, // p
- 4, 8, B00011000, B00100100, B00100100, B11111100, B00000000, // q
- 4, 8, B01111100, B00001000, B00000100, B00000100, B00000000, // r
- 4, 8, B01001000, B01010100, B01010100, B00100100, B00000000, // s
- 3, 8, B00000100, B00111111, B01000100, B00000000, B00000000, // t
- 4, 8, B00111100, B01000000, B01000000, B01111100, B00000000, // u
- 5, 8, B00011100, B00100000, B01000000, B00100000, B00011100, // v
- 5, 8, B00111100, B01000000, B00111100, B01000000, B00111100, // w
- 5, 8, B01000100, B00101000, B00010000, B00101000, B01000100, // x
- 4, 8, B10011100, B10100000, B10100000, B01111100, B00000000, // y
- 3, 8, B01100100, B01010100, B01001100, B00000000, B00000000, // z
- 3, 8, B00001000, B00110110, B01000001, B00000000, B00000000, // {
- 1, 8, B01111111, B00000000, B00000000, B00000000, B00000000, // |
- 3, 8, B01000001, B00110110, B00001000, B00000000, B00000000, // }
- 5, 8, B01010101,B10101010,B01010101,B10101010,B01010101,B10101010,B01010101,B10101010, // ~
- };
- int USE_POT_CONTROL = 0;
- int data = 42; // DIN pin of MAX7219 module
- int load = 40; // CS pin of MAX7219 module
- int clock = 41; // CLK pin of MAX7219 module
- int StringPos = 0;
- int maxInUse = 2; //change this variable to set how many MAX7219's you'll use
- int maxNumber = maxInUse*8;
- boolean reading;
- int Intensity = 5;
- int BUF_SIZE = 10;
- int SPEED_IN = A0;
- int SCROLL_DELAY = 50;
- String location = "/homework.php HTTP/1.0";
- int t;
- int scrollDelay;
- char serialMessage[100];
- char newMessage[100];
- char *curMessage;
- boolean newMessageAvailable = false;
- char *readata;
- const char *s1;
- char inString[32]; // string for incoming serial data
- int stringPos = 0; // string index counter
- boolean startRead = false; // is reading?
- MaxMatrix m(data, load, clock, maxInUse); // define module
- byte buffer[100];
- // Newer Ethernet shields have a MAC address printed on a sticker on the shield
- byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
- // if you don't want to use DNS (and reduce your sketch size)
- // use the numeric IP instead of the name for the server:
- //IPAddress server(74,125,232,128); // numeric IP for site (no DNS)
- char server[] = "joeybabcock.me"; // name address for site (using DNS)
- IPAddress ip(192,168,1,177);
- EthernetClient client;
- void setup(){
- m.init(); // module initialize
- m.setIntensity(Intensity); // dot matix intensity 0-15
- Serial.begin(38400); // serial communication initialize
- scrollDelay = SCROLL_DELAY;
- newMessage[0] = '\0';
- // start the Ethernet connection:
- if (Ethernet.begin(mac) == 0) {
- Serial.println("Failed to configure Ethernet using DHCP");
- // no point in carrying on, so do nothing forevermore:
- // try to congifure using IP address instead of DHCP:
- Ethernet.begin(mac, ip);
- }
- // give the Ethernet shield a second to initialize:
- delay(1000);
- Serial.println("connecting...");
- // if you get a connection, report back via serial:
- }
- void loop(){
- String pageValue = connectAndRead(); //connect to the server and read the output
- printStringWithShift(pageValue, scrollDelay);
- }
- // if the server's disconnected, stop the client:
- if (!client.connected()) {
- Serial.println();
- Serial.println("disconnecting.");
- client.stop();
- }
- }
- String connectAndRead(){
- //connect to the server
- Serial.println("connecting...");
- //port 80 is typical of a www page
- if (client.connect(server, 80)) {
- Serial.println("connected");
- client.print("GET ");
- client.println(location);
- client.println();
- //Connected - Read the page
- return readPage(); //go and read the output
- }else{
- return "connection failed";
- }
- }
- String readPage(){
- //read the page, and capture & return everything between '<' and '>'
- stringPos = 0;
- memset( &inString, 0, 32 ); //clear inString memory
- while(true){
- if (client.available()) {
- char c = client.read();
- if (c == '<' ) { //'<' is our begining character
- startRead = true; //Ready to start reading the part
- }else if(startRead){
- if(c != '>'){ //'>' is our ending character
- inString[stringPos] = c;
- stringPos ++;
- }else{
- //got what we need here! We can disconnect now
- startRead = false;
- client.stop();
- client.flush();
- Serial.println("disconnecting.");
- return inString;
- }
- }
- }
- }
- }
- void scrollText(void)
- {
- if(newMessageAvailable){ // there is a new message waiting
- strcpy(serialMessage, newMessage); // copy it in
- newMessageAvailable = false;
- printStringWithShift(serialMessage, scrollDelay);
- }
- }
- void printCharWithShift(char c, int shift_speed){
- Serial.print("Printing Char: ");
- Serial.print(c);
- Serial.print("\n");
- shift_speed = 50;
- m.setIntensity(Intensity);
- if(Intensity < 0){
- Intensity = 0;
- }
- m.setIntensity(Intensity);
- if (c < 32) return;
- c -= 32;
- memcpy_P(buffer, CH + 7*c, 7);
- m.writeSprite(maxNumber, 0, buffer);
- m.setColumn(maxNumber + buffer[0], 0);
- for (int i=0; i<buffer[0]+1; i++)
- {
- delay(shift_speed);
- m.shiftLeft(false, false);
- }
- }
- void printStringWithShift(char* s, int shift_speed){
- while (*s != 0){
- Serial.print(" String Left: ");
- Serial.print(s);
- Serial.print("\n");
- shift_speed = 50;
- printCharWithShift(*s, shift_speed);
- s++;
- }
- }
- void printString(char* s)
- {
- int col = 0;
- while (*s != 0)
- {
- if (*s < 32) continue;
- char c = *s - 32;
- memcpy_P(buffer, CH + 7*c, 7);
- m.writeSprite(col, 0, buffer);
- m.setColumn(col + buffer[0], 0);
- col += buffer[0] + 1;
- s++;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement