Just to add a bit more info, Teensy Loader is built using wxwidgets for all the GUI stuff. Internally these buttons are created from PNG files that get built into the code and converted to a wxwidgets abstraction class for images, and then used...
It's on my list. So is missing toolbar on MacOS, also mentioned the the beta test thread. Probably not technically the same issue, but both likely to be addressed looking into the toolbar details (which really haven't changed since the very...
Paul, thanks,
The similar question I'm trying to answer is, can the T4 perform the equivalent of a power-on reset from one of the IMXRT1060's built-in WDT's without running a wire out and back in, so to speak? I'm not asking if any outside...
That's what led me here - should have linked back - seemed this new clean thread might allow it to get discovered and resolved on its own schedule with beta
I am budgeting out/planning a MIDI organ, but I can't figure out a cheap scanning method. There are some similar threads on this forum, but none have the answers I need. I will be using three independent Fatar TP/9S keybeds and I want to know a...
I am trying to code a display for a game I am making for a design class using a teensy 4.1. I figured an adafruit display would be a good display for a LCD beginner like me but most examples are made specifically for arduinos and the library's...
These section type conflict errors happen for a couple reasons. Can't see enough of your code to say why.
Briefly, #1 use of PROGMEM on functions (it's meant for data) or FLASHMEM on data (it's meant for functions). It's kind of a silly...
You seem to have a bunch of library conflicts there, in some cases the compiler is using the teensy libraries and other cases it isn't. Why do you have other copies of libraries that are included in the Teensy installation?
Hello Team,
We are able to connect -
- Android Studio running on the MAC and TCL Tablet over Wi-Fi
- TCL Tablet and Teensyduino RawHID connected through USB-C to Micro-USB cable
- Teensy 4.0 successfully programmed through Tools > USB Type...
I.m using Teensy 4.1 under Win 10 Home with 32 Gb of memory using IDE 2.3.3. I get the following error message:
==================
D:\AlsRevisedEd4\20WSoftware\SDT-mainBill\SDT-mainBill.ino: In function 'Splash'...
Your project looks fantastic and I admire your productivity. Arriving to finished version in so little time is an achievement. I wish I could motivate myself to do more 🙂
Got the AK5552+AK4452 working with 32bit/44.1kHz. The difference is huge. Practically zero oscillation and much lower noise. Here is a visual comparison of the hi gain preset 5 output, inputs are shorted to GND:
You're right, they could be done incrementally, though my feeling is that having only part of the changes will make things a bit unwieldy for anyone who wants to try them out. But that'd be Paul's call - so long as we cross-reference the PRs then...
Oh, please, any fixes are welcome.
Meanwhile, a track i have been working on for a few weeks. All sounds are made with using this project on T4.1+WM8731, some post processing is used on the mix, nothing too drastic, though.
Teensy 4.0 Cabsim project update.
Hardware tested successfully. I had to bodge in a few changes, the final pcb will have all of them updated.
Main PCB:
In the final version i made both, the Teensy and the display pads offset, so they can be...
Built and tried it, it works for me, both files play repeatedly as intended. The files themselves are fine. Only differences from your setup are I've used a Teensy 4.1, but I left the code as-is and put the files on the audio adaptor SD card, so...
SoftwareSerial:
Paul, Quick note: As you may have noticed on Arduino forum, I have been playing with your updated SoftwareSerial code, which is
pretty nice.
Wondering on the RX side, if there was a reason you stuck using digitalRead instead of...
@h4yn0nnym0u5e: If we really make PRs at some point, I think we even don't need to make synced PRs for the core and for the audio library.
We could split up our changes into three PRs:
1. A first PR can be done for the files in...
okey i understant,its my first time i use teensy cause of a big project i have that it seems a good candidate,but why its so dificult to find library's for the 4x model? i dont get it.
I tried to train a model for it, with hidden_size of 16, it spent nearly all the processing power available...
this hidden_size is the maximum that I can get.
I noticed that the Teensy loader app is missing the top buttons. macOS 14.7. Picture attached.
Note that nothing happens when I click on the ">>" image on the right.
With 2.3.3 on windows 11
If I click on the buttons they are active but looks mostly all greyed out. Cant remember if it was otherwise in previous revisions.
EDIT: Checked IDE 1.8.19 and same thing
https://www.st.com/en/memories/m95p16-i.html
https://www.digikey.com/en/products/detail/M95P16-IXMCT-E/497-M95P16-IXMCT-E-ND/21700579
https://www.st.com/resource/en/datasheet/m95p16-i.pdf
That suggests it can do QSPI Quad access and has a 4x2...
In my post #10 in this thread, my older MAC shows:
Windows 11: Mine is like @mjs513, which I reported in post #9 on this thread. The First post I saw on it was at:
https://forum.pjrc.com/index.php?threads/teensy-exe-icon.75925/
With 2.3.3 on windows 11
If I click on the buttons they are active but looks mostly all greyed out. Cant remember if it was otherwise in previous revisions.
EDIT: Checked IDE 1.8.19 and same thing
Looking further into the Snooze libary, I ran into the SnoozeUSBSerial example.
Apparently you can use USB Serial output but it's not a wake-up source. So the USB interface is actually active in Sleep mode.
Forum member @duff might be able to...
I'm such a candid and naive man on this subject,i was ready to erase the PR's to get the new teensyduino,
a chance we have a trace of your updates and gui adaptation on this thread.
What do you want for testings? If i can help with...🤠
You may want to open an issue at https://github.com/RobTillaart/ADC08XS/issues.
Rob Tillaart is very responsive and actually this current issue might be relevant to you.
Paul
Line 7 of the example states Supported Micros: T-LC/3.x.
Since the writer of the Snooze library is also a forum member here, you could try to PM him @duff .
Paul
No, so far neither of those are even at the PR stage, let alone being in a TD 1.60 beta.
The multi-channel USB is quite complex, and will require synced PRs for both cores and Audio, plus ideally some buy-in from Paul to add options to the...
I tried to train a model for it, with hidden_size of 16, it spent nearly all the processing power available...
this hidden_size is the maximum that I can get.
I solved it.
First enable FIFO then SetFilters....
Here is the solution
#include <FlexCAN_T4.h>
FlexCAN_T4<CAN1, RX_SIZE_256, TX_SIZE_16> Can1;
CAN_message_t rxMsg;
void setup(void)
{
Serial.begin(115200);
Can1.begin()...
I recover the "index-with-multi-TDM-and-USB" gui of the editor,that i put in the trash with the old "Audio-feature-multi-TDM" folder,
thinking the update will be with all the new options with usb_oct,but it was not.
So now i can play with usb_oct...
In my post #10 in this thread, my older MAC shows:
Windows 11: Mine is like @mjs513, which I reported in post #9 on this thread. The First post I saw on it was at:
https://forum.pjrc.com/index.php?threads/teensy-exe-icon.75925/
In my post #10 in this thread, my older MAC shows:
Windows 11: Mine is like @mjs513, which I reported in post #9 on this thread. The First post I saw on it was at:
https://forum.pjrc.com/index.php?threads/teensy-exe-icon.75925/
With 2.3.3 on windows 11
If I click on the buttons they are active but looks mostly all greyed out. Cant remember if it was otherwise in previous revisions.
EDIT: Checked IDE 1.8.19 and same thing
I solved it.
First enable FIFO then SetFilters....
Here is the solution
#include <FlexCAN_T4.h>
FlexCAN_T4<CAN1, RX_SIZE_256, TX_SIZE_16> Can1;
CAN_message_t rxMsg;
void setup(void)
{
Serial.begin(115200);
Can1.begin()...
Hi,
I was using a USB host communication in the timer which caused some delays resulting in the code hang. Increasing the timer interval seemed to resolve the issue. Thank you
I noticed that the Teensy loader app is missing the top buttons. macOS 14.7. Picture attached.
Note that nothing happens when I click on the ">>" image on the right.
Ideally a complete sketch when posted allows others to copy and run the sketch.
Are there other Serial.prints anywhere - that could be conflicting with the _ISR() TimerLoop() printing.
Also, when posting code use the " </> " icon on the toolbar...
Hi,
I am try to run a 5mS Timer with the IntervalTimer.h in Teensy4.1
I am listening to serial port characters for begin/end timer.
#define testTimerInterval 5000 // Timer Interval for PID loop in microsceconds 100-100uS 1000 - 1mS 10000 - 10...