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

Search:

Type: Posts; User: AdmiralCrunch

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Velostat changes resistance only on press wirh my finger?

    Hi,

    I want to create a button-pad and therefor I have got me some of this Velostat.

    In first experiments, simply two wires with a slice if velostat as a bridge/switch over it, worked fine.. ...
  2. good point, thank you.

    good point, thank you.
  3. Need help choosing the correct battery

    Hi

    I need to choose a battery for my Teensy3.6-Waeable-Project.

    Here is some criteria that it needs to have:

    1) as small as possible
    2) long duration and much power
    2) need to be...
  4. T3.6 & AudioShield only noise output

    Hi

    I had my first tries on T3.2 and the AudioShield. Everything worked as it should. So I changed the T3.2 with a T3.6 and now only big noise gets out of the AudioShield.
    I loaded the...
  5. many questions about sample-recording/-playing

    I am playing around with TeensyAudio and have some questions for which I cannot find anything in the web.

    1) can a raw/wav/mem be played from a certain position? (sampleStart)

    2) I am...
  6. that did it :) thank you :)

    that did it :) thank you :)
  7. Feedback-Loop or Teensy out of memory?

    I try to build a simple looper.

    There should be 4 samples that a user can trigger via button and the play/stop/rec-buttons for the looper. In rec-mode, the looper should record when the user is...
  8. Audioshield - wire LineOut L/R/GND to LineIn L/R/GND

    Hi

    I am very new to Teensy-Audio so please be patient with me :)

    I want extend the Audio-Example: "Part_2_03_Samples" so the sample-playing is beeing recorded.. a simple looper.

    1) when no...
  9. Replies
    4
    Views
    2,601

    #metoo :D .. seriously, I would love to see...

    #metoo :D

    .. seriously, I would love to see how you did that.
  10. this seems to work perfectly :D thank you...

    this seems to work perfectly :D

    thank you very much.
  11. How to control SMD-LED WS2812B (WS2811 Controller) with Teensy 3.6

    Hi,

    for my project I need to have control over 16x WS2812B (or a other RGB-SMD-LED with same size) seperately.

    I have bought some of these to test, but I can't figure it out, how to control...
  12. Replies
    2
    Views
    128

    bro .. works:) ! .. thank you

    bro .. works:) ! .. thank you
  13. Replies
    2
    Views
    128

    send int-var with Serial1.write()

    Hi

    I somehow have serious trouble sending vars through serial between my Teensy and Raspi.

    (I want to send strings like: "myVar:1;")



    int i = 2;
    Serial1.write("myVar:");
  14. Replies
    0
    Views
    115

    too low values from analogRead II

    hi,

    i had a first try ever and got my first PCBs delivered .. while equiping it turns out, that i made a mistake in the blueprint for my slide-pots so I had to be creative.. the holes are too...
  15. I did.. (I use T_3.6) const int...

    I did.. (I use T_3.6)



    const int ShiftPWM_dataPin = 28;
    const int ShiftPWM_clockPin = 27;

    but it is not working.
  16. shiftPWM - Alternate MOSI / SCK pins

    Hi,

    something I really don't get.. in the shiftPWM-lib i have to uncomment the following lines to get it working


    #define SHIFTPWM_NOSPI
    const int ShiftPWM_dataPin = 11;
    const int...
  17. Replies
    3
    Views
    386

    Hi Paul, thanks.. I mean for example...

    Hi Paul,

    thanks..


    I mean for example this B10K18.. sorry i can't find the datasheet.
    14960

    .. i experimented a bit and found out, that the right outer pin seems to be a dummy.. when i...
  18. Replies
    3
    Views
    386

    global questions on potentiometers

    hi,

    - can someone explain the difference between common potentiometers with 4 pins, and thos with 4 pins?

    - I need 38 potentiometers in my project, and I am looking for good (reliable) ones,...
  19. Replies
    8
    Views
    595

    Hi guys .. thank you for the advices. I have...

    Hi guys .. thank you for the advices.

    I have now tested EVERYTHING .. and now I found out that it really was wires.. i have ordered me some more jumperwires and breadboards from amazon and after...
  20. Replies
    8
    Views
    595

    Hi yes, with a 10K resistor. Oh, i'm...

    Hi


    yes, with a 10K resistor.


    Oh, i'm sorry.. forgot to change the pinMode back after I tried various things.. it is both pinMode/digitalRead on pin 14
  21. Replies
    8
    Views
    595

    Edit: is my Teensy broken? ..oO I unplug...

    Edit:

    is my Teensy broken? ..oO

    I unplug everything and load the pushbutton-example

    void setup() {
    Serial.begin(38400);
    pinMode(7, INPUT);
    }
  22. Replies
    8
    Views
    595

    my circuit acts mad

    Hey folks,

    i apologize in advance for this, .. this is really stupid, but don't know what to do anymore :/

    i am working on a bigger project (some of you may know me because i often ask...
  23. Replies
    6
    Views
    672

    that is a great idea!! .. I am now working on a...

    that is a great idea!! .. I am now working on a other problem of the project, but I will make this for sure. thanks bro :)
  24. Replies
    6
    Views
    672

    thanks :) .. it is not the converting, it was...

    thanks :)

    .. it is not the converting, it was the timer-resolution :) with micros() everything works like a charm :)
  25. Replies
    5
    Views
    401

    @Paul .. yes I know, sorry :/ .. I'll try to...

    @Paul
    .. yes I know, sorry :/ .. I'll try to follow better. I am really thankfull for the help here. Without this forum I would be able to do nothing :) I try to learn as much as I can, but...
  26. Replies
    6
    Views
    672

    Thanks I tried around a little bit, and now it...

    Thanks I tried around a little bit, and now it works. Adapred the last example from the thread:



    #include <Arduino.h>
    /*
    Repeating Timer
    Code Alternative to ElapsedMillis

    (c)2015 Forward...
  27. Replies
    5
    Views
    401

    Basic coding question on Classes

    Hi

    I do initialize some classes and a button called "btShift":



    #include <Arduino.h>

    #include <cfg.h>
    cfg cfg;
  28. thank you very much :) .. trim() works perfetly...

    thank you very much :) .. trim() works perfetly :)
  29. you are right ..oO .. there should be 20 chars...

    you are right ..oO .. there should be 20 chars in the string, but there are 21 ..

    is there a easy way to trim that in c++? .. I am searching my ass off but all I find seems way to complicated.
  30. Replies
    8
    Views
    490

    @Theremingenieur .. nice thanks :) .. should...

    @Theremingenieur .. nice thanks :) ..

    should I have an eye on what tolerances the components i use in a ciruit have? maybe choose components with the same tolerance? .. of course there are not...
  31. Replies
    0
    Views
    193

    working with platformiu

    Hi

    I heard of platformio and thought I should test it out.. I use VisualStudioCode anyway so...
    first impression looks very cool, but I have some issues I cannot resolve:

    # I have a simple...
  32. Replies
    8
    Views
    490

    did i understand it correctly? many...

    did i understand it correctly?

    many components in a circuit do many things, which means they consume current. the more components there are, the more does the current vary .. so one corrects this...
  33. Replies
    8
    Views
    490

    but how come? .. I mean, when I do the schematics...

    but how come? .. I mean, when I do the schematics .. then when soldering and wirering.. äi thought I have to take care, that everything is stable(?) .. I don't get it why there would be a need to...
  34. Replies
    8
    Views
    490

    what do they do in this video?

    Hi

    I found this video here: https://www.youtube.com/watch?time_continue=878&v=FqQDDpIgNyo
    of how their development-process looks like.. nice and interesting.. but there is one thing i dont't...
  35. Replies
    6
    Views
    672

    midiClock / BPM

    Hi,

    so now the point has come at which I have to deal with coding a sequencer for my project.

    this has nothing to do with the thread-question but as I want the sequencer to be very feature...
  36. oh I just typed it in here.., these are not there...

    oh I just typed it in here.., these are not there in the output.



    I have deleted the file and written everything again from scratch, no whitespaces or nothing.. simply:

    ...
  37. hi so the content of startCfg.txt is: ...

    hi
    so the content of startCfg.txt is:


    MappingPreset:Default
    Pattern:Default
  38. SD.open(myString.c_str()) once worked but suddenly stopped working

    hi

    on my SDCard (T_3.6) I have the following structure:

    | - startCfg.txt
    | configs \ default.txt
    | configs \ myConf.txt
    | pattern \ default.txt
    | pattern \ myPattern.txt
  39. Hi, I don't understand why it sometimes works...

    Hi,

    I don't understand why it sometimes works and sometimes not, but after formatting the SDCard with the SDFORMATTER the problem is gone :)

    Thank you :)
  40. yes I can use it in a raspi without any problems...

    yes I can use it in a raspi without any problems
    the teensy is powered via usb

    in the examples there is also this line

    if (!SD.begin(chipSelect)) {
    on which sometimes it fails..
  41. T_3.6 - SD-Card sometimes works, sometimes not

    Hi

    how can it be, that the SD-Card sometimes works, and sometimes not?
    (in this case I have to plug-off the Teensy, and plugin it again,... sometimes it works again and sometimes I have to repeat...
  42. Replies
    4
    Views
    430

    yes I already saw those.. also took a look at...

    yes I already saw those.. also took a look at those spy-pens, which are nearly exact what I need..but there always some problems.. I would need to hack them, or the resolution is not good enough....
  43. ok, cool thanks for the explanation :) will...

    ok, cool thanks for the explanation :)
    will correct that.
  44. Hi guys.. I just found out, I took 22Ohm resisors...

    Hi guys.. I just found out, I took 22Ohm resisors instead 220Ohm. .. I mean, it works.. should that bother me? should I change that?
  45. Replies
    4
    Views
    430

    Hi thanks so much :) unfortunately all...

    Hi

    thanks so much :)

    unfortunately all those cameras have a too low resolution and they are too big :D

    what I want to do, is to put the tiniest camera i can find to an end of a stick (a pen...
  46. Replies
    4
    Views
    430

    is it possible to ... ?

    I would like to take a really small camera, maybe from a smartphone, and output the signal in realtime to a TV.

    Is that possible?

    What are the smallest cameras available?
  47. Replies
    7
    Views
    598

    yes I got that working with two tennsys now, but...

    yes I got that working with two tennsys now, but raspi just wont read anythig :(

    the curious thing about it is, that I got that wokring a while ago.. I wanted to check out if I can use the Raspi...
  48. Replies
    7
    Views
    598

    oh.. thanks.. now that seems to work now.. on...

    oh.. thanks.. now that seems to work now.. on the recieving T 3.6 i println the incoming Byte and something comes in.

    now back to the Raspi, still nothing coming in -.- .. I know this is the...
  49. Replies
    7
    Views
    598

    yes I did wire it that way: Teensy 3.2 ...

    yes I did wire it that way:

    Teensy 3.2 .................. Teensy 3.6
    RX0 ------------------------> TX0
    TX0 ------------------------> RX0
    GND -----------------------> GND
  50. Replies
    7
    Views
    598

    Serial Commnication not worknig?

    Hi

    I once got had the communication from Teensy to Raspi working, but since a few days I got back to work on it and it just does not work whatever I try..
    So I went now to test it between Teensy...
Results 1 to 50 of 182
Page 1 of 4 1 2 3 4