Search results

  1. taltsutamatu

    Descriptor error 43, Teensy 4.0, Windows 10

    Hi, I have a problem with Teensy 4.0 programming. It worked as usual, successfully programmed, but yesterday it stopped programming. Seems like there was disconnected power while programming. Now I have descriptor error in device manager on windows 10. If I use Teensy Loader with HEX files, it...
  2. taltsutamatu

    Arduino IDE 2.0.0

    The Serial monitor doesn't works with teensy4.0 in IDE 2.0, but does work in IDE 1.8.13. I can upload a sketch, but if I try to open Serial monitor, I get the message "Not connected. Select a board and a port to connect automatically".
  3. taltsutamatu

    Arduino IDE 2.0.0

    Is Teensyduino support Arduino IDE 2.0.0?
  4. taltsutamatu

    Teensyduino 1.55 Beta #1

    Oh, sorry:)
  5. taltsutamatu

    Teensyduino 1.55 Beta #1

    I'll try to apdate. I can test your version
  6. taltsutamatu

    Teensyduino 1.55 Beta #1

    There is a photo from the oscillograph:
  7. taltsutamatu

    Teensyduino 1.55 Beta #1

    I'm working on sound playing from SD card to MQS pins (10 and 12). There is sound from both channels if I output a sound from a sine, for example (not from SD card). But after initialization SD (SD.begin(SDCARD_CS_PIN)) there is sound from pin 12 only. Pin 10 is not work. I've described this...
  8. taltsutamatu

    MQS output from SD card

    thank you a lot:)
  9. taltsutamatu

    MQS output from SD card

    1.55 version of what?
  10. taltsutamatu

    MQS output from SD card

    Speaker on pin 10 stops working after SD card initialization (SD.begin(SDCARD_CS_PIN))
  11. taltsutamatu

    MQS output from SD card

    thx:) There is a video: https://youtu.be/WEkGye7nsIc
  12. taltsutamatu

    MQS output from SD card

    It works. So problem in using SD or incorrect using gui
  13. taltsutamatu

    MQS output from SD card

    okay, I'm trying
  14. taltsutamatu

    MQS output from SD card

    well, actually, I've added pinMode trying to solve problem with sound:) So problem was before I added this.
  15. taltsutamatu

    MQS output from SD card

    pinMode(10,OUTPUT) I've tried to delete. Did not helped
  16. taltsutamatu

    MQS output from SD card

    Yes, automagically:) and 12 pin working, music from SD card playing in speaker.
  17. taltsutamatu

    MQS output from SD card

    photos: https://dropmefiles.com/hwRFm
  18. taltsutamatu

    MQS output from SD card

    Teensy 4.0 Teensyduino v1.54 CS - pin 36 MISO - pin 34 MOSI - pin 35 SCK - pin 37 These pins connected to SD card. I using audio amplifier "arduino module amplifier PAM8403 mini 5V 2x3W". It connected to 10 and 12 pins. There is sound from pin 12. Pin 10 don't work, no sound.
  19. taltsutamatu

    MQS output from SD card

    In sketch I defined CS pin 36
  20. taltsutamatu

    MQS output from SD card

    Channel 12 is working (MISO from SPI). Don't work channel 10 (CS from SPI).
  21. taltsutamatu

    MQS output from SD card

    I'm trying play WAV file from SD card. I connect SD to SPI2 (CS pin 36). There are 2 dinamics on 10 and 12 pins (left and right channels). But working left channel only.
Back
Top