Jump to content
43oh

xibot

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by xibot

  1. i tried without luck all the WS2812 / WS2811 related libraries shown at http://energia.nu/reference/libraries/ they all seem to address different mcu types (?) like https://github.com/ILAMtitan/WS2811Driver complains: 0: fatal error: msp430.h: No such file or directory #include <msp430.h> ^ compilation terminated. and the adafruit neopixel lib for arduino: simple.cpp:5:23: fatal error: avr/power.h: No such file or directory #include <avr/power.h> ^ compilation terminated. actually i need to address only one single WS2812 l
  2. hello, i'm new here and confused where i should place my redbearlab CC3200 wifi mini topics ? my first question would be if there is any WS2812 (neopixel) support for the wifi mini ? thanks
  3. switched back to energia 15. now it works again ! so there is a problem with version 16 ?
  4. now it seems blocked forever on windows 7 64bit ;-( only "upload failed" but no message in the console but i had a chance to try an upload in osx and linux. both work !!! so it must be an windows driver problem probably with mbedWinSerial_16466.exe ? any idea how to solve / debug this ? try another driver version ?
  5. this happens to me for the third time in a few days. energia 16 (MK20, win7 64) says "Upload Failed" . nothing else. after many trials with the reset button the upload works again but it seems to me pretty random. actually i though i would have solved this with an 20 sec delay before the loop() to prevent getting stuck with to fast Serial.println() etc.. but know i am stuck again. ----- Serial.println("20ms delay"); for(int i=0; i<10; i++){ Serial.print(i); delay(2000); } Serial.println(""); ----- the old sketch on the Wifi Mini still runs. so what could i do ? btw. is t
×
×
  • Create New...