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

Search:

Type: Posts; User: W5ZZO

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    86
    Views
    3,553

    ctrl-shift-p, then find "Preferences: Open User...

    ctrl-shift-p, then find "Preferences: Open User Settings"

    I also had issues with "tons of temp files" causing errors... mine was something about mingw making an illegal memory access, I assume it...
  2. Replies
    86
    Views
    3,553

    ctrl-shift-p in IDE 2.0.4. That is workplace...

    ctrl-shift-p in IDE 2.0.4. That is workplace settings, look in the Files portion. I had mine on 10000 (10 seconds).
    I changed mine back to the default 1000 (milliseconds) setting... the last thing I...
  3. Replies
    86
    Views
    3,553

    I figured out how I got the compile to happen...

    I figured out how I got the compile to happen with the missing semi-colon. I have autosave set to 6 seconds in my preferences.
    It's probably an omission or a bug, but you can run "compile" or...
  4. Replies
    86
    Views
    3,553

    I don't keep all those old versions, but to...

    I don't keep all those old versions, but to answer your question I am pretty sure I edited the main (6800Emu.ino) file.
    I ended up with all those .ino files because I was trying to share a...
  5. Replies
    86
    Views
    3,553

    OK. I am using IDE 2.0.4 with teensyduino 1.58 on...

    OK. I am using IDE 2.0.4 with teensyduino 1.58 on Windows 10, on a machine with 300 GB (2/3) of the SSD free.
    I will attach the sketch.
    I am not sure about the timing of this issue (whether it...
  6. Replies
    86
    Views
    3,553

    This is as fresh as I could make it. I deleted a...

    This is as fresh as I could make it. I deleted a curly brace and got the expected cascade of errors. I replaced the brace and recompiled the program (I can upload it if wanted, eventually I will...
  7. Replies
    86
    Views
    3,553

    I'll try the verbose output route first. If I...

    I'll try the verbose output route first. If I could get a reliable test case discovered this would be easy.

    - Wes
  8. Replies
    86
    Views
    3,553

    IDK, there's around another 1 GB in there, so...

    IDK, there's around another 1 GB in there, so this mystery daemon needs to shake a tail feather if it's of a mind to break everything.
    I am guessing that the IDE creates the directories and invokes...
  9. Replies
    86
    Views
    3,553

    How can this happen? (1.58 and also 1.57 do it)

    First these screen shots say a lot:
    30788
    30789
    I deliberately erased a semicolon in the source file, but instead of a compiler error message I got that message.
    From the windows explorer...
  10. Replies
    93
    Views
    7,313

    You can change teensyduino versions in the Boards...

    You can change teensyduino versions in the Boards manager. Second icon down on the left edge of main window opens that.
    Pull the scroll bar way down and you will find "Teensy by Paul Stoffregen". It...
  11. Replies
    77
    Views
    11,888

    I'll holler uncle. I redid the process (0.58.3...

    I'll holler uncle.
    I redid the process (0.58.3 -> 1.57.2) and got no error.
    I have no idea what happened, but I am back on 1.57.2 and this time it works.

    - Wes, W5ZZO
  12. Replies
    77
    Views
    11,888

    I installed Beta 3 and everything worked. But I...

    I installed Beta 3 and everything worked. But I got tired of being nagged about updating my boards, so I reverted to 1.5.7 (awaiting release).
    I got this error:
    exec:...
  13. Replies
    48
    Views
    1,273

    Still 37-38 ms here. Not much beats that except...

    Still 37-38 ms here. Not much beats that except Google (11 ms).

    - Wes, W5ZZO
  14. Replies
    48
    Views
    1,273

    Getting 36 ms ping here in Texas (Houston area)....

    Getting 36 ms ping here in Texas (Houston area).

    - Wes, W5ZZO
  15. Replies
    16
    Views
    1,948

    A Teensy 4.1/Audio Shield project that has long...

    A Teensy 4.1/Audio Shield project that has long been in the works is expected to progress beyond the handful stage around February. It's a "Software Defined Transceiver" (Amateur Radio). The actors...
  16. Replies
    6
    Views
    629

    I've been using IDE 2.0.x since it's RC days, and...

    I've been using IDE 2.0.x since it's RC days, and I no longer use IDE 1.0.
    I was just experimenting with the (on my computer) "COM4" and the "COM4 Serial" connections.
    When I connect using the...
  17. Replies
    4
    Views
    259

    They're there. Perhaps your installation went...

    They're there. Perhaps your installation went awry?
    29855

    - Wes, W5ZZO
  18. I posted a finding on the Serial Monitor on the...

    I posted a finding on the Serial Monitor on the Arduino forums, since I could only make my proof work with using COM4 (not teensy port)....
  19. It appears to me there is some sort of buffering...

    It appears to me there is some sort of buffering within the serial monitor. Data from prior "sessions" is stored somewhere, and will be presented along with any new serial data sent. However, the...
  20. That's it. I had 1.57.1 installed, but the...

    That's it. I had 1.57.1 installed, but the version for the teensy monitor was still 1.57.0, why IDK. The file attachment fixed the issue.

    - Wes
  21. Teensy port, IDE 2.0.2 Serial Monitor and resetFunc()

    Using the code I posted below for a minimal example, with my Serial Monitor (on the Teensy 4.1 port) after exercising a reset the SM gets into a funky state where it only sends every other line to...
  22. I switched my connection to the teensypins,...

    I switched my connection to the teensypins, opened the Serial Monitor and made many uploads w/o the menu greying out.
    I suppose it would be nice if some developer at Arduino would fix this, but so...
  23. I should not be happy, but at least now I know I...

    I should not be happy, but at least now I know I am not seeing ghosts by myself.
    I also learned a lot about what the teensy ports are and "what's under the hood" that I did not know.

    - Wes
  24. I have seen and reported the lazy serial data...

    I have seen and reported the lazy serial data display in IDE 2.0.x, iirc it has been there since the RC versions. Data appears to be captured, but will not display until you use the scroll-wheel in...
  25. The effort is incomplete, and most of what is in...

    The effort is incomplete, and most of what is in here has been done over and over, so here are the project files, all zipped up.
    Thanks for looking.

    - Wes, W5ZZO
  26. Yes, it's a larger size program, tons of audio...

    Yes, it's a larger size program, tons of audio objects.

    Memory Usage on Teensy 4.1:
    FLASH: code:84068, data:33928, headers:8976 free for files:7999492
    RAM1: variables:65952, code:80520,...
  27. I have also determined (as best I can) that this...

    I have also determined (as best I can) that this problem DOES NOT happen when the Serial Monitor window is closed.
    I don't know whether the IDE or the Teensyloader is not working right, but as it...
  28. The logs are in...

    The logs are in user/username/appdata/roaming/ArduinoIDE/
    It seems to do a daily delete, at least when you use it every day.
    I went ahead and zipped it so it is now only 13K in size.

    - Wes,...
  29. It happened again, and I have a log. It is around...

    It happened again, and I have a log. It is around 190KB though.
    I don't see any way to attach it, should I just paste it into a message?

    - Wes, W5ZZO
  30. Replies
    18
    Views
    1,241

    Be careful that your issue isn't audio hardware....

    Be careful that your issue isn't audio hardware. I had my stuff plugged into an external USB adapter, and the fade (similar to what you are doing) did not work, simply because the jack I plugged into...
  31. Windows 10 straight up. I got some advice...

    Windows 10 straight up.
    I got some advice yesterday over on the Arduino forum on how to find the log file from the IDE..
    As usual, since I learned that I haven't had a failure yet. I hate these...
  32. Problem when uploading program to T4.1 in IDE 2.0.2

    This problem was not there in 2.0.1 and prior, but what happens is after SOME uploads to my Teensy 4.1, the "Upload" menu-item gets greyed out (and requires a program restart to clear it up). This...
  33. OK. I didn't notice it until you described it. I...

    OK. I didn't notice it until you described it. I will be sure to do that if it happens again.


    - Wes, W5ZZO
  34. So, the link being promoted finally shows up....

    So, the link being promoted finally shows up.
    Gentlemen, you are being played.
  35. Replies
    18
    Views
    1,241

    I would start with: AudioNoInterrupts(); ...

    I would start with:


    AudioNoInterrupts();
    fade1.fadeOut(1000); //uint32_t milliseconds
    fade2.fadeIn(1000);
    AudioInterrupts();


    that assumes some things I don't know about your...
  36. Replies
    2
    Views
    518

    Thanks, Mark. That looks promising. Maybe I'll...

    Thanks, Mark. That looks promising.
    Maybe I'll get a lot of work done on this today, because the bands are (relatively) lousy.

    - Wes, W5ZZO
  37. Replies
    2
    Views
    518

    Idea for Audio Tool page enhancement

    In order to more easily manipulate multiple channels in my synthesizer project, I coded this:


    AudioSynthWaveformModulated *WaveformMod[MAX_CHANNELS]={&waveformMod1, &waveformMod2, &waveformMod3,...
  38. Balancing polyphonic sounds on the AudioMixer4 object

    I am making yet another synthesizer, and so far so good. I have 16 waveforms into 4+1 mixers, and (as warned in the documentation) when I play many notes at once the sound becomes distorted.
    I made...
  39. Wow. Two VERY informative replies. I am thankful...

    Wow. Two VERY informative replies. I am thankful to you both.
    My most immediate worry was how many polyphonic notes to plan for. Following my fellow ham Mark's work, I will allocate 16 and plan to...
  40. How many simultaneous AudioSynthWaveform objects could be used for a synthesizer??

    I'm building yet another silly synthesizer, and off to a good start... it accepts musical keystrokes and makes sounds (and makes them disappear when a key is released).
    I have some keyboard scanning...
  41. Replies
    5
    Views
    514

    In case anyone searches this out someday, here...

    In case anyone searches this out someday, here are my findings:
    1) Using INPUT_PULLUP is too weak to power two diodes at once (multiple rows in the same column at the same time fail). I switched to...
  42. Replies
    5
    Views
    514

    LOL, I concede! - Wes

    LOL, I concede!

    - Wes
  43. Replies
    5
    Views
    514

    Thanks for the response. After I made that post,...

    Thanks for the response.
    After I made that post, I "discovered" delayMicroseconds(). I tested my code and it works with a delay of 2us, but not at 1us.
    For the time being that helps some, as it is...
  44. Replies
    5
    Views
    514

    Scanning matrix keyboard timing

    I have a (partially) half-baked idea to make some sort of YASS (Yet Another Silly Synthesizer). I salvaged some matrix musical keypads and reverse engineered their layout.
    They are the expected...
  45. Navigating to your main site from this forum

    I keep a bookmark for this forum and visit often, usually keeping my mouth shut because I have more to learn than contribute.
    Most support forums would have something like a PJRC logo in the...
  46. Replies
    7
    Views
    888

    Thanks for pointing those links out. I searched...

    Thanks for pointing those links out. I searched for some info b4 I asked, but didn't see those... probably lousy search terms on my behalf.
    I got the explanation I needed to determine that I was on...
  47. Replies
    7
    Views
    888

    Teensy4.1 using an external 3.3V supply?

    I have used a Teensy 4.1 from a 5V regulated supply, and taken a small amount of power from the 3.3V pin (near the 5V in) for a voltage divider circuit (so that I had the same reference voltage that...
  48. Replies
    109
    Views
    10,554

    1.58 Beta #2 has no issues on anything I am...

    1.58 Beta #2 has no issues on anything I am working on, (using 2.0.0 now) although that is not exhaustive regression analysis.
    I am trying to understand why, when I do a verify/compile the...
  49. Replies
    5
    Views
    549

    Thanks for the tip. I don't have a...

    Thanks for the tip.
    I don't have a mission-critical need for bit-band, but I combed through the INXRT 1060 datasheet, and while it has the bit alias addresses marked reserved, I was still unsure.
    I...
  50. Replies
    5
    Views
    549

    TY. That may save me a lot of frustration.

    TY. That may save me a lot of frustration.
Results 1 to 50 of 51
Page 1 of 2 1 2