High doses of garlic and cabbage soup significantly reduce the risk of infection by increasing social distancing. :p
To be as stinky as possible keeps the coughing masses several meters away.
It...
Type: Posts; User: radias
High doses of garlic and cabbage soup significantly reduce the risk of infection by increasing social distancing. :p
To be as stinky as possible keeps the coughing masses several meters away.
It...
Again, thanks a lot. So that should work like expected. The frequency is precise to the theroretical 256*44100*2. Now I'm going to find the issue in the rest of the code. I'll open another thread...
Is this code fragment correct by means of selecting the right clock speed, which is twice the SPDIF speed, and frame length, wich is 256 instead of 128 bit.
Is this piece of code correct?
You are...
So I've figured out the different pins of S/PDIF on T4. And it is working. Thanks @Frank B
Still, ADAT I canot get to work. It compiles, but no usable signal on the new pin, which should be also...
As I do not understand anything, I seriously doubt that I am able to make ADAT work. :p
Please, it would be much more needed to have the documentation and the "Audio System Design Tool for Teensy...
I was not writing about SPDIF3 "Hardware", but about the SPDIF and SPDIF2 emulations in software. The hardware part of T4 should be standard if calling itself S/PDIF. Obviously the tool is not usable...
Same here.
Plus the other issues with USB audio from post233510
I've dug through the source code. Quite cryptic, but doable at least to some extent. So I understand it is no parity generated, no frames marked, actually even not closed.
At the end it may be the...
A beta test requires some kind of beta documentation somewhere. If things have to be trailed by testers and there are assumptions on a crystal bowl involved, it is not even an alpha trest. So my test...
Connected a TOTX to Pin 14. It s a used part from a known-good device, as thanx to the C there is nothing else available, except useless time.
It seems to have a schmitt trigger inside which leads...
Uh, yes, that may be why. The amplifier of the optical input is running up AGC unil it tries to sync to some noise. But TX LED is on (Edit) or off, shows last state of pin.
SPDIF. Pin 14. Did...
So i've tested ADAT, SPDIF and USB audio on Teensy 4.0, Windows 10 pro x64 1909 all recent.
Results for type "Audio":
Works only for DirectSound. input output are functional.
Strange behavior in...
https://www.pjrc.com/teensy/adc.html
But https://forum.pjrc.com/threads/44121-Teensy-LC-and-the-AREF-Pin
And the CPU datasheet:https://www.pjrc.com/teensy/KL26P64M48SF5.pdf p.26ff
And the MUX...
Read the f*ing datasheet!
Do not take the risk of failure, even if the shareholder demands for it.
Every IC can leak voltage and current, especially in case of failure. So the overvoltage risk is at the digital control pins. Also, a MUX is a switch, wich acts on FET. A failure there can leak Vcc...
HCT, oh yes, use HC instead. Forgot to mention that, sorry.
If still hanging on HCT, at least use 330R resistors on all signal lines connecting to the teensy to limit currents in case of failure.
...
I forgot: If possible, add 6.8k and 1k resistors to both ends of your 10k pots and faders, so to get a full readout over all positions of the pot or fader.
3.3V->6.8k->pot->1k->GND
That is, because...
First: Be careful, the Teensy LC pins are not 5V tolerant!
This is especially relevant if you power the analog multiplexers from 5V. They can then deliver 5V pullup voltage and 5V overshoot signals...
Yes, with brute DSP power it will be doable.
At the end it would be easier to just learn how to play a keyboard, preferrably with polyphonic aftertouch and velocity. Then use a proper harp VST or...
To put the piezos to the soundboard is not exactly a good idea, because the soundboard is the thing that makes the sound and vibrates. This would trigger almost all piezos. Very hard to destinguish a...
It could be possible to build a pickup for each string.
This could even be something very simple, like a tiny LED reflex sensor on each string, because the pickup does not need to have exact...
I forgot:
to B. It is also possible to use one microcontroller, preferrably Teensy ;) and only one HM-13 on the central to scan all the peripheral HM-13 modules.
That way you could use one central...
For this purpose there are several paths:
A. Build on LaRa. This requires LoRa transcievers and a microcontroller plus power supply and signal interface on all endpoints, plus a central with a...
Maybe I am too stupid, but for me it is simple. Set TE to operate as mode 1, vsync.
Prepare a frame buffer in RAM to operate on. Write whatever to the buffer. If TE flank high, copy the changed part...
Over at Adafruit there has been someone asking.
https://forums.adafruit.com/viewtopic.php?f=47&t=77714
The solution is to use the TE signal of the ILI9341 datasheet of the adafruit screen on page...
So as said before, there is a short circuit between 3.3V and GND. Both 3.3V pins belong to the same rail, there is no difference except for position on the board.
As said before, if the CPU has ever...
I can not see any obvious short circuit. On pin 18 and 19 is visible the board had been contacted, also on the button-side edge the 3.3V and GND. edit: After inspecting the photos, I see that the 5V...
ADAT possible testing here. I have ADAT gear, just need to get some optical interface to the T4. Grr... This freaking virus brings everything to halt, so it may take a while.
6.1Ohms is the DC impedance of copper traces on the board. So there is a short circuit, probably on the USB side area of the board, regarding you measured on the opposite side. Note: Vbat does only...
What you desribe, the hot spot near the USB connector, looks like the TLV75733P is overheating. This can be due to several issues, usually a simple shortcut somewhere.
Try to measure thr resistance...
For the touch chip, that is plan I2C. A library is here: https://github.com/nik-sharky/arduino-goodix
Hmm...
Actually, in contrast to normal RA8876 operation, they list a different way of connecting the display to the host in ER-TFTM0784-1_Interface.pdf. That is very confusing.
They seem to have...
Nice :) Have you seen the "7.84"1280x400 Display with Controller Board Datasheet" on that site? There you get the pinout of the module and on how to jumper-set the interface options.
Then in...
oh, feel free to do so. Especially if it is ok to pay 19$ for one PC or 29$ for three PCs each year. For something that is otherwise free.
That is why I now run two installations of Arduino on each computer. One for Teensyduino, one for the rest of Arduino. No such problems so far. As said, to avoid problems in the future, this should...
Again we have a case of Teensyduino conflicting with the rest of Arduino-World. Isn't it about time to recommend a separate installation of Arduino for Teensyduino without using the library manager...
If i read the ILI9981c datasheet correctly, this controller can be configured as 2,3 or 4 lane. So this is your choice.
The Raspberry Pi has a MIPI DSI connector. As this is standardized, the screen...
¿why should one pay big$$ for a bloated overhead if the original functionality is free?
Assumed that already done, when @yeahtuna wrote about having already done TVS protection.
@yeahtuna: what are the specs required? That would make it easier to design a protection. The standards...
Is the ground plane referenced to all the other rails or are only the rails and ports referenced to ground? That is, if the ground plane is about to lift beyond rails, will the TVSs safely prevent...
Very cool project.
An other approach with such a huge shell would have been to mount a mini ITX mobo and put in an i10 multicore to make a real racer, a wolf in a sheeps's clothing. Some flat LiPos...
motorcycle and CANbus must never be mentioned in one sentence, nor in one text :p all electronics should keep at least 3 meters distance from a motorcycle. it is already a compromise that water came...
Thank you so much! This feature exists since 2016 and I was not aware of it. :o Should sometimes re-read the manual. Sorry to have caused confusion.
ok. Understand. So it may be better to prevent teensyduino libraries from showing up in Library manager. Anyway, for existing things I use 1.8.10/1.5 the way it works and for new tings I use each a...
Restored a backup of everything. 1.8.10, 1.5 and everything works perfectly, like it did before.
btw:
I've tried 1.8.12 and 1.51-beta1 on an other clean formerly arduino-free PC. Same error....
A uninstall / delete "C:\Program Files (x86)\Arduino" / reinstall solved that issue. But now it is a new feature: Teensyduino does no longer update libraries existing in the sketchbook. I just forgot...
Windows 10 pro x64
Arduino 1.8.12
Teensyduino 1.51-beta1
In the library manager I now get this error:
"Comparison method violates its general contract!"
This is something new here.
:D Good luck!
It is very hard to see something in the crystal ball...
What I understand from your description it says you are feeding 5V into the Teensy via the I/O lines. This will surely fry it.
Anyway, the...
Yes, failure is unavoidable, you are absolutely right. But still every chance to reduce it shall be considered.
The MAX story is something different. The race between american and european industry...