
VIVEKSUTAR0709
-
Content Count
6 -
Joined
-
Last visited
Posts posted by VIVEKSUTAR0709
-
-
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.
-
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?
-
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.
-
Hii... I am trying to compile the .INO file in Energia foe ArduCAM_CC3200_UNO borad and getting C:\Users\DriveZero\Desktop\ArduCAM_MT9D111_Camera_Playback\ArduCAM_MT9D111_Camera_Playback.ino:29:21: fatal error: ArduCAM.h: No such file or directory
#include <ArduCAM.h>
^
compilation terminated.
exit status 1 Error compiling for board ArduCAM UNO w/ CC3200 (80MHz).
please help me with this.
-
Hii...
I am trying to compile the .INO file in Energia foe ArduCAM_CC3200_UNO borad and gettingC:\Users\DriveZero\Desktop\ArduCAM_MT9D111_Camera_Playback\ArduCAM_MT9D111_Camera_Playback.ino:29:21: fatal error: ArduCAM.h: No such file or directory
#include <ArduCAM.h>
^
compilation terminated.
exit status 1
Error compiling for board ArduCAM UNO w/ CC3200 (80MHz).please help me with this.
GPS interfacing
in Energia - TivaC/CC3XXX
Posted
and how should I change it for ArduCAM UNO board.