VIVEKSUTAR0709 0 Posted November 29, 2017 Share Posted November 29, 2017 Hello Sir/Madam, I am using the GPS module NEO-M8N, wants to interface to ArduCam_CC3200_UNO board, Can anyone help me with this. Quote Link to post Share on other sites
Rei Vilo 695 Posted November 29, 2017 Share Posted November 29, 2017 There are many libraries available for Arduino and compatible with Energia. You may need a logic level converter if the GPS operates at 5V. Quote Link to post Share on other sites
VIVEKSUTAR0709 0 Posted November 29, 2017 Author Share Posted November 29, 2017 Yes I Have 3.3v Module with me. When I am trying to run code in energia it gives me error for SoftwareSerial file. what should i do? Quote Link to post Share on other sites
dubnet 238 Posted November 29, 2017 Share Posted November 29, 2017 You didn't mention which specific launchpad you were using. Software serial, IIRC, is only supported on the valueline MSP430G series MCUs without hardware serial built in. So unless you are using one of these, you will need to modify your code to use the hardware serial port on the MCU you are currently using (instead of software serial). Quote Link to post Share on other sites
VIVEKSUTAR0709 0 Posted November 30, 2017 Author Share Posted November 30, 2017 10 hours ago, dubnet said: You didn't mention which specific launchpad you were using. Software serial, IIRC, is only supported on the valueline MSP430G series MCUs without hardware serial built in. So unless you are using one of these, you will need to modify your code to use the hardware serial port on the MCU you are currently using (instead of software serial). Thank you for your valuable reply sir, I am using ArduCAM CC3200 UNO board. Quote Link to post Share on other sites
VIVEKSUTAR0709 0 Posted November 30, 2017 Author Share Posted November 30, 2017 10 hours ago, dubnet said: You didn't mention which specific launchpad you were using. Software serial, IIRC, is only supported on the valueline MSP430G series MCUs without hardware serial built in. So unless you are using one of these, you will need to modify your code to use the hardware serial port on the MCU you are currently using (instead of software serial). and how should I change it for ArduCAM UNO board. Quote Link to post Share on other sites
dubnet 238 Posted November 30, 2017 Share Posted November 30, 2017 Since the board is not a TI product, I am not sure how compatible it is with Energia. You may want to check with the manufacturer to verify that it is. Regarding software serial, you will need to change the references to software serial in the sketch to one of the available hardware serial ports. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.