
Samanvai
Members-
Content Count
5 -
Joined
-
Last visited
About Samanvai
-
Rank
Noob Class
-
Hi Guys, I have been trying to interface CC2500 with my G2 launchpad, i am unable to do so. i interfaced cc2500 with the default spi configuration given in the SPI library with Energia. P2.0 - CS (active low) P1.5 - SCLK P1.6 - MISO aka SOMI P1.7 - MOSI aka SIMO P19- GD0 GDO2 pin is hanging i found a library which i used to code, the code initially checks the value in the registers of cc2500 and serially prints it and matches it with the default values. i have attached the thumbnails of serial output. when my CS pin is connected i get "o" output for all reisters and when i leave it open i
- 4 replies
-
- wireless communication
- SPI
-
(and 1 more)
Tagged with:
-
Unable to retrieve complete NMEA string from serial communication
Samanvai replied to Samanvai's topic in Energia - MSP
@@yosh Thanks, its much easier now! -
Unable to retrieve complete NMEA string from serial communication
Samanvai replied to Samanvai's topic in Energia - MSP
@@yosh, I am trying to parse and store latitude and longitude from NMEA sentence. i have found on internet that msp430g2553 can easily run out of RAM parsing NMEA sentence as one sentence could be in excess of 400bits. will it work? what were the changes you made to the tinyGPS library? Thanks -
Unable to retrieve complete NMEA string from serial communication
Samanvai replied to Samanvai's topic in Energia - MSP
It worked! Thanks. -
Hi Guys, I am new to MSP430 micro-controller. i have interfaced MTK3329 GPS module to my MSP430g2553 launchpad. i am trying to parse the data string i am receiving at hardware serial pin1_1 and pin1_2. here is my code:i am unable to read complete string . here is what i am getting at serial monitor here is the complete format of GPGLL sentence i am trying to read and store-"$GPGLL,1111.1111,a,yyyy.yyyy,a,hhmmss.ss,A,A*hh" Thanks. <code> char gps[20]; char first; int i; void setup() { // initialize serial: Serial.begin(9600); Serial.write("$PMTK314,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0