
adalloul
Members-
Content Count
15 -
Joined
-
Last visited
About adalloul
-
Rank
Member
Profile Information
-
Location
Las Cruces, NM
-
Interests
Energia MSP430F5529LP
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
what did you test it with? Energia? My customer wants over 1 Km in range.. we only changed myLink.begin () to myLink.begin(EasyLink_Phy_625bpsLrm);but still this is not goooooooooooooood
-
When I tested mine CC1310 I got 0.25 km and I talked to a guy Named Robert from Energia and gave me a code to make it jump to 0.30 km still bad~ and not as TI claims 20 km~
-
I would like to know if someone has worked between CC1310 and Arduino Uno, Mega, or anything.... Master\Slave type a thing? I swear to GOD, Texas instrument are great but their support is horrible
-
- cc1310
- communication
-
(and 1 more)
Tagged with:
-
we used TXD and RXD for GPS data.. we got NEMA data which it was bypassing the library code and just reads whatever gps is sending (raw) data. Energia site says they would add information about software serial later.. Can you refer me to a good source to teach how to use UART communication with Energia instead?
- 8 replies
-
- msp430f5529
- gps
-
(and 2 more)
Tagged with:
-
We used that method yesterday and unfortunately, we the stream of data we got is not suitable for our project. I wounder if there is any softwareserial on the msp430
- 8 replies
-
- msp430f5529
- gps
-
(and 2 more)
Tagged with:
-
can you name the pins associated with your claim of using Serial besides (P3_3 and P3_4) because these are Hardware Serials
- 8 replies
-
- msp430f5529
- gps
-
(and 2 more)
Tagged with:
-
I have a GPS breakout, we have got it to work via hardwareserial which we truly do not want. We want it to work over software serial
- 8 replies
-
- msp430f5529
- gps
-
(and 2 more)
Tagged with:
-
It works now.. but We need to find a way were we have a software serial Bus for camera and gps
-
I have the same LP with different GPS (SparkFun Venus GPS logger) that uses same pins.. I used TinyGPS++ Library from Github but no luck.. we get data printed out but zeros every where.. any idea why?
-
Yeah I am using VC0706 camera from adafruit link below, which uses Serial1 over P3_4 and P3_3. My GPS needs to communicate over UART same as the camera. However, for the GPS, I defined a tx pin and rx pin using the digital pins with SoftwareSerial (rx,tx) and it didn't work. The weirdest thing is the gps works perfectly with an arduino uno and mega. camera link : https://learn.adafruit.com/ttl-serial-camera?view=all gps link : http://www.kr4.us/venus-gps-logger-with-sma-connector.html?gclid=Cj0KEQjwmv7JBRDXkMWW4_Tf8ZoBEiQA11B2fqGRPuhktNFPyvZaPYk_xLK_ySCHRx9g-1Z_8A5RvboaAorz8P8HAQ
-
I have a GPS module from Sparkfun that uses Rx and Tx.. Can I use Serial1 same as the camera? man these MSP's are pain
-
I would like to know if anyone used the Sparkfun GPS logger on MSP430. The example used by the library from Github is legit for arduino only 3.3v, rx, tx, and ground. When we connect them to MSP430 it doesn't work.
- 8 replies
-
- msp430f5529
- gps
-
(and 2 more)
Tagged with:
-
Hi all, I have MSP430F5529LP V1.6 working with Energia Platform IO and Atom (not all time), but mainly Energia.. I would like to know if someone has solved the SD breakout for the MSP430..as well as the schematics. I have pulled the SD-Master library but apparently its not compatible with MSP.. My target/goal is to have a camera VC0706 with Micro-SD breakout .. but this "MSP" isn't compatible... My Error: Energia: 1.6.10E18 (Windows 8.1), Board: "MSP-EXP430F5529LP" WARNING: Spurious .github folder in 'RTClib' library WARNING: Spurious .github folder in 'RTClib
-
- msp430f5529lp
- micro-sd
-
(and 1 more)
Tagged with:
-
Hi there... Did you get your issue solved? please let me know! thanks