Search results

  1. TomChiron

    Midi data filer

    When you search for "MIDI sequencer" some threads come up. Maybe there is something similar?
  2. TomChiron

    CAD for Breadboard and PCB - Help getting organized!

    There is software like https://app.cirkitdesigner.com/ https://www.circuito.io/ ... and others maybe that helps?
  3. TomChiron

    Realtime MIDI Sequencer

    Shouldn't it be the other way round with ...+= Quarters.pulseOn; and ... += Quarters.pulseOff;
  4. TomChiron

    Realtime MIDI Sequencer

    Creative vision from the Teensy. I like that. You could also use ChatGPT to let it explain and analysze the code for you. Possibly it can find the the problem quick if you ask and describe it.
  5. TomChiron

    Help in making a Birdvocals recognition system

    Using a Teensy 4.1 just as a Soundcard to get one microphone signal into a Raspberry Pi looks like overkill to me - especially considering the goal of that great project idea to have a system as cheap as possible. I have no experience with Raspberries, but I am sure there would be other...
  6. TomChiron

    Help in making a Birdvocals recognition system

    About the highpass filter: As long as there is no clipping at any point of the analog stage it is more useful to have a filter implented digitally in software. This way you are far more flexible to choose the exact type of filter with all its parameters.
  7. TomChiron

    Help in making a Birdvocals recognition system

    Is that Teensy really necessary in the setup?
  8. TomChiron

    Help in making a Birdvocals recognition system

    I am curious about the choice of the microphone and the usage: Will you implement a beamformer by delay and sum processing of the four microphones? Is size crucial in this project? Do you expect advantages compared to large microphones with inbuilt directionality?
  9. TomChiron

    a must-have web app : MIDI interface designer

    Great! I think this is a good start and a useful tool. Possibility to share it makes it attractive (besides the mentioned restrictions regarding browsers) Some suggestions for improvements: Button with ability to send midi note (not only cc messages) Button should not send a zero value after...
  10. TomChiron

    Class D amp + AA battery = voltage drop

    For similar setups I am using successfully small powerbanks. There are types with around 1000mAh or so which do not turn off when only small power is taken. You get stable 5V from it. 4 freshly and fully loaded NiMH cells could exceed the limit of 5.5V input voltage of the Teensy.
  11. TomChiron

    Reset Encoder.h Library

    encoder1.write(desiredPosition) is working here.
  12. TomChiron

    Teensy + Audio Board + Bluetooth Module

    The SGTL 5000 chip on the audioboard is connected via the mentioned pins to the Teensy. The audioboard itself does not provide anything additional for I2S. See here: https://www.pjrc.com/store/teensy3_audio.html It is possible to use all clock signals in parallel. For DIN and DOUT different...
  13. TomChiron

    OctoWS2811 – Only 3 out of 4 LED panels light up (channel 3 issue)

    What exactly is the configuration there? The strip which lights up now, where is it connected to?? To the second ethernet port?? Try to send data to all LEDs and check all 8 outputs. It is possible to use any pin now and to define pins. Maybe there is something strange going on now with the...
  14. TomChiron

    Teensy 3.5

    5V needs to be cut. GND has to be connected. There exist USB cables with a switch which in my experience do not work because the data lines are missing. I am using a USB hub with power switches for each port to connect Teensy devices with external power and where the trace is not cut. It stays...
  15. TomChiron

    OctoWS2811 Adaptor issues (Teensy 4.1 & WS2812B)

    It is possible that there is something wrong with the configuration of the Octo library - although I don't see anything. 10 Leds? Your strip looks longer btw the color order just changes the order ... even with the wrong order you would get the single colors - just a different one. Or: there is...
  16. TomChiron

    Teensy 4.0 and OctoWS2811: strange flickering behavior with some LEDs

    It is possible to connect the ground at the adapter, yes. In large setups, often I find it practical to have the ground connection (from Teensy/adapter to the LED power supply) at the LED strip. There is a ground on the output jack of the Octo adapter for each data line. Edit: this way it is...
  17. TomChiron

    Teensy 4.0 and OctoWS2811: strange flickering behavior with some LEDs

    If there is only one power supply which powers both the Teensy and the LEDs there is only one ground which has to be connected to all parts. In the case of powering the Teensy from another source (USB, powerbank, another power suplly) it is important that all grounds are connected. It was...
  18. TomChiron

    Teensy as main controller for a midi fader wing

    15 analog ins for the faders would be easily managable with one Teensy 4.0 and one multiplexer. Very large numbers for analog ins can become challenging regarding grounding and noise to get clean signals from faders or potentiometers. Another option could be external ADC boards. A higher number...
  19. TomChiron

    Teensy 4.0 and OctoWS2811: strange flickering behavior with some LEDs

    Have you checked the ground connections? That can also cause such problems, when the ground from the LEDs is not connected to the Teensy / Otco... ground.
  20. TomChiron

    SparkFun To Manufacture Teensy

    Long header pins are possible, e.g.: https://www.sparkfun.com/break-away-headers-long.html 20 mm length is sufficient. I measured it. You can also connect the 8 pins + 5V + GND using wires or on a circuit board. Or design a PCB. In that case you could design the whole adapter...
  21. TomChiron

    teensy - how build a "two key" keyboard with audio input ?

    You can compile the Teensy to act as a USB Keyboard on your PC and send key messages with the keys of your choice such as the CTRL keys. You can find all the details here: https://www.pjrc.com/teensy/td_keyboard.html The connection of a closing button or morse paddle is not a problem using...
  22. TomChiron

    Teensy 4.1 USB Host cable

    Doesn't hurt to get the right cable, yes. But where do you see that the 4pin connector is missing the 5V pin? There are two GND pins in the 5 pin connector where you can omitt one. The 4pin connector should also work.
  23. TomChiron

    Newbie: OLED/TFT display?

    You can use a breadboard and a few jumper wires to connect the Teensy with your display and anything else you want to try out next. https://learn.sparkfun.com/tutorials/how-to-use-a-breadboard/all
  24. TomChiron

    How is this Capacitive Touch Pot Wired?

    From my limited understanding I would guess: That pattern on the underside acts as the capacitive touch sensor for each potentiometer / encoder. It seems that the housing of the encoders are not connected to ground or anything, right? In this handbook you can find a little bit about "Mutual...
  25. TomChiron

    Possible to DIY a Low-Current "NeoPixel"?

    A few more thoughts: You can get the WS2811 as single chips. These one are on the 12V LED strips, where one chip drives 3 RGB LEDs. https://www.adafruit.com/product/1378 I don't know if or how it would be possible to use them with low current LEDs. There are smaller versions than the very...
  26. TomChiron

    Possible to DIY a Low-Current "NeoPixel"?

    There are some types of addressable LEDs also in different sizes. Adressing all 128 LEDs via one pin is handy and very quick. Why not use, e.g., 10% of power (or even less)? That is roughly the same as the mentioned 2mA per LED. WS2812 and similiar in all it's available versions should be more...
  27. TomChiron

    Teensy audio - Mic IN interférence

    You could try this: disconnect any USB and other connection to a computer. Use a powerbank to power the teensy. Connect headphones to the headphone output of the audioshield. Change your sketch that the microphone input is routed to the headphone output. This way you can check if the problem is...
  28. TomChiron

    What happens if a Teensy 4.1 is powered via Vin and USB ast the same time?

    Technically both is possible and nothing can be damaged. When the Teensy is powered it starts and then it depends what your program is doing and what connection is needed. If the program is not waiting for a serial connection to be there, and it sends serial data, that data can get lost and is...
  29. TomChiron

    How do you get the speed of an encoder?

    Not sure if that sort of debouncing would help for your frequencies?
  30. TomChiron

    Regulator and Ferrite Bead Components for SGTL5000 Design

    Yes, 1,8V is fine for that regulator. There exist different packages with different pin assignments. V_DDD has to be between 1.1 and 2.0V according to the datasheet. As far as I see everything looks correct. The 100k resistors at the line in an out are not on the audio board - you probably are...
  31. TomChiron

    Fast debounce needed

    You could add something like that to your if-statement to detect a new pulse only after your defined time window: if (.... && (micros()-lastTime > 15))
  32. TomChiron

    Teensy 4.1 - Macros triggered by mouse and keyboard

    It sounds that it would not be an option to have additional buttons connected to the Teensy to trigger the macros? That would make things easier. Long ago I've worked with AutoIt. It is a script language where you can do many things under Windows. But as far as I remember you can only get...
  33. TomChiron

    Teensy 4.1 - Macros triggered by mouse and keyboard

    Why do you need an alternative to AutoHotkey? What is the setup? A Windows PC with a Teensy connected via USB? It could be possible to connect the computer mouse to the Teensy via the USB host port. The Teensy can process the input and decides what exactly is passed through and what...
  34. TomChiron

    HX711 on Teensy 4.1 Giving Very Strange Readings

    I remember one thread with a problem where it was solved by using another library: https://forum.pjrc.com/index.php?threads/automated-still-controller-hx711-trouble.73430 ... but it seems you are already using the library which worked there. What forces or masses are you using in your tests?
  35. TomChiron

    Noise Issue with Teensy 4.1, Audio Shield, and PAM8403 Amplifier

    I am still trying to understand: What kind of noise are we talking of? Is the noise only present during SD-card playback? Or always? Without the class D amp, connecting the line-out of the audioshield to another amplifier, there is no noise problem?
  36. TomChiron

    Noise Issue with Teensy 4.1, Audio Shield, and PAM8403 Amplifier

    What kind of noise do you hear? Is it noise during playack from SD card? What exactly is meant by "other setups"? Do you have another configuration where there is this noise not audible? What power source are you using? Have you tried (as a test) to use different power sources for Teensy and...
  37. TomChiron

    vBat specs??

    Thanks, BillFM. I was searching the reverence manual and couldn't find it there. https://www.pjrc.com/teensy/IMXRT1060RM_rev3_annotations.pdf
  38. TomChiron

    vBat specs??

    Maybe you could find some information here: https://forum.pjrc.com/index.php?threads/beware-t4x-rtc-power-consumption.64216/ https://forum.pjrc.com/index.php?threads/teensy-4-1-rtc-battery-life-question.75985/ ... but probably not about maximum voltage. There are threads where 3.8V is...
  39. TomChiron

    minimizing AudioOutputUSB latency for syncing purpose

    That sounds like an interesting project. Not sure if I understand the idea/question. The setup is: - Teensy with GPS module provides timestamp signal over USB audio - Smartphone (Android?) records video signal from integrated camera together with this audio signal from USB - via software...
  40. TomChiron

    Teensy 4.1 Do pins 11+12 not work for pinMode(11, INPUT_PULLUP) ??

    To check the hardware you can use a simple sketch without any library, e.g. use the pushbutton pullup example from tutorial 3. If the pins are working you can rule out any problems with your cable connections or the Teensy hardware. From a quick look at the code I couldn't find where...
  41. TomChiron

    Midi controller with input range and mux 74hc4067ic

    I don't know these libraries. From my understanding from a quick look the mapping of one pot is done on one analog input. Probably the library needs some adaptation to use it with a mux input where the same analog input pin is used for different potentiometers by switchting through these step by...
  42. TomChiron

    Number of LEDs per OctoWS2811 output

    One thing is that the order of the pins is not completely controllable as far as I remember. If you have strips connected to ALL those pins for a test this shouldn't matter at that point. You have 10*400 = 4000 LEDs now in this definition which have all to be set to light up. This should be...
  43. TomChiron

    Theremin, filtering Time of Flight sensor

    Another way would be a simple lowpass: float alpha = 0.2; // choose that you like it // frequency_new = ... map your sensor data frequency = frequency + (alpha * (frequency_new - frequency));
  44. TomChiron

    Low-pass filter problem

    I understood that a gamepad = joystick device to send data to the PC is needed? Not sure how a USB serial device could work here.
  45. TomChiron

    Low-pass filter problem

    I would also ask for the reason why analog signals are used. Connecting the two microcontroller via one serial interface makes it easy to communicate and send data more reliable. If only one direction is needed, only GND and TX to RX would be necessary. Not sure if I understand the application...
  46. TomChiron

    little "click" when re-triggering envelope monophonic synth

    4ms attack and 2ms releaseNoteOn seem quite short and quick. Have you tried longer times, e.g. 20ms or so? Are you planning to make the envelope settings a parameter you can change? You could start to control it via MIDI to play around with it.
  47. TomChiron

    can I combine notefreq with various bandpass filters to detect more notes

    There is a note in the documentation (you can see that in the GUI designer) about an upper limit of 400Hz and besides more information a link to this thread: https://forum.pjrc.com/index.php?threads/different-range-fft-algorithm.32252/page-2
  48. TomChiron

    Tons of noise while reading from SD card

    I understood your post and was reading: 1) powering the Teensy from the buck converter -> noise during SD playback 2) powering the Teensy from Laptop-USB -> no problmes with noise during SD playback which brings up the question if the buck converter (or maybe the wiring / grounding with it)...
  49. TomChiron

    Teensy joystick issues.

    Have you compared to a potentiometer, 10k or so (connected to ground and 3.3V, middle pin to analog in), to check if the code is fine? Then you could compare and check if the wiring of the board you are is the way it should be.
  50. TomChiron

    Tons of noise while reading from SD card

    Could the noise come from the buck converter? Have you tried a 5V powerbank for the Teensy just for comparison?
Back
Top