Jump to content
43oh

amirchaudhary

Members
  • Content Count

    17
  • Joined

  • Last visited

Everything posted by amirchaudhary

  1. Aaaaah!!!! Finally found a better solution rather than deleting the ino's from the folders. Trick: I have window 7 32bit Windows 7 Theme, Just change it to window classice theme and it will work fine. Atleast it is working fine for me. Enjoy Engineering!!!!!
  2. @@Eddie, This is a fix but does it have a permanent solution. I also get the same error (Launch4j An error occurred while starting the application). when i start energia14,15,16 but it starts fine with energia13. Anyone with any proper solution.!!!!
  3. Hii, I am using GPIO 8 of CC3200 lauchpad but i am not able to control it. I have tried it by assiging all the pin numbers but in vain. for eg:. GPIO 6 is Pin 5 in energia, Similarly i mapped GPIO 8 as pin 27 but it didnt worked please guide, which pin is in energia for GPIO 8. I have refered the pin mapping image of cc3200 and also the cc3200 datasheet Awaiting Reply!!!
  4. Hi, Thanks for the help so far. OTA is available in CCS can we do it using energia, also is it possible to load the program the energia code over the air so we dont have to go to the site and program it again if any changes is to be made.
  5. Thanks for the help the client.h file I was having didnt had these lines as above so downloaded new client.h from and edited as instructed. virtual int sslConnect(const char *host, uint16_t port) = 0; virtual int sslConnect(IPAddress ip, uint16_t port) = 0; to virtual int sslConnect(const char *host, uint16_t port){}; virtual int sslConnect(IPAddress ip, uint16_t port){}; and it worked Thanks for the guidance!!!
  6. A very heartful thanks for the all the support. I am using windows 7 32 bit os. I had issues related to static ip which is solved in energia 14, but encountered a new issue. My libraries are working fine in energia13 and also in arduino but not in energai14. Below is the error it gives while compiling. D:\energia-0101E0014-windows\energia-0101E0014\hardware\cc3200\libraries\ActionCharts\ActionClient.cpp: In member function 'int ActionClient::post(ActionFeed&)': D:\energia-0101E0014-windows\energia-0101E0014\hardware\cc3200\libraries\ActionCharts\ActionClient.cpp:12:14: error: cannot d
  7. I formated and loaded the new service pack, then i loaded WiFiGetHostIP sketch (first sketch) it worked fine and gave me output as in the first window but when i load sketch to connect it to a static ip it fails displays IP Adress as 0.0.0.0 Again repeated the procedure formated loaded new service pack and the wifigethostip it worked but agian when i loaded the static ip sketch it again says the same ip as 0.0.0.0. the Please guide !!!!
  8. Hi, I have CC3200 launchpad and it is working fine with dynamic ip. Now i have to connect it to static ip and here the problems starts. I am using windows 7 32 and other pc with windows 7 64bit with energia to program it and i already formatted and install the new service pack. Now when i load wifigethostip it works cool and gives information as asked in the code but when i load static ip addressing sketch it does not connect with my router and it displays IP Adress as 0.0.0.0 Please guide to connect it to net using static ip address Attached is the code for both along with the serial mo
  9. I have interfaced accelerometer sensor using energia but not able to program the temperature sensor on CC3200 launchpad but not able to connect the compiler shows the following error C:\Program Files\energia-0101E0013\hardware\cc3200\libraries\Adafruit_TMP006\Adafruit_Sensor.cpp:2:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated. but this was solved wen i copied the adafruit library but again a new error C:\Program Files\energia-0101E0013\hardware\cc3200\libraries\Wire\utility\twi.c:25:20: fatal error: avr/io.h: No such file or directory compilation
  10. I have interfaced accelerometer sensor using energia but not able to program the temperature sensor on CC3200 launchpad but not able to connect the compiler shows the following error C:\Program Files\energia-0101E0013\hardware\cc3200\libraries\Adafruit_TMP006\Adafruit_Sensor.cpp:2:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated. but this was solved wen i copied the adafruit library but again a new error C:\Program Files\energia-0101E0013\hardware\cc3200\libraries\Wire\utility\twi.c:25:20: fatal error: avr/io.h: No such file or directory compilation
  11. Did any one dont have similar issue awaiting for any guidance!!!
  12. Hi, I had a CC3200 Launchpad and i programmed it with energia to send data on xively and it worked out, but the board got damaged so i bought another board of same version CC3200 Launchxl Rev 3.2. I am using windows 7 with energia to to program it and i already formatted and install the new service pack. Now i programmed it to blink the led on launchpad and it worked fine but wen i programmed it to connet to internet it is not getting connected to internet. Please guide!!!!
  13. Hi, I got a CC3200 Launchpad and i installed CCS 6 and uniflash as per the TI website. I installed Energia as I am already working Arduino, now connected the launchpad and done connections SOP2 with the J8 pin as ur website. now i successfully loaded the sketch in the launchpad but it is not responding to any programs. Programmed the board with blink sketch and it uploaded successfully but it did not respond. Do i have to remove any jumper or short any pins. Please Guide!!!!!
×
×
  • Create New...