I can confirm that if I send the sysex out of the Teensy using serial midi over a 5-pin DIN cable, rather than USB, everything works just fine. In that case I used an external device to translate the 5-pin din signal...
There seems to be some confusion.
The E32, E22 and E220 are all Ebyte modules.
The E32 is the original. Then came the E22 which was said to be improved over the E32. This (the E22) was said to have intermediary...
Would suggest going to the other main thread linked in p#2 - making sure current code and best practices (TD version 1.57, etc) are in use.
Makes notes on any changes or progress here if not there - but at least post...
Oh wow that is good to hear. I definitely thank BriComp for pointing me in the right direction and certainly you for the vote of confidence. This is good to know that these products work as advertised. I like the xxx30...
This is cross posted from a thread in the general discussion about a Teensy 4.1 issue: https://forum.pjrc.com/threads/70288-usbMIDI-transmission-error?p=311329#post311329
But for my purposes it belongs here as I am...
Even running absolutely nothing but a sysex dump in a simple sketch I get errors on Teensy 3.6 with midi Ox.
Here is my code, using a button press on pin 2 to start a dump. It should show 50000 bytes transferred,...
I want to use the output of my static nLMS filter buffer as the input to the AudioAnalyzeFFT1024 fft. I'm calculating
the dBA values, but need to filter out noise from my two i2s microphones before doing so, hence the...
What is the servo doing that is wrong? I see you are going from 0 to 180 (180 steps x 0.015 = 2.7 seconds, assuming the servo can keep up with that)
If your servo is not working or running too fast, then try...
I use both, the xxx30 is a high power (1W unit / 30 db) device. It has crazy good range and mine works even with poor line of sight. It will consume some 800 ma when transmitting, the xxx20 is a 100 mW unit and while...
I am running the following code to run the motor activated by sound. Need help with code to run the motor for 1 minute before stopping when the "digitalValue==LOW". Thanks
// Include the library
#include <Servo.h>
...
Seems the 16 bit dac has become rare? I’m looking for some kind of breakout like a pmod board. I need a real dac that gives me a voltage for a number, not a stereo audio stream.
Thanks for the thread. I have a very similar problem, but on Teensy 3.6 (using midi Ox). My synth's sysex messages are about 1200 bytes long, and after adjusting max limits in the library files, I can get single message...
Ok so if I follow the code to do ethernet in the FNET repo it should prob work? Seems like a deep pool of hurt but that's what I enjoy so time to dive right in.
I am looking for a DC control voltage for driving a VCO smoothly in a musical range. By smoothly I mean I'm not looking for 5+ octaves of equally-tempered notes over a 12 bit DAC. I'm looking for a way of doing...
I can't answer about the software side, as I've never used Rust.
But on the hardware side, Teensy 4.1 Ethernet is a combination of an Ethernet MAC (pretty much all the digital circuitry) built inside the man IMXRT...
Hi, I'm new to audio programming on the teensy and was trying to get the SpectrumAnalyzer example file to work, but fft.available() is always false. Do I need external memory for it to work? Am I missing something?...
Hello! New on this forum so let me know if this is the wrong place to ask this question.
I've worked on a project with Teensy 4.1 for a while and wrote it in Rust mostly using the HAL provided by teensy4-rs. It's...
Another question I have would it be better to use the E32-900T30D wireless or the E32-900T20D LoRa module both UART and both seem to fit the bill. Again any advice would be welcome.
I designed one in FreeCAD, since I couldn't find one to buy. A helpful person will print it for me from ABS. Should be close enough. If not, I will alter it.
i don't think the NAND flash is used. here is what bubble.c (boards/evkmimxrt1170/demo_apps/bubble_peripheral/cm7/bubble.c) does when no sensor is found
...
if (result != kStatus_Success)
{
...
Hi :)
Im try to LOG serveral Informations on SD-Card. This LOGs are in memory in an Array of Strings . When i got an new line the old File gets deleted and an new one is written.
Im also got a Funktion whitch reads...
Board was bought directly from NXP. They shipped me the first one then issued me an RMA with the same problem. Soon as you plug it in, starts flashing red and throwing errors. Not sure if other components are missing or...
those parts may not have been available due to "supply chain problems"
where did you buy the EVK board? i don't think Mouser or digikey have any in stock.
@Paul and @mcrc and all, Quick update: My gut tells me that the Mouse not working if it is idle for a while is also related to some of the other issues with the followup error...
Sorry I don't yet have answers, but: ...
You can also try DUAL SERIAL.
That worked here on a T_3.5 that had not been used for some time and Windows seemed to have installed a new device in its storage over the same COM# port.
It would program with a...
In addition to using the flash memory on the Teensy 4.1, the Teensy has two sets of solder pads underneath the Teensy. You can solder two memory chips to these pads:
One or two PSram chips, 8 megabytes or 16...
Paul and all,
On the HUB and the like... I don't have the MIDI, but running into the issue as mentioned in the other thread mentioned in #16
But I wonder if it may be related to the earlier in the posting above,...
Has anyone successfully executed this build using a phone that has a ribbon cable from the hook switch? Mechanical engineer here and I’m completely at a loss for how to wire that up, any help would be greatly...
For edge-align PWM, the pulse always begins when the channel count register CNT=0 and ends when CNT=CxV, where X is the channel number. Combine-mode PWM gives you the added flexibility of locating the pulse anywhere in...
The easy answer first:
https://smile.amazon.com/dp/B087LXCTFJ
HUB/Keyboard issue -> Other thread for now
EDIT: Yes, it appears like the mouse turns off or the like after several minutes.
I receive one more...
I received a MIMXRT1170-EVK from Mouser in May of 2021. Eval board had NAND chip and 6-axis e-compass (3-axis mag, 3-axis accel) sensor, FXOS8700CQ sensor. Powering on board, it is running bubble program (NXP SDK)...
So I received a MIMXRT1176-EVK yesterday and it was missing the NAND Flash chip and the U34 ECompass Chip, so they sent me a replacement. It was ALSO missing the same chips. Not sure if this is intentional or a bad...
Please do not create duplicate threads. If you build the Audio guest book, follow the instructions here:
https://forum.pjrc.com/threads/70553-Teensy-4-0-based-Audio-Guestbook?p=311279&viewfull=1#post311279
If you...
Yep, I think not only malloc(), but also the other shared resources I was protecting with locks such as Serial, EEPROM, SD and the command queue don't need to be protected anymore, as one thread always starts and...
Bear in mind that we are not Psychic. We don't know how you have connected your bits and pieces nor what errors you get when you compile the program.
So please post clear pictures of your setup showing all connections...
Yes, you can use LittleFS_Program to have a filesystem that is saved at the upper part of the Flash Memory.
With current releases of Teensyduino, This area will be preserved when you reprogram the Teensy. Note:...
Maybe you're using Windows? And maybe Windows has stored some wrong info about the USB device in its Windows Registry? Just a guess...
A few quick things to try.
1: Look at Tools > Ports. Your Teensy 4.0 should...
Hello, I have a strange problem.
I have 4 teensy 4.0 and one of them do not behave correctly... I can program it, and make the led blink the way I want but Serial is not working.
If I try Serial.print or...
Hi Michael,
As my mum used to say "None so blind as those who do not look in the right place...". I have used the Arduino IDE intermittently for several years and somehow had never looked at that particular menu item....
Yes, please read ALL the instruction text here:
https://github.com/DD4WH/audio-guestbook
The sketch only works with Arduino 1.8.19 and Teensyduino 1.57
Please read carefully all the instructions, download the...
The Teensy 4.1 has 8MB Flash Memory. This is a lot.
Can I transfer some data (2 MB or so) into it, while the Teensy is running? Because the 500Kb RAM memory is very small.
I've found this: LittleFS library
...
As for priority hard to say... It may not be fully related to this hub... But simply order of what things stings startup in what order
I will try to take a look on why when it Starts in certain order it ends up...
Give the code below a try. In addition to the "output_width_pct", there is a new "output_delay_pct". You're right that C2V defines the rising edge time, and in this update it is modified on line #54 of the sketch. That...
Nope, not yet. It's been sitting on my desk, still inside the original box.
We're just today catching up to backlog of Teensy 4.0 orders (mostly for distributors) but I have a huge pile of stuff on my workbench. ...
Gave the driver a try and works as expected since it worked before to get report 8 data - but I can;t find anywhere it sends a request for that particular report? This is a sample output from the driver
...
Paul,
I am not sure if you had a chance to play with this HUB yet?
But I am getting a good HANG with this one. It depends on order of when devices are added.
Trying to debug Logictech G Pro Mouse with...
Hi,
I'm observing a curious behaviour of the watchdog on a Teensy 3.5.
To demonstrate this I connected pin 0 and pin 1 (RX1, TX1) and used the following sketch:
#define RFrec Serial1
#define WDT0_8S 8000
uint32_t...
@joe, I have one more (new) request -- we'd like to be able to adjust the starting time of the response pulse. Right now, the response pulse is set to begin shortly after the rising edge of the source pulse. How can...
I updated my Teensyduino and downloaded MTP, however under tools I don't have the option to select Serial + MTP, only the two separately. Am i missing something?
Another thing to try - rather than checking all 5 encoders in one call to pollEncoders() every 5 ms try cycling around each of them, 1 every millisecond.
Hmmm ... I don't have any experience of PlatformIO, I've been working using Windows and the Arduino IDE to ensure things work for the majority audience. I assume...
You should only need to replace AudioStream.cpp and...
Hello. I'm a complete newbie when it comes to Arduino and Teensy and would very much appreciate some assistance on a project I'm trying to do.
This is the video of what I'm following and trying to accomplish. ...
I'm new to teensy and Microcontrollers. I wanted to ask if someone would be kind enough to walk me through connecting 2 cc1101 modules to my teensy 4.1? Thanks In Advance.
I felt this way about 0.65mm pitch back in 2018 (when most of the Teensy 4.0 design work was done), when NXP was not yet offering the IMXRT parts in 0.8mm pitch.
As you can see from Teensy 4.0, if you only need to...
Yeah, I've seen the CAN analyzer program crash as well with too much CAN activity. The program can keep up though when you apply frame-ID filtering.
Another option is to use the Teensy as a CAN bus monitor. Here is the...
Not sure, wonder what driver are you using?
Saw this page: https://support.huion.com/en/support/discussions/topics/44001010998
Which shows you can use the digimend driver...
Or you can use theirs which is...
@KurtE
Just as a followup here is a Wireshark dump from RPI4. Pretty much does the same thing as windows. Maybe you can make heads or tails of whats its doing.
hi @h4yn0nnym0u5e
I'm trying to use your dynamic audio library but at the moment there's no sound at all,
I'm using VsCode with platformIO,
replaced the core in .platformio/packages/framework-arduinoteensy
replaced...
// Wire Master Reader
// by Nicholas Zambetti <http://www.zambetti.com>
// Demonstrates use of the Wire library
// Reads data from an I2C/TWI slave device
// Refer to the "Wire Slave Sender" example for use with...
Those are the 0.65mm pitch version, it would complicate and make the PCB and assembly much more expensive. In BGA I only work with the smallest pitch 0.8mm.
If you look at Mouser stocks, you will see 32bit processors...
That's pretty far outside the scope of PJRC and I doubt that anyone could help here.
However, I did see that this version of the IMXRT1062 is available (11 in stock, ~1,400 expected in September):...
I finally got around to trying the NCV1124. I moved from a breadboard to a prototype board. I'm getting sporadic results.
I've wired up the 1124 with 5v to vcc pin 8, gnd to pin 4, stepper to pin 2 (in1), pin 7...
@KurtE
I couldn't tell from Linux if a command was set to change the report - I was looking for that in input-wacom and Wireshark but didn't see anything specific. This is the closest thing that I could see:
I...
An update. Checked out the DRO read head outputs and they appear to be standard 5V TTL levels. This is good, since I can use the spare pins on my 74LVC245 level translator. I am already using three of the pins for...
yes, noted! i usually make sure my fork is synced before i do any changes, but sleepless nights and kids don't help... and i was excited to have the intuos4 working :)