Search results

  1. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Teensy 3.2 I using Output Height(number of leds on Poi) 72 5x Output width(number of image slices) 150 and have space for one more of 100 slice 5x150 slice and one for 100 slice if i need good luck
  2. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    I will try to avoid pictures with a lot white pixels.Or invert in photoshop white to dark. Some of my pictures https://goo.gl/photos/7sCqgNqiHPWhaC1N8
  3. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Thanks for responding I am confused Serial flash /list file give me the file in the propshield Images from PoiSonic converter i write to text file and after through TeensyTransfer writh to propshield. Before propshield -Hex code from PoiSonic directli writh to scetch after "void setup" const...
  4. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi ,again me with question. Images is saved in Propshield memory trough TeensyTransfer. Now i dont know how to reed from Propshield memory. I try to understand trough tutorial in sparkfan where is using Teensy and Propshield ,but there is using to store audio files. Please help for modifying...
  5. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Thanks for replay TT give me Communication error File is 144kb its too big? MacBookLan:~ dzuljo$ /Volumes/DataHD/Users/dzuljo/Documents/Arduino/libraries/TeensyTransfer/extras/teensytransfer -w /Volumes/DataHD/Users/dzuljo/Documents/Arduino/libraries/TeensyTransfer/extras/izgubam200x72.txt...
  6. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi I read about TeensyTransfer and dont understend. -What kind of extension i need to save poisonic converted code for using in TeensyTransfer. I see for audio is using .raw Some sugestion Thanks
  7. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi I need help with PropShield ,i don't know how to use flash memory. i make some mess with code but manage to work through 5v buffer #include "FastLED.h" #include <SerialFlash.h> #include <SPI.h> const int FlashChipSelect = 6; // digital pin for flash chip CS pin //const int...
  8. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    I am with 72 pixels to, but I am using 2x18560 in parallel
  9. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Thanks a lot FastLED.addLeds<APA102, DATA_PIN, CLOCK_PIN,BGR>(leds, NUM_LEDS);
  10. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi With arduino IDE 1.5 sketch working perfect Arduino 1.6 have problem but with sugestion in post #120 Sketch is working but colours is invert Red is Blue Blue is Red Green is Green Thanks
  11. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi I have one idea,i don't know if its possible. My idea is to put 2 parallel led strip in bout side to grow the resolution. One strip can be with number of led- 1,3,5,7........ and second strip 2,4,6,8.....with around 5mm in distance It is posible to change sketch and teensy addressing...
  12. D

    Official Distributors

    HI This is not request for distributor Its request for adding my country for making order I see in your list of country its still exist Yugoslavia today YU is in 6 peaces Can you please add Macedonia in Address and Contact Information-Country Thanks
  13. D

    Teensy Loader 1.27 memory full

    Hi Teensy loader tell me (too large ) In arduino sketch uses 21% in Teensy loader show 91% Befor this conflict i use Teensy LC without problem and arduino clon maybe problem is driver for arduino clon ch340 that i installed I uninstall arduino and reinstall problem still exist I don know...
  14. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Great news Thanks Yep Image quality is different With adafruitDotstar i have 35 image with 72leds and using 80% of memory With FastLed and PoiSonic converter,4 images/Slices200 memory is almost full (better output) with Prop Shield and 8Mbyte no more memory problems In OS X python is already...
  15. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    now i have some error with 'z' Arduino: 1.6.5 (Mac OS X), TD: 1.26, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz optimized (overclock), US English" In file included from BMP72.ino:1:0: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr/libraries/FastLED/FastLED.h:12:2: warning: #warning...
  16. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    sorry for bothering,but still don't understand. if i have #include "FastLED.h" #define NUM_LEDS 72 //number of leds in strip length on one side #define DATA_PIN 7 //= second hardware spi data #define CLOCK_PIN 14 //= second hardware spi clock CRGB leds[NUM_LEDS]; int numberOfSlices =...
  17. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    HI @mortoncopf Thanks for your work I have one question/suggestion If its posible in your sketch to have array with different Output width(number of image slices) for example array 1 int numberOfSlices = 150 array 2 int numberOfSlices = 200 ...... Thanks
  18. D

    Did i kill teensy 3.2 ?

    Hi,I am lucky because a damaged only regulator 3.3v Now i connect directly to 3.3 pin and Teensy working I use teensy for pov poi with apa102 ,72 leds When i connect 3.3v have some error with last 5-10 leds,its flashing RED color How i go up with voltage,number of leds with error going down. I...
  19. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi Dj Namaste,with teensy 3.2 i have 4 image 72*72 and some extra space.Image resolution is 72 pixel/inch and export to BMP before using Poisonic converter. In Poisonic i use 150 slices-image. Sometime i have download error in teensy loader with more of 2 images. Arduino is 1.6.5,teensy 1.26
  20. D

    Teensy 3.1 & Programmable WS2812B RGB LED POV Staff - Newbie Questions

    Hi Paul What's happening with development of add-on board for POV project Thanks
  21. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi,make some test with this image and have result yellow and blue line is visible red is not visible,green maybe image is rotated 90 degree clockwork Poisonic 150 number of slice 72 leds I use @mortonkopf sketch i am confused why image is rotated Thanks
  22. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    @mortonkopf I use your sketch and include only one array generated by your Pixel Poi image converter.Also change different image,result is similar. In the end of the sketch have x2 delayMicroseconds second is for next image (if its presented) or for different purpose? Thanks
  23. D

    Teensy APA102 POV Poi / Pixel Poi Build. Tutorial

    Hi Following #mortonkopf project i build (not finished) pov poi. I have 80-90% of the picture but i like to be full and in all circle. Changing in delayMicroseconds from 40-500 i have best result Maybe this video can explain wat i like to say. https://www.youtube.com/watch?v=fuRlwdvQ2hQ Thanks
  24. D

    Did i kill teensy 3.2 ?

    Yes,it's working. :-) Thats means i can use teensy only with 3.3v input? Or 3.3v is tolerant for 3.7 (4.2v) 18650 battery? Thanks
  25. D

    Did i kill teensy 3.2 ?

    Yep battery was connected to VIN and GND. VIN-VUSB pad connection is not cutted,do i need to cut VIN-VUSB before powering with 3.3V? Thanks
  26. D

    Did i kill teensy 3.2 ?

    I,accidentally touched Teensy3.2 for some seconds reverse polarity. When uploading sketch say done ; Teensy did not respond to a USB-based request to automatically reboot. Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch. Program button Not Responding Can i repair or...
Back
Top