Search results

  1. U

    Teensy 4.0 - based Audio Guestbook

    Thanks, can you please suggest the SD card would perform better? Further, you mentioned standard Teensy audio lib modules will not perform better, is there any other alternative?
  2. U

    Teensy 4.0 - based Audio Guestbook

    @DD4WH Thanks for your response, If you can manage to hear the attached WAV file (Zip), you will find what I mean. Your help to fix this will be highly appreciated.
  3. U

    Teensy 4.0 - based Audio Guestbook

    Missing parts to record I have used the codes and the phone is now recording:), however, while recording the wav files, small parts are failing to record at a regular interval.. for example, while recoding counting number (1-30) - 13 & 26 missing... any suggestion to fix this? /** * Audio...
  4. U

    Teensy 4.0 - based Audio Guestbook

    20:13:27.782 (ports 5): Begin, version=1.57, high-res time 20:13:27.782 (ports 5): LoadLibrary cfgmgr32 ok 20:13:27.782 (ports 5): LoadLibrary ntdll ok 20:13:27.786 (ports 5): callback 0024 20:13:27.786 (ports 5): callback 0081 20:13:27.789 (ports 5): callback 0083 20:13:27.789 (ports 5): hWnd =...
  5. U

    Teensy 4.0 - based Audio Guestbook

    @defragster - thanks for your comments. You are correct, the button press also did not work. The USB cable is good to transfer the previous versions of the codes - it is unlikely an issue. I would assume this is something to do with MTB_Teensy! Please let me know your thoughts. If you confirm, I...
  6. U

    Teensy 4.0 - based Audio Guestbook

    Arduino: 1.8.19 (Windows 10), TD: 1.57, Board: "Teensy 4.0, Serial + MTP Disk (Experimental), 150 MHz, Debug, US English" Opening Teensy Loader... Memory Usage on Teensy 4.0: FLASH: code:99492, data:13612, headers:8748 free for files:1909764 RAM1: variables:18144, code:97112...
  7. U

    Teensy 4.0 - based Audio Guestbook

    Hi, I used the above codes with changing risingEdge and fallingEdge around and solved my previous issues. However, while recording the message, after every 12-13 seconds there are noises for 1-2 seconds. This cycle repeats. I checked the recorded message and found the part of the message...
  8. U

    Teensy 4.0 Audio Shield - SD Card not initialising

    Thanks for the help;)... I made those changes as suggested ... now it works, I can play the greeting.wav and record *.raw files and play back. However, while compiling I am receiving the following. Can anyone please suggest if the following indicating as errors? If so, how can I resolve...
  9. U

    Teensy 4.0 Audio Shield - SD Card not initialising

    Thanks - will try again connecting pins properly as suggested above.
  10. U

    Teensy 4 Audio Shield (Rev D) - SD card initialistaion

    Hello, I have changed the board and cards but now getting only "Initializing SD card.." message with no further progress.. using codes form "C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD\exa mples\listfiles" etc. but similar results #include <SD.h> // change this to match...
  11. U

    Teensy 4.0 Audio Shield - SD Card not initialising

    Hello, I have changed the board and cards but now getting only "Initializing SD card.." message with no further progress.. using codes form "C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD\examples\listfiles" etc. but similar results #include <SD.h> // change this to match your...
  12. U

    Teensy 4.0 Audio Shield - SD Card not initialising

    Thanks ... I have ordered a Rev D Audio Shield and will try the same again.
  13. U

    Teensy 4.0 Audio Shield - SD Card not initialising

    Hello, I am working to make an audio guest book and struggling to get the SD card initialized. Please refer to the following pictures with hardware connections and errors I have been encountering. Any help to fix this would be highly appreciated.
Back
Top