Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: Po Ting

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    1,734

    Okay :( I saw it's not updated for some time,...

    Okay :( I saw it's not updated for some time,
    With "Serial" chosen it's not working properly with and will reset before going through setup();

    The old version of snooze without the...
  2. Replies
    16
    Views
    11,589

    Thank you :) I'm planning on updating the...

    Thank you :)

    I'm planning on updating the project using Teensy 4 this year
    Should I post on a new thread, or reply under this thread?
  3. Replies
    18
    Views
    1,734

    Hello, not sure if this is related problem ...

    Hello, not sure if this is related problem

    Snooze examples (this case: Snooze\examples\deepsleep\button_hold_wakeup )
    not compiling with T3.6/LC/T4, with USB Type: "MTP Disk experimental" ...
  4. Replies
    9
    Views
    1,986

    you're right, your wires should work I use a...

    you're right, your wires should work
    I use a MCP73831 to charge my portable teensy device, made with LC, connection is similar with your picture above,

    However you can test the connections...
  5. Replies
    402
    Views
    269,181

    Sure, why not I did made some version using...

    Sure, why not
    I did made some version using teensy LC and its fine. using SD card/apa102
    It would be restricted to its SD reading speed, but still can use DMA for apa102 drawing
    could reach up to...
  6. Replies
    21
    Views
    2,953

    Hello, I use nRF24 module a lot too, the...

    Hello,
    I use nRF24 module a lot too, the library is fine with LC, but I've not tested with T4 yet.
    Not sure if the RF24 library did recognize it as using SPI pin, or soft SPI
    if the latter,...
  7. Replies
    4
    Views
    2,183

    tested with another example here using onboard...

    tested with another example here using onboard LED for feed back


    #include <Snooze.h>

    SnoozeBlock dummyConfig;
    SnoozeSPI sdCard;
    SnoozeDigital digital;
    SnoozeTimer timer;
    SnoozeUSBSerial...
  8. Replies
    4
    Views
    2,183

    SnoozeTimer timer; SnoozeUSBSerial usb;...

    SnoozeTimer timer;
    SnoozeUSBSerial usb;
    SnoozeBlock config_teensy2(usb,timer);






    Serial.println("ready to sleep");
  9. Replies
    4
    Views
    2,183

    SnoozeUSBSerial usb; ... ... #if...

    SnoozeUSBSerial usb;
    ...
    ...
    #if defined(__IMXRT1062__)
    SnoozeBlock config_teensy40(usb, digital, compare, alarm);

    Hi, I'm still testing too so I cannot give a concrete answer, but looking...
  10. Replies
    966
    Views
    194,626

    hadn't following for a while, I did this...

    hadn't following for a while,

    I did this before with T3.6, an external button interrupt was used to break flag.
    it should break after a button is clicked and a mtpd.loop() is returned
    I never...
  11. Replies
    966
    Views
    194,626

    Yes it already could. However SDIO interface is...

    Yes it already could.
    However SDIO interface is not avail in teensy 3.2, so it will transfer file at a significant slower rate.
  12. Replies
    16
    Views
    11,589

    First my codes, should need to use some my...

    First my codes,
    should need to use some my specific libraries,
    (though if I remember correctly, the same library with 1.8.7 compiles too)
    this was the full folder of my used version and libraries,...
  13. Replies
    16
    Views
    11,589

    hi alezarate, Sure, I shall publish my work in...

    hi alezarate,

    Sure, I shall publish my work in a while.

    You are correct,
    I'm just not yet convinced if I can't find any commercial value with my design
    It didn't gave me much over two years...
  14. Replies
    16
    Views
    11,589

    Hi Frank, you can find an older version for...

    Hi Frank,
    you can find an older version for arduino nano here :
    https://github.com/Alan-NTHU/POV-Venti---flow-art

    currently I'm not planning on publishing Teensy version of code yet, however you...
  15. Replies
    402
    Views
    269,181

    Hi Janezek, yes both the youtube links is...

    Hi Janezek,

    yes both the youtube links is visit-able, I'm just not sure what's the glitch but I see it clearly now
    the data transfer rate or even frame per second could do something to the ws...
  16. Replies
    402
    Views
    269,181

    Hi Janezek, not sure what your glitch is like,...

    Hi Janezek, not sure what your glitch is like, can you be more specific? or is there a normal group to compare with?

    I saw you have 1531 pixels, if you're using ws pixels you might need to care...
  17. Replies
    402
    Views
    269,181

    Thanks, hope you have progress on your work too!...

    Thanks, hope you have progress on your work too!
    at first I've think ROM at chop is not enough so I focus on using a SD, very well established library, and seek on ROM chip but not successful
    its...
  18. Replies
    6
    Views
    3,348

    Hi, My code attachment on #3 should work, please...

    Hi, My code attachment on #3 should work, please give it a try
    I no longer use the TLC5947 or TLC59711 driver in my later version of POV.
    but the library and code should work, you may look into it...
  19. Replies
    402
    Views
    269,181

    Hello, Happy new year community :) I have did...

    Hello, Happy new year community :)

    I have did another build of POV ( is this still POV anyway? lol) for a drum.
    featuring Teensy LC and 4m (1m*4) of apa102(60pixel per meter) in parallel of...
  20. Replies
    966
    Views
    194,626

    Hello, following also, had anyone successfully...

    Hello, following also,

    had anyone successfully tested MTP on teensy 4.0?

    Thanks
  21. Replies
    402
    Views
    269,181

    I use some of a elapsed microseconds and use...

    I use some of a elapsed microseconds and use other things to do that,
    and check if time is favored or not before FastLED.show(), or DMAshow(), whatever draws the LED
    this part of my


    unsigned...
  22. Replies
    402
    Views
    269,181

    @Janezek I suggest using octows2812 library,...

    @Janezek

    I suggest using octows2812 library, available at PJRC website libraries
    which splices your LED chain into 8 parallel chains and uses DMA for maxima speed

    but you'll need more setup on...
  23. Replies
    402
    Views
    269,181

    @abrownmn : did you meet any problem using with...

    @abrownmn : did you meet any problem using with the hardwares?

    Not sure if cap/resistors matter,
    I did add a 47uF between my power battery
    teensy have enough cap on the board
    and apa102 were...
  24. Replies
    402
    Views
    269,181

    Sorry to interrupt, sharing my work on POV :) ...

    Sorry to interrupt, sharing my work on POV :)

    Here's my latest POV, 36 pixels with Teensy LC setup, surely it should run well with Teensy 3.6 I think? I'll do that later in JULY.
    I've completed...
  25. Replies
    402
    Views
    269,181

    @abrownmn : freezing sounds like a power supply...

    @abrownmn : freezing sounds like a power supply bug,
    if you have your image squeezed, you can adjust settings yourself for a good effect.
    I recommend at a speed that repeats letters "ABCD..." less...
  26. Replies
    8
    Views
    2,923

    Hello, Its been nine months,I've completed adding...

    Hello, Its been nine months,I've completed adding on nrf24 module into my POV and achieved wireless synchronize,
    and also a easy version as a hand LED-stick.
    I can also recommend nRF24 module for...
  27. Replies
    402
    Views
    269,181

    apa102c and apa102 (or sk9812 from China clone) ...

    apa102c and apa102 (or sk9812 from China clone)
    those use SPI wires are probably all usable with FASTLED library with apa102 setup,
    if you were looking for a source, I know the origin company...
  28. Replies
    7
    Views
    3,452

    Hello, did you make it well? Now I have...

    Hello, did you make it well?

    Now I have trouble using nrf24 with SD card on the same SPI port of LC :\
    So looking around if anyone meet this problem too.
  29. Replies
    8
    Views
    3,812

    hello, checking in here. Sorry for reviving,...

    hello, checking in here.
    Sorry for reviving, just thinking about the same thing :
    the libraries were hard-coded to SPI0 and need work to use in SPI1

    in my case I probably will be fine to use SD...
  30. Replies
    402
    Views
    269,181

    glad it worked, switch your line from...

    glad it worked,

    switch your line from
    FastLED.addLeds<APA102, data, clock, BGR >(currentLED, totalLEDs);
    to
    FastLED.addLeds<APA102, data, clock, BGR, DATA_RATE_MHZ(8)>(currentLED, totalLEDs);...
  31. Replies
    402
    Views
    269,181

    Where did you went wrong, does it compile? or...

    Where did you went wrong, does it compile?
    or just not showing intended picture at all?
    you have a working example so the hardware should be fine I guess,

    however your example from adafruit...
  32. Replies
    19
    Views
    10,584

    @Paul Thanks I didn't notice the 6-bit / 12-bit...

    @Paul
    Thanks I didn't notice the 6-bit / 12-bit DAC were different modules.
    I first see the comparator used as wake up source in snooze library, and can use some DAC reference voltage to compare.
    ...
  33. Replies
    19
    Views
    10,584

    Hello, not sure if this question related, I...

    Hello, not sure if this question related,

    I see DAC could be used as a comparator source from datasheet.

    though DAC cannot use AREF as a reference,
    can DAC work as an analog reference,...
  34. Replies
    402
    Views
    269,181

    Not sure if 2020 strips were available yet but I...

    Not sure if 2020 strips were available yet but I did source mine here. Last year they seems to be on tesing and not widely available.
    You can also find details of Fritzing apa102 LEDS on this post
    ...
  35. Replies
    7
    Views
    3,452

    my LC&nrf works fine with direct power from 3.3V...

    my LC&nrf works fine with direct power from 3.3V on LC and pin 8,9 as CE/CSN, 11,12,13 as SPIs, 15 as IRQ.

    I first thought it was related to capacitors , but not all cases?

    my code first didn't...
  36. Replies
    7
    Views
    3,452

    Hi guys, I recently just met some problem with...

    Hi guys, I recently just met some problem with that related,

    from my experience the nrf module could not run faster than 8Mhz,
    I once had a uno run at 24Mhz, that divides to 12Mhz to SPI I guess?...
  37. Replies
    966
    Views
    194,626

    @sschiesser I think something key was written...

    @sschiesser

    I think something key was written in the MTP library, but the library is relative simple to edit
    guess you can probably modify somewhere in...
  38. Replies
    402
    Views
    269,181

    it is safer and stabler as they work on different...

    it is safer and stabler as they work on different voltage by datasheet.

    If you don't shift the level, you have to take your own risk that they don't work as intended
    By far I didn't meet any...
  39. Replies
    402
    Views
    269,181

    if you had extra buttons or time to work on, you...

    if you had extra buttons or time to work on, you can make the brightness adjustable after programmed. I use such settings to swap between daylight and night.

    I plan to solder all the possible...
  40. Replies
    402
    Views
    269,181

    @masterslave wow, there are so many new pixel...

    @masterslave

    wow, there are so many new pixel shops today :\
    guess thanks to widely available pixel strips, and the maker culture.

    not yet,:p:p I'm investing on my low-power radio pairing...
  41. Replies
    402
    Views
    269,181

    @masterslav if your program is not needed to...

    @masterslav

    if your program is not needed to upload for your user, you don't need to leave the button reachable

    otherwise,
    you can line the program pin from the board out to ground through...
  42. Replies
    16
    Views
    11,589

    @embedded-creations thanks for the link! It's...

    @embedded-creations

    thanks for the link! It's useful for anyone would make their own POV

    I use my own board for many reasons,
    preferred density/count and size,
    there is also special designed...
  43. Replies
    8
    Views
    2,923

    @gfvalvo Did, but not deep As I never used any...

    @gfvalvo
    Did, but not deep
    As I never used any RF module before
    I don't understand which mode/state does it refers to (power down/standby?), and if it fits my requirements
    I don't recognize...
  44. Replies
    8
    Views
    2,923

    Thanks for suggestions guys, I just ordered some...

    Thanks for suggestions guys, I just ordered some of nrf24 modules.
    Since my project is a battery project without a hard-wired switch.
    Mainly my questions falls on a module's quiescent currency or...
  45. Replies
    8
    Views
    2,923

    Looking for a start on choosing RF module

    Hello community,

    I'm looking forward to add Radio controll / synchronize to my teensy LED project.
    I am totally new to RF module and used none before
    just did some search and read some data with...
  46. Replies
    11
    Views
    11,501

    Both SD/Sdfat library from teensyduino is already...

    Both SD/Sdfat library from teensyduino is already usable with T3.5/3.6's onboard SD with SDIO features,

    You can just use any example with the CS pin set to BUILTIN_SDCARD
    as...
  47. Replies
    402
    Views
    269,181

    Hi guys, I got a new score on refreshing rate. ...

    Hi guys,
    I got a new score on refreshing rate.

    14634
    this doge.bmp is a 24bit bmp with a width of 80 pixel and gets a horrible 3900 FPS, that squeezes the image
    okay, when it goes to DMASPI it...
  48. Replies
    402
    Views
    269,181

    @gerhards congrads, your first proj is POV with...

    @gerhards
    congrads, your first proj is POV with apa102-2020, and even with IR controll, cool, I think 144 LEDS might be too much for some cards,
    also you'd might need to find a faster card for...
  49. Replies
    16
    Views
    11,589

    I just compiled it with my Arduino 1.85 newest...

    I just compiled it with my Arduino 1.85 newest build and its compile-able .

    It is a less_featured version back in 2016_MARCH. Calling it "corrupted" might be wrong as its only less_featured with...
  50. Replies
    402
    Views
    269,181

    Hello community, I've rearranged some of my...

    Hello community,
    I've rearranged some of my script (of DMASPI) so it can compile with latest Arduino 1.8.5 and Teensyduino 1.42
    I am not good at making library, so I made them into examples,
    This...
Results 1 to 50 of 178
Page 1 of 4 1 2 3 4