-
Older Activity
-
Today, 10:44 AM
Man, it becomes hard to keep up here...
When work was done by Cor on the 1.1dev version I decided to work the manual.
It seems a bad idea to work on it because changes are coming very quickly these days, so some...
834 replies | 87267 view(s)
-
Today, 10:06 AM
What were the pullups before? You didn't post a schematic :) Fast speeds generally need lower value pullups (up to a point).
15 replies | 196 view(s)
-
Today, 10:00 AM
Indeed, may be using what is left from the second core running the VGA buffer filling would be a better approach. But I have to admit that I did not look at the capability of the PIO code. It remind me the copper code...
191 replies | 12858 view(s)
-
Today, 09:58 AM
Indeed, Thread was marked BETA - and a good amount of effort shows GDB generally usable - but has some limitations - for whatever reason the author hasn't updated in 10 months. Whether lack of interest when time was at...
84 replies | 8194 view(s)
-
Today, 09:56 AM
Sure, it's understood that the Audio core needs changes in order to construct and destroy Audio objects and their connections at runtime - that's absolutely the point of this thread, to check no-one else has tried :D...
7 replies | 217 view(s)
-
Today, 09:49 AM
Hi ,
I use the ready code from IDE library SdFat--examplesV1-->dataLogger-->
/*
* Simple data logger.
*/
#include <SPI.h>
#include "SdFat.h"
// SD chip select pin. Be sure to disable any other SPI devices...
0 replies | 10 view(s)
-
Today, 09:46 AM
RTC on Teensy 3.x is "Compile Time" - filled in as HEX is created and unchanging - reload the same HEX 22 hours later and it can go back to that time.Off by 2 minutes suggests a long build time or delay in uploading the...
5 replies | 370 view(s)
-
Today, 09:32 AM
@h4yn0nnym0u5e
Creating and using dynamically/runtime created
Audio Objects would need some kind of object manager and/or some modification's to the whole Audio library.
It would be possible and I have some ideas...
7 replies | 217 view(s)
-
Today, 09:25 AM
@mjs513: Made PR for the text.ino
Sublime 'code reformat' - lots of tabs showing - odd indents?
Added 'i' and 1 sec interval timer to track loop cnt and DMA callbacks
> DMA has minor affect on loop count/sec and...
336 replies | 4819 view(s)
-
Today, 09:20 AM
Perfect - that compiles OK now :) Many thanks
834 replies | 87267 view(s)
-
Today, 08:52 AM
It's time to set the sommer time. But unfortunately the Teensy is not set at the new PC time... Why ???
Thanks
5 replies | 370 view(s)
-
Today, 08:42 AM
Hi,
Ive added the updated effect_granular files to the lib section separately.
cheers
Cor
834 replies | 87267 view(s)
-
Today, 08:37 AM
Hi Adrian,
I will check what causes this. Could be that I have been changing a bit in the audioeffectgranular library after all. Will take a few minutes .
Cor
834 replies | 87267 view(s)
-
Today, 08:36 AM
Hi Cor,
I am having trouble compiling the latest version in the Arduino IDE (update20210409_v1.1dev).
Line 295 of main.cpp granular1.setTESpeed(TE_speed); // set TE speed gives the following error during compile:...
834 replies | 87267 view(s)
-
Today, 07:47 AM
Thanks for that thread link, houtson. I knew it could be done but it drew my attention to a couple of interesting points... Sounds from TigerBalm2’s post as if there would be interest in this ... and I’m not getting a...
7 replies | 217 view(s)
-
Today, 07:32 AM
Then I guess you need to fix up the debugger code, take a fork and mend it.
Use a logic analyzer, Oscilloscope or console out to find out why it is not working.
84 replies | 8194 view(s)
-
Today, 07:21 AM
I have an Arducam and I want it to constantly take pictures, save them to the SD card and have a PC connected to the Teensy ethernet port poll a file server for new pictures as they are saved. I wanted to find a way to...
0 replies | 12 view(s)
-
Today, 07:18 AM
Presume then that then MegaCAN variable should be volatile?
628 replies | 54703 view(s)
-
Today, 07:15 AM
This should work
pot pots;
void update()
{
for (int i = 0; i < 16; i++)
{
pots.update(output);
}
1 replies | 38 view(s)
-
Today, 07:01 AM
hi h4yn0nnym0u5e, This old thread talks about dynamic connections, might be useful ? cheers, Paul
7 replies | 217 view(s)
-
Today, 07:01 AM
Hello,
I am not a C++ expert... and I don't know how to compact this kind of code in a loop :
}
pot0.update(output);
pot1.update(output);
pot2.update(output);
pot3.update(output);
...
1 replies | 38 view(s)
-
Today, 06:42 AM
Excellent!
For the benefit of future readers, the 6N137’s pin 6 is open drain, so if you do as ghostintranslation has done and pull it up to the Teensy’s 3.3V rail there’s no problem with excessive voltage. And EN...
10 replies | 172 view(s)
-
Today, 06:13 AM
Hi,
The issue (locked in DIRECT playmode in samplerate play SETTINGS menu) that lead me to create "devA" wasnt completely cleared I think. So I have updated this once more, its
nothing major and its easy to overcome...
834 replies | 87267 view(s)
-
Today, 05:54 AM
Hello Peter444,
Thanks for sharing,
Can you try this with your detector but with the devA DEBUG version ? And share the output of the serial from startup until you get loss of sound ?
I have not seen/heard this...
834 replies | 87267 view(s)
-
Today, 04:39 AM
if you don't use events(), message reception is fired directly to callbacks. I too use CAN button counting for OEM keyfob to control windows and sunroof, obviously you need to count them not in the callback scope only,...
628 replies | 54703 view(s)
-
Today, 04:37 AM
Hi,
Is there somewhere I can find more detailed documentation for this library? The git page assumes you understand why mailboxes and FIFO would be useful, and I’m looking for more information on these.
I am also...
628 replies | 54703 view(s)
-
Today, 03:34 AM
i use a RaspPi 8xmcp23s17 breakout board on Teensy4, I only needed to run 6 wires between teensy and the breakoutboard to get 128gpio support at 10mhz
15 replies | 196 view(s)
-
Today, 03:09 AM
I'm interested in this topic as well. I'm working on a synth now and it would be great if I could make the sound engine "swappable" like an OP-1.
Manicksen, is your dymanic matrix switch different then using 4 mixers...
7 replies | 217 view(s)
-
Today, 02:59 AM
The MIMXRT1060-EVK looks like a dev tools for making Cortex M7 systems not something used on existing Teensys. Yes?
Perhaps Paul used one when he made the Teensy.
My Use Case is debugging an extant Teensy...
84 replies | 8194 view(s)
-
Today, 02:21 AM
Dear developers :o
As first thanks a lot for providing us this beautiful detector.
I've build two of them a year ago and regularely peeking here to follow the progression and see the detector becoming better and...
834 replies | 87267 view(s)
-
Today, 02:07 AM
If you are using a library like MegaCAN, which will parse the message IDs and data, fifo with interrupt probably makes the most sense.
628 replies | 54703 view(s)
-
Today, 01:02 AM
So you said the signal was inverted and I suspected that because of the readings I was getting and I thought this is probably different than with the 6N138 example I saw on the website... And so instead of trying to fix...
10 replies | 172 view(s)
-
Today, 12:50 AM
Just to satisfy my curiosity I put back into the loop Paul's vsych timing code and sure enough, whatever combination of settings Sparkfun is using seems off:
Using the 6Mhz clock and only changing frameRate to 30 and...
336 replies | 4819 view(s)
-
Today, 12:44 AM
Something strange experience: if the pullup is 2.2k ond the sda and 10k on the sca! The 1MHz is working! :rolleyes:
15 replies | 196 view(s)
-
Today, 12:34 AM
Thanks, i did not find it before unfortunatelly. Right now my panels are ready, so i shoud improve the i2c somehow.
And the speed of the 23017 is just a side effect. The DAC must be faster.
15 replies | 196 view(s)
-
Today, 12:16 AM
I have tried 700kHz, but the Wire setclock() did not change the rate. It could set 1000000 and 400000 and 100000 as i have found.
15 replies | 196 view(s)
-
Yesterday, 11:51 PM
mailbox holds one frame only, FIFO holds 6
628 replies | 54703 view(s)
-
Yesterday, 11:43 PM
Yes... I'm working on it! Right now I have the SDR part (Audio processing, IQ generation etc) working in a stand-aloe config, and am concentrating of the RF hardware side (mixers. QRP linear amplifier, filters). ...
58 replies | 6894 view(s)
-
Yesterday, 11:39 PM
I'm using the 6N137 on a Teensy's output. The opto inverts the signal - when the internal LED lights, pin 6 goes to 0. You can fix this by connecting +V to pin 2 and the signal on pin 3 with an appropriate dropping...
10 replies | 172 view(s)
-
Yesterday, 11:36 PM
From memory, I think the 6N137's EN pin needs to be pulled to 0v.
10 replies | 172 view(s)
-
Yesterday, 11:33 PM
Did a little bit more testing and one thing I noticed is that the framerate when set to 60 seems alot slower using the Sparkfun config rather than the default config. With the default config the osc_div is set to 2B...
336 replies | 4819 view(s)
-
Yesterday, 11:28 PM
...actually, 2k could be a bit high, 1k or 470R might be better. And (3b) would be to open Serial1 at 31250 baud and print out what you receive, before diving into the MIDI library
Cheers
Jonathan
10 replies | 172 view(s)
-
Yesterday, 11:23 PM
Good question/point! As mentioned by Frank, he did increase the refresh rate to a higher speed.
As I mentioned in the previous post, the question is how much time to take to polish some of this stuff. If the idea...
336 replies | 4819 view(s)
-
Yesterday, 11:21 PM
I would say the Pico would be more than busy with the sound emulation alone. The sound chip is very complex, and was the best of its time. The code for the sound emulation is quite complex, too....
I remember, when I...
191 replies | 12858 view(s)
-
Yesterday, 11:17 PM
Have you tried to use custom code with the other PIO to generate C64 sound? I don't know a lot about the c64 but it sounds like something that you could do without generating a lot of interrupts.
191 replies | 12858 view(s)
-
Yesterday, 11:17 PM
Nearly there! (1) get the Tx Teensy to toggle its output at 1Hz and run your first program to show what’s seen. If nothing then (2) check your wiring, especially the polarity... Assuming you get that working, (3) run...
10 replies | 172 view(s)
-
Yesterday, 11:12 PM
Found it.
3, 0xb1, 0x00, 0x10, // FrameRate Control 119Hz its in both the ILI8341_t3 and _t3n libraries.
336 replies | 4819 view(s)
-
Yesterday, 10:44 PM
Just got around to pulling this morning's changes - will see where it stands - seems the DMA buffer will work for the Continuous sent to Processing without the bogus image result - will try that shortly.
Got...
336 replies | 4819 view(s)
-
Yesterday, 10:37 PM
So I have tried to connect the EN pin to 5v and add a 100nf cap between gnd and vcc but it didnt change anything.
So then I did a simple program just to read the pin instead of trying to get MIDI as suggested:
...
10 replies | 172 view(s)
-
Yesterday, 10:24 PM
The ILI9341_T3 lib sets it to 119Hz. I did this some years ago by adding it to the init data.
336 replies | 4819 view(s)
-
Yesterday, 10:20 PM
Another detail to keep in mind is the display redraws the screen from its own frame buffer at a speed probably less than 60 Hz. I recall seeing a register to adjust the internal refresh speed. But no matter what...
336 replies | 4819 view(s)
-
Yesterday, 10:14 PM
Hi all
@KurtE beat me to it - was going to mention that @KurtE did a lot of work with FlexIO and he a library set up for it - not sure where the whole discussion is on the forum anymore
I'll second what Kurt said...
336 replies | 4819 view(s)
-
Yesterday, 10:08 PM
Hi Paul,
With the DMA stuff I found I needed to ignore 4 pixel clocks per HSYNC. I do it at the end of the row, not sure if best to split? Or not.
Keep meaning to update my internal FlexIO library to work with...
336 replies | 4819 view(s)
-
Yesterday, 10:05 PM
I am not promoting in any way the raspberry pico on this forum but I had a week off to experiment and started to port the MCUME project on that MCU.
Initial release at:
...
191 replies | 12858 view(s)
-
Yesterday, 09:31 PM
I'm working on FlexIO again today. Building test code inside your lib and targeting 8 bit mode, mostly just overriding the readFrame() function while I struggle to get it just working in any way at all. Will convert...
336 replies | 4819 view(s)
-
Yesterday, 08:31 PM
I know typically can not push it much especially over jumper wires.
If we really need to get it faster... We probably need a setup where camera and display are plugged in.
But not sure at this point how far to...
336 replies | 4819 view(s)
-
Yesterday, 07:44 PM
Yeah I'm probably headed down that path now that I have a better understanding of things, thanks.
7 replies | 153 view(s)
-
Yesterday, 07:41 PM
If you need a full featured debugger, the MIMXRT1060-EVK is probably your best option.
84 replies | 8194 view(s)
-
Yesterday, 07:35 PM
@KurtE
Can't seem to push the SPI Clock over 30Mhz for the ILI9341 - just shows a white screen if I do. Just an FYI
336 replies | 4819 view(s)
-
Yesterday, 07:33 PM
Hey Luni,
Any idea on how to fix/workaround the issue with the Ethernet Interface on Teensy 4.1 detailed above?
I need a debugger to fix the debugger! Reducto Il Absurdum
84 replies | 8194 view(s)
-
Yesterday, 07:26 PM
I'll go ahead and push the changes I have so we will in synch again. then you can change the handshake. You know never thought about about how fast the screen can update. Don't remember what SPI we defaulted to in...
336 replies | 4819 view(s)
-
Yesterday, 07:16 PM
@mjs513 - Those values appear to work nicely. Wonder if it is the DMA or the update to the screen or???
That is can the ILI9341 display display 60 full frames per second?
That is assuming 0 overhead each frame...
336 replies | 4819 view(s)
-
Yesterday, 07:16 PM
Thanks for the info and update
3 replies | 66 view(s)
-
Yesterday, 07:03 PM
Yes :-)
In the meantime I have now learned that __aeabi_uldivmod is used here for 64 bit data types.
So, everything is OK.
3 replies | 66 view(s)
-
Yesterday, 06:36 PM
@KurtE
Changed 2 settings in the default config and DMA seems to be working without using the Sparkfun:
{FS_60HZ_L, 0x85},
{FS_50HZ_L, 0xa0}, Give it a try and let me know if I am...
336 replies | 4819 view(s)
-
Yesterday, 06:05 PM
Just merged your PR but looks like DMA mode got worse when not using Sparkfun registers.
336 replies | 4819 view(s)
-
Yesterday, 05:54 PM
Thanks. I considered the 4.1. I chose the 4.0 because of the lower price.
6 replies | 103 view(s)
-
Yesterday, 05:47 PM
As others have said, littlefs is now incorporated in the latest beta. In the beta, the file abstraction layer has been rewritten to provide things like access to flash memory systems.
If you are not wedded to the...
6 replies | 103 view(s)
-
Yesterday, 05:34 PM
Was actually thinking about something like that last night but seems you beat me to it:)
Anyway's just did a quick experiment and think the MCLK clock has something to do with it. For the default_regs example I...
336 replies | 4819 view(s)
-
Yesterday, 05:27 PM
Sorrry, I am not sure I can give you a complete list of projects, that use the USB Host, but off the top of my head here are a few devices and the like that we have code support for:
Simple HID (Human Interface...
1 replies | 41 view(s)
-
Yesterday, 05:02 PM
What devices have people been able to interface with Teensy via the USB host port? I'm having a board made and I can have it expose the USB host pins without much trouble. This theoretically lets me add USB...
1 replies | 41 view(s)
-
Yesterday, 04:58 PM
Hopefully Paul or someone who uses Linux and Makefiles a lot can give you a decent answer.
If I were wanting to do this, I would probably tend to have sort of recursive makefiles. That is for each library and core...
7 replies | 153 view(s)
-
Yesterday, 04:45 PM
Sort of a random question/observation, not just tied to MM but all T4.x...
How best to put infrequently used tables with stings into flash memory so it does not eat up ITCM space....
I wanted a table of Register...
336 replies | 4819 view(s)
-
Yesterday, 04:37 PM
Thanks to you. I dont like holes in my code ;) Another one plugged !
PS. yes I know the startup now shows a 9 on the separate line ;) UPDATED: devA is now having a normal title again:)
834 replies | 87267 view(s)
-
Yesterday, 04:35 PM
That's fixed :) Many thanks!
834 replies | 87267 view(s)
-
Yesterday, 04:33 PM
@Frank B
Ok - I know I can't answer this but curious since I have no idea what it means. Think you are saying that what lib is included its using software to calculate integer divisions when T4 should be doing it...
3 replies | 66 view(s)
-
Yesterday, 04:32 PM
@mjs513 - I pushed the current stuff as a PR so you can play along also....
Also forgot to mention, made the build with SerialUSB1 optional, if you use the command that needs USB1 it will print an error message if...
336 replies | 4819 view(s)
-
Yesterday, 04:31 PM
You can test a new compiled Hex (devA). I think its solved. I have also updated the code.
cheers
Cor
PS. I have updated the code/hex to prevent the title overscrolling to the next line at startup
834 replies | 87267 view(s)
-
Yesterday, 04:26 PM
Hmmm — I was using FIFO.
If the mailbox has more than one frame in it —*how can I ensure that they are all dealt with in one go? or is that not possible?
I'm using MegaCAN which has quite a hefty parsing 450 line...
628 replies | 54703 view(s)
-
Yesterday, 04:17 PM
Confirmation. This indeed locks at direct ... thats unwanted behaviour. I will change that ASAP. Luckily you still have the control from the main-screen :)
834 replies | 87267 view(s)
-
Yesterday, 04:16 PM
See this Forum, "Announcements".
All your files will be deleted when you upload a new sketch.
As far as I know it is planned to change that. May take some months.
6 replies | 103 view(s)
-
Yesterday, 04:16 PM
OK. Thats something I have not checked ... Thanks. I will report back.
834 replies | 87267 view(s)
-
Yesterday, 04:08 PM
Nice comparison @KurtE. From the lib I know what some of those settings are and some get changed with the function calls:
INTEGRATION_H(202) 2(2) 1(1)
INTEGRATION_L(203) 133(85) 2(2)
ANALOG_GAIN(205) 0(0) 32(20)...
336 replies | 4819 view(s)
-
Yesterday, 04:08 PM
Thanks, I have what the Teensy site says is the latest, 1.53.
https://www.pjrc.com/teensy/td_download.html
Where do get 1.54?
6 replies | 103 view(s)
-
Yesterday, 04:08 PM
Hi Cor,
I get that behaviour from the main screen, but in the settings menu where I want to save my defaults, once it gets to DIRECT it stays stuck at that setting.
Regards,
Adrian
834 replies | 87267 view(s)
-
Yesterday, 03:44 PM
Thanks Paul.
I don't really think I was creating a project in the right way at all. I had a folder that simply had my main.cpp and the Makefile, but I guess with that setup, there's no way to get what's in...
7 replies | 153 view(s)
-
Yesterday, 03:29 PM
It's already included in latest Teensyduino (1.54-beta7) (don't worry about beta)
6 replies | 103 view(s)
-
Yesterday, 03:08 PM
Upon further research, it looks like the LittleFS at https://github.com/PaulStoffregen/LittleFS will probably provide the functionality I'm looking for:
So ... how would I go about downloading it to include in my...
6 replies | 103 view(s)
-
Yesterday, 02:53 PM
I am a new Teensy user, and am in the process of porting my Forth implementation (BoardForth) to the Teensy 4.x, and have one area that I need help with. I need a way to persist data to the Teensy at run-time.
If you...
6 replies | 103 view(s)
-
Yesterday, 02:46 PM
Good morning again,
Playing with sketch in new branch: dma_frame_8bit, where I removed the conversion from 8 bits to 565 in the DMA code and instead returned the 8 bit frame data, which to display you do the same...
336 replies | 4819 view(s)