
Usama
Members-
Content Count
5 -
Joined
-
Last visited
About Usama
-
Rank
Noob Class
-
Hi, Is there anyway I can convert specific Arduino Libraries to Energia? I am using lora.h github library in Arduino, but now I want to use it on Energia. How can I modify this library to support my msp430g2553 device on Energia? Thank you.
-
Hi, When doing offset calibration for pH sensor in Arduino we bring pH 7 to 2.5V as Arduino analog output is 5V. Does that mean when the same is done with msp430g2553 the voltage be adjusted to 1.5V as msp430g2553 analog pins output around 3V only? When I tried adjusting the pot I could only bring it to a minimum of 2.5V with msp430. Does anyone know why? Thanks.
-
Yes, it is configured for Hardware Serial. As a matter of fact the code I used can be found here: http://www.electronicwings.com/ti-launchpad/gps-module-interfacing-with-msp-exp430g2-ti-launchpad Unfortunately, I am not getting any output on the Serial Monitor, even when I interfaced with an LCD I don't see any GPS data.