Jump to content
43oh

guycs

Members
  • Content Count

    7
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by guycs

  1. @energia This polling kind of solution is somehow ruin the whole beauty of using the event handler as it slows down the response to received topics and turns it to be non deterministic as it is dependent on the program flow, Is there other way of doing it that would be functioning like a real event handler or interrupt? Also, @orpeleg7 nice catch make me wonder if anyone at TI is running the example programs at all, before they are being added to the released libraries? Thanks
  2. Hello, I am trying to connect the CC3200 to the Watson IoT by using the CC3200 RegisteredWIFI example. I have done it according to the following recipe including modifying the OrganizationID, typeID and deviceID. and authentication token to fit the device that was created on the Watson IoT char organization[] = "39hbk4"; //"<replacewithorg>"; char typeId[] = "iotsample-ti-energia"; char pubtopic[] = "iot-2/evt/status/fmt/json"; char subTopic[] = "iot-2/cmd/+/fmt/json"; char deviceId[] = "000000000000"; char clientId[64]; char mqttAddr[IBMSERVERURLLEN]; int mqttPort
  3. Hi Rei, Thank you for letting me know, anyway I have already modified the Adafruit GFX library so it now runs on the CC3200, I will publish it as soon as I finish some last cleanups, During the process, I have learned about some compilation differences between Arduino and Energia which I'd be happy to share if there is any interest Thanks Guy
  4. I haven't tried because it doesn't mention CC3200 or even MSP 432 in the list of the supported Launchpads
  5. Thanks Rei, I am surprised such a working library doesn't exist as ili9341 is such a common driver so it is a very basic need, DOes the (Universal) Color LCD graphics library can serve this purpose? I have tried to port the Adafruit_ili9341 library but it doesn't compile, First the compiler didn't recognize all the #define statement for functions and after I replaced them in the code, it started throwing error messages for not recognizing the Registers names, so I got errors like this one: error: 'misopinmask' was not declared in this scope I am now trying to
  6. Is there an Energia library that support ILI9341 running on CC3200 or other simplelink launchpad? I was happy for a minute as I found this post by Rei Vilo but then I discovered that the libraries are no more available for download, also I am not sure if they would run on CC3200 Another related question is: has anyone succeeded to use adafruit GFX libraries for Arduino (I mean with TI simplelink launchpad using Energia)? Or what does it take to port the library? Any help would be appreciated, Thanks Guy
×
×
  • Create New...