Jump to content
43oh

Skeef

Members
  • Content Count

    6
  • Joined

  • Last visited

About Skeef

  • Rank
    Noob Class

Profile Information

  • Gender
    Not Telling
  • Location
    Russia
  1. Hi! I tried to connect GPRS Shield from Arduino to msp430g2553 with SoftwareSerial library. But I faced with the problem. When the size of sketch exceeds 5590 bytes, global variables do not work. I just add one variable (global string) and the program stops executed correctly. Here is the code: /* When new serial data arrives, this sketch adds it to a String. When a '!' character is received, the loop prints the string "Hello world!" */ #include <SoftwareSerial.h> SoftwareSerial mySerial(P2_0, P1_5); String inputString = ""; // a string to hold incoming data boolean st
  2. Hi all! I have a similar problem. I need to compare two voltages about 0.2V. How can I select external reference for (comp-) which I want to adjust with voltage divider? Thanks for any help!
  3. Hellow! Somebody tried to run this boosterpack with Energia IDE?
  4. Hellow! First, sorry for my english. Second, I have one question. Can I set the baudrate in my MSP430G2553 more than 9600? In Arduino I can write the command "Serial.begin(115200)", but in Energia it doesn't work Can you tell me what I do wrong? Thanks!
×
×
  • Create New...