@KurtE i also wanna thank you for sharing those files, and sorry for me confusing everything. glad we sorted it out!
Happy new year!
Type: Posts; User: mah
@KurtE i also wanna thank you for sharing those files, and sorry for me confusing everything. glad we sorted it out!
Happy new year!
ye, that's what i am trying to say, not complaining, KurtE's documents have been a great help when designing my carrier board.
But this is the reason i should have tried on the bench before makings...
the problem is just that the MM pin numbers are swapped?
Pin.........MM Pin
0...........19(should be 17?)
1...........17(should be 19?)
i guess something on those two lines are wrong
I have made my own carrier board, and was using KurtE's documents to make my own schematic symbols:
https://github.com/KurtE/TeensyDocuments/blob/master/Teensy4%20MicroMod%20Pins.pdf
Hi, i have connected a wiznet w5500 to SPI1(3) but having problems communicating, is there a chance CS0 and MISO are swapped in your document?
MM pins 17, 19, or Teensy pins 0, 1
27054
i Have the same issues, but i cant rule out HW errors yet, but i am very curious how this progress, using the teensy micromod with the w5500 connected to SPI1, the same pins as atete.
Include my...
Im just making sure i get the flex io right.
I needed another spi bus on a project, all dedicated buses are already in use, so i looked into flexIO and i have some pins on the MicroMod teensy...
I have marked the pins with a green dot to make it easier to see.
25205
As i need both spi and sd card on this carrier, are those pins also changeable with a define?
Im gonna design my next...
no audio. just lots of control signals (cv, midi, osc)
ill see if i can get you the gerbers later, its quite specific pcb with some expensive parts...
i have decided to switch the t4.1 in project to a micromod teensy.
But i need ethernet for the project, to send and recive osc, and maybe artnet, i guess my only requirement is "no audible latency"...
This might be impossible with the NDA and all, but after seing MIPI CSI/DSI support on the 1170, this would be the one feature i wish was on the next Teensy!
Those crisp phone displays that are...
what screen are you using, looks very good
Does anyone know whats the part number for the crystals on the t4/t4.1
I have Google what I could read on top of the package but can't find anything
Im quite interested! But Im quite new to all of this. But I have started creating my own schematic from pauls schematics. And also borowing some stuff from the micromod t4 by sparkfun
My main...
Hey, just wanted to double check before i begin my first bga adventure
This is one of the compatible processor chips right?...
oh yeah, sry. i mean the IMXRT1170 teensy. dont know why i just assumed that the IMXRT1170 teensy would be called teensy 5...
hmmm seems like a shame to not get ethernet on the micromods, but then...
A micromod Teensy 4 seems really interesting, im guessing it wont come with a ethernet PHY, would it be as simple to add a DP83825I to the carrier board and then just use the native Ethernet lib?...
just got it working, but just for fun i made it output sqaurewaves (on all 8 channels) and i measured them at 2.7kHz using delaymicroseconds(1)
probably much faster if you know how to code ;),...
haha never mind, we forgot to turn on the interna ref, and enebling the dac etc.
Working fine now!
Hey, my and my friend is trying to get the TI DAC81408 to work on our custom board, we think we got the code right, but cant seem to get any output from the dac.
we are both kinda new trying to...
Thx. That's all I needed to hear. I'm gonna stick with teensy :)
Hi, im trying to get my head around dsp and micro-controllers, from the all the documentation of the i.MX RT1060 i cant find anything about dsp features, but the stm32h7 talk about great dsp...
Yeah, probably not, wondering how hard it would be to port an existing lcd lib to a display like this
Thanks, how did i miss that?
i think i mixed it up with this https://www.lcds-center.com/parameter_Eurotech_ET033FW01-O(OLED_3.3-inch_480x800).html
very similar.
anyways, cant find any...
Hey, i have been looking at these 3-3.7 inch oleds and im wondering if anyone now how to use them with a teensy
The driver ic seems to be TL2796, but im uncertain. i have asked for datasheets on...
Thanks for your quick reply, ill guess ill have to hunt down a screen with the ili9488 controller then :)
But it looks very promising, i just hope i'm interpreting this right:
23527
I was wondering i anyone knew if there's a way to send less bits to the display to increase spi transfer speeds.
the ST7796s has an idle mode the supports 8 colors, but the controller seems to...
just changed the 10k to 110R and now its working, gonna change my new boards to 5v but for now 3.3 works
regarding software controlled trs control, it would be awesome, i read in the stackechange...
Just wanted to know if it was safe to try this, changing the power to 5volts? And change r114 from 10k to 110R? Don't wanna fry (another) teensy :)
Just tried to change the 10k resistor to a 4.7k one, keeping the power cuircuit at 3.3v and it does not seem to work
like this: 23268
OK, but then i could probably use my original schematic, but changing it like this?
23267
or should i keep 3.3v on the power protection?
The reason i sleected the MC74VHC1GT04 was because i...
23247 like this maybe?
maybe a 74AHCT240 will do the trick, or MC74VHC1GT04?
Ye, ok thx. midi stuff don't recognize any input, so i guess this circuit don't work with 3.3v
That sounds good, are there any 74hct that can buffer, level shift and invert the signal?
I tested the "plug in and out issue" with another device(elektron machinedrum), and it does not seem to care have many times i plug the cable in and out , so i blaming the device(squarp pyramid)
Hi, i found a nice schematic for a over-voltage protection circuit when using 3.5mm connectors for midi, as users might plug cv and gate(+-12v) in accidentally
The schematic/discussion can be...
that did it, thanks! :D
btw, by changing pin i mean changing pin no. in the constructor, not changing any physical connection as im using a pcb i made
yeah, but pin 10 is used for another spi device, so a bit of a problem there, could this be some kind of software bugg? i tried using the adc (that uses cs 10) and the mcp at the same time and had no...
well im happy that it works, but a bit anoyed i have the change CS pins on every new power up :) and thanks for trying to help!
im not using the adc when testing the mcp, im using your example in first post as i said, and no added code. The adc and a couple of other things are attached to the same spi bus. but i dont try to...
wtf, sucess! i changes CS to 36, then back to 37 and it started working! if i cut power i need change to 36 then back to 37 again to make it work.
i dont know what to test anymore. very confused, i have continuity on the miso line, between teensy and the mcp, i have an adc sends data on the same spi bus just fine. there seem to be data sent and...
very strange.
using this lib i can write: https://github.com/sumotoy/gpio_MCP23S17/blob/master/gpio_MCP23S17.h
no sucess at reading though
code:
#include <SPI.h>
#include...
mosi: 11
miso: 12
clk: 13
Yes, i tried, just get "no mpc detected" could it be that i i got some other lib named "mcp23s17.h" installed that interferes? if i get the no mpc ouput in the serial monitor i guess least the...
Hi, im having trouble using this lib with my teensy 4, i have used another lib to successfully setting the outputs of the mcp from low to high and back. but this library just says no mcp detected....
Hi, i had sucess writing to the mcp, but i cant seem to read, i dont find a simple example on how to read. i messure 3.3v at the pin but my code reports 0 whatever i do. im quite certain its the code...