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

Search:

Type: Posts; User: GiGiUK

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    627

    Hi Defragster Thanks for the information, ill...

    Hi Defragster

    Thanks for the information, ill explore this option as well.

    Ged.
  2. Replies
    5
    Views
    627

    Hi Paul, thanks fornyour input. Ill take a...

    Hi Paul, thanks fornyour input.

    Ill take a look at the Teensy Loader with Arduino, I didnt see this, must of missed it.

    Regarding the Teensy 4.1, currently im using the Teensy 3.6 with Pedvides...
  3. Replies
    5
    Views
    627

    Without Arduino IDE...

    Hi all

    I`m sorry if this question has been asked a 100 times, I'm sure it has but I haven't been able to find a solution; any support would be very much appreciated.

    So, Imagine this. You have...
  4. Replies
    0
    Views
    283

    Teensy 3.5/3.6 ADC MUX Speed

    Hi all

    I'm building a midi project that samples approx. 20 analogue signals and I need to do it as fast as possible. I'm wondering would it be faster to use 1 CD74HC4067 to multiplexer 10 channels...
  5. Replies
    7
    Views
    1,248

    Hi defragster Yes, i think I have hit the...

    Hi defragster

    Yes, i think I have hit the problem you described above. At address 0, i write a float (for example 1.1), but at address 4 I want to write int (200 for example), but it doesnt seem...
  6. Replies
    7
    Views
    1,248

    Thanks Defragster That did the trick, but I...

    Thanks Defragster

    That did the trick, but I had to apply the same for the "get" command to receive the correct values from the EEPROM otherwise I got rubbish.



    EEPROMA = EEPROM.get(0 *...
  7. Replies
    7
    Views
    1,248

    EEPROM "put"/"get" problem

    Hi all

    Can anyone help me out with this seemingly none complicated problem.

    I've created a C# program to send serial data to a Teensy 3.2. On the Teensy there is the code below. The idea is...
  8. Replies
    14
    Views
    1,267

    Thanks Pete, ill take note of that.

    Thanks Pete, ill take note of that.
  9. Replies
    14
    Views
    1,267

    O defragster, you little beauty and I'm a muppet....

    O defragster, you little beauty and I'm a muppet. COM port changed to COM14...........pfff.

    It seems that after I program the Teensy, it automatically changes COM port, seems bizarre to me.
  10. Replies
    14
    Views
    1,267

    Hi I have made some progress. I have managed...

    Hi

    I have made some progress. I have managed to write a basic C# program that will turn ON and OFF pin 13 LED on a Teensy 3.5 using the USB Type: Serial. Its a breakthrough, I'm really happy with...
  11. Replies
    14
    Views
    1,267

    Thanks luni, this looks promising...

    Thanks luni, this looks promising...
  12. Replies
    14
    Views
    1,267

    How do you mean?

    How do you mean?
  13. Replies
    14
    Views
    1,267

    Custom WIN Program for Teensy

    Hi All

    Does anyone know if its possible to create a custom Windows program that can 1. Read analog inputs, 2.write to the Teensy EEPROM??

    Ive searched but havent found anything. It wod seem a...
  14. Replies
    6
    Views
    859

    The video seems to be about manipulating an mp3...

    The video seems to be about manipulating an mp3 file, but I wont to basically know how I can use the pitch bend midi command with velocity to create vibrato.....

    Maybe you can point me to the...
  15. Replies
    6
    Views
    859

    Hi MarkT Its pitch modulation I want to do and...

    Hi MarkT

    Its pitch modulation I want to do and I'm wondering if I can add it to a velocity command as well. Could you elaborate a little more on "There is the modulated waveform class,...
  16. Replies
    6
    Views
    859

    Vibrato - Using software on a MIDI Note

    Hi All

    I'm creating a midi project and Id like to add vibrato (modulation) to a note automatically via the code. For various reasons, I don't have the option of using a bite sensor like you would...
  17. Replies
    8
    Views
    925

    Hi Would this be a correct assumption: ADC...

    Hi

    Would this be a correct assumption:

    ADC Clock Teensy 3.2 = 400Khz

    1 / 400Khz = 2.5uS
    So the ADC can sample a sensor value every 2.5uS.

    ADC0 needs to sample 11 sensors before sending...
  18. Replies
    8
    Views
    925

    Hi I`m using the CD74HC4067 16 channel MUX....

    Hi
    I`m using the CD74HC4067 16 channel MUX. According to the data sheet there is a “Break-Before-Make” Switching time of 6ns (Typ) at 4.5V, so I have added a 10uS delay between switching channels,...
  19. Replies
    8
    Views
    925

    Hi defragster No Resolution has been set, but I...

    Hi defragster
    No Resolution has been set, but I think I could get away with eight bit. I'm not sure about the average samples, I think one sample would be enough as the ADC is just monitoring a...
  20. Replies
    8
    Views
    925

    ADC Library - faster conversions

    Hi all
    I'm working on a music midi project using Teensy 3.2. I have 22 sensors, 16 of which are monitored by pin A1 using a 16 channel Multiplexer and the remaining sensors using the ADC channels on...
  21. Hi Defragster Thanks for the feedback, it...

    Hi Defragster

    Thanks for the feedback, it makes sense what you said. I was thinking that I could implement a lookup table but I dont know how to do this, any ideas?

    Also, Ive listed my complete...
  22. Hi Defragster Teensy 3.2. The inputs are...

    Hi Defragster

    Teensy 3.2.

    The inputs are changed manually, they are simple tactile switches. Essentially Im trying to create a musical project, the switches turn on the musical notes. Example,...
  23. Reading more than one Digital Input at the same time

    Hi

    I need to be able to detect the changing states of more than one digital inputs at the same time and then cause an action, for example if two switches are activated. Could someone help me with...
  24. Replies
    2
    Views
    847

    Thanks

    Thanks mate for your support....
  25. Replies
    2
    Views
    847

    Audi Shield - Micro SD Card

    Hi

    Can anyone advise me how I can read what files are stored on the Audio Shield micro SD card and a way to add new files to the micro SD card? Im using the Audio Shield with the Teensy 3.2
    ...
Results 1 to 25 of 25