-
Older Activity
-
Today, 07:37 PM
Nope:
hm01b0_testv3:503: error: duplicate case value
case 48:
^
hm01b0_testv3:489: error: previously used here
case '0':
^
only wants single characters - maybe redo section for way it...
476 replies | 6436 view(s)
-
Today, 07:36 PM
I saw some hangs leaving Vid mode as well in some combination with ILI9341 - thought it was just an invalid command series but it was there. Some part of the DMA left active doing interrupt spasms?
476 replies | 6436 view(s)
-
Today, 07:33 PM
@mjs513 does the "case 0x30:" work as "case 48:" ?
I've got outdoor things to do as well. Spring sun is sprouting trees in deck cracks and a pickup firewood to unload.
I did GIT that ST7735 lib ... Would be nice...
476 replies | 6436 view(s)
-
Today, 07:32 PM
I've already used library UTFT and Teensyduino to connect Teensy 3.2 using DB pins but I've not been able to use optimized ILI9341 library to run my TFT, I'm not sure if I'm doing bad wiring or it's software issue
I...
0 replies | 7 view(s)
-
Today, 07:26 PM
@KurtE
Just gave your 'V' mode a try with the ST7789 and....
1. Sparkfun config - worked very nicely, however when I exited video mode the TMM was basically hung. Could not enter any other commands and had to do a...
476 replies | 6436 view(s)
-
Today, 07:18 PM
Seems to me, by using the pins-mux pdf found by following the link "A larger, more detailed pinout chart" etc. (and the reference manual), that those CS-pins mentioned for the SPI1 (or LPSPI3 in the mux-pdf or reference...
1 replies | 63 view(s)
-
Today, 07:08 PM
Sorry, I couldn't add the photos in the previous post. Here's the overall setup:
4 replies | 53 view(s)
-
Today, 06:56 PM
Afternoon all
@KurtE - looks like you been busy this morning and afternoon between the new board design and fixing ST7735 lib. Kind of been a bit distracted with running errands again and in backyard :) Will give it...
476 replies | 6436 view(s)
-
Today, 06:52 PM
Thank you, Phil for your comments. I can understand and follow your comments very well. Last year I even gave up with microcontrollers and used a system called Blumat, which worked more or less but needed adjustment...
2 replies | 35 view(s)
-
Today, 06:52 PM
The Teensyview has solder jumpers so that you can change some pin assignments. You can eliminate the reset function which is on pin 15 (A1) by changing the solder jumper to pin #2. You can modify the D/C function on...
1 replies | 34 view(s)
-
Today, 06:40 PM
I think you are confused as to how the Teensy and RTC work.
Look at this stream https://forum.pjrc.com/threads/63928-Teensy-TimeLib-question?highlight=teensy+rtc
If you are using a Teensy 3.2 you have soldered a...
10 replies | 462 view(s)
-
Today, 06:24 PM
Hi,
I am trying to use a Teensy 4.1 with USB Host cable to send Midi note data to another Teensy 4.1.
On the host Teensy I have the following code which has been adapted from the USBHost_t36 Interace_16x16...
0 replies | 14 view(s)
-
Today, 06:22 PM
Thanks so much, Frank and Paul. ~50% cpu will be great!
3 replies | 65 view(s)
-
Today, 06:22 PM
Hello.
Trying to convert code from a project that uses a Due to the 3.6.
On the 3.6 I seem to be running into issues with how I implemented my serial parse function. I've put code below. It looks like rec is not...
0 replies | 17 view(s)
-
Today, 06:15 PM
Quick answer: No.
1 replies | 26 view(s)
-
Today, 06:07 PM
Quick question is possible to use USB Host pins to program Teensy?
1 replies | 26 view(s)
-
Today, 06:06 PM
I tried!
1. Run TimeTeensy3.ino. Teensy display right time and date! For ex. 21:02:34 14 4 2021 OK !
2. I put setTime(0); into setup loop.
Reload TimeTeensy3.ino. The serial monitor display 0:00:00 1 1 1970 OK!...
10 replies | 462 view(s)
-
Today, 05:38 PM
Here's my code and a photo of my setup. The wires on the right side are not connected to anything, they were for connecting to a stepper but I've removed that feature just to get the scale working. The serial port was...
4 replies | 53 view(s)
-
Today, 05:23 PM
I am certainly not an expert on these things, but I have been doing a deep (theoretical) dive on MCU based timing things before, and collected some (someone else's) ideas and points along the way. Some points out of my...
10 replies | 309 view(s)
-
Today, 05:11 PM
@all I just pushed up a new st7735_t3 branch: https://github.com/KurtE/ST7735_t3/tree/t4x_dma_no_copy
With the WIP code, that appears like it might be working on Micromod with the V command.
Note, will need to...
476 replies | 6436 view(s)
-
Today, 05:05 PM
The RA8875 5" with GSL1680 controller is quite simple, build many projects with this RA8875 display.
Best regards,
Johan
#include <SPI.h>
#include <RA8875.h>
#include <GSL1680.h>
#define TC_INT 8
12 replies | 808 view(s)
-
Today, 04:38 PM
I will probably testing soon, had a few diversions this morning.
Like, my updates to FlexIO was incomplete, I was in the process of saying there are 8 timers and shifters not just 4... But some of the tables were not...
476 replies | 6436 view(s)
-
Today, 04:32 PM
This immediately suggests rail bounce (inductance of the wiring causing a spike or ringing on sudden current changes)
There should be decoupling at both ends of a power cable to quell this tendancy - if this is...
2 replies | 361 view(s)
-
Today, 04:26 PM
a couple of very silly mistakes on my part, but fixed either grab the new .h and .cpp files. or I can indicate the lines to edit in these files.
35 replies | 2200 view(s)
-
Today, 04:25 PM
There is a variety of ways, also several topics on this:
Some of this is sort of mentioned on the Teensy 4.1 product page: https://www.pjrc.com/store/teensy41.html#software
a) you could use makefiles. You can...
1 replies | 46 view(s)
-
Today, 04:21 PM
Yes.. I think so :cool:
138 replies | 13786 view(s)
-
Today, 04:19 PM
It will depend when the PWM is enabled w.r.t. the clock driving the PWM unit I think - the way PWM units work is that the output
change is triggered by exact matches of the counter register to the PWM value register -...
1 replies | 34 view(s)
-
Today, 04:16 PM
Weird, yeah don't add a DC offset to any speaker. That's a bad idea.
4 replies | 64 view(s)
-
Today, 04:15 PM
I am working on a MIDI controller project using a Teensy 3.2. I will be using A0-A9 for potentiometers and pins 0-9 for some leds and buttons. Now I am thinking about adding a SparkFun TeeensyView. It looks like the...
1 replies | 34 view(s)
-
Today, 04:13 PM
It means add. I've heard this terminology especially when discussing oscillograms
4 replies | 64 view(s)
-
Today, 04:11 PM
What do you mean by "ride"?
4 replies | 64 view(s)
-
Today, 04:11 PM
Adding DC to the headphone out isn't advised, it'll risk pushing the transducer cone to the end-stops.
Why do you need to detect the difference? Is it to set different levels or some such? Or to disable the right...
4 replies | 64 view(s)
-
Today, 03:51 PM
Hi have a arm base SBC running ubuntu 16.4. Have a Teensy 4.1 connected to it via USB. The ubuntu install dose not have a GUI or screen connected we remote into it via SSH and a LAN wired Network connection. Does...
1 replies | 46 view(s)
-
Today, 03:51 PM
I'm sure Andre is a great guy, but Jeannie needs some new friends out here in California!
138 replies | 13786 view(s)
-
Today, 03:45 PM
My friend Andre is busy soldering. I'm curious ..
Soldering the components shouldn't be a problem. I hope the SMD pads are not too small and can be soldered well. :)
Example of the first case
138 replies | 13786 view(s)
-
Today, 02:48 PM
Look in the teensy libraries for TimeTeensy3.ino!!
10 replies | 462 view(s)
-
Today, 02:43 PM
Thank you so much. We are required to read the raw data and store them as files in the cloud, for now; so that they can later be used for analysis.
4 replies | 64 view(s)
-
Today, 02:39 PM
Meanwhile there is an official Arduino support based on mbed.
https://github.com/arduino/ArduinoCore-mbed
200 replies | 13208 view(s)
-
Today, 02:33 PM
it's probably possible, that is, there is sufficient computing power available. But how much Library development are you willing to do, to avoid using the Teensy 4?
Why not just use a Teensy? The libraries are...
200 replies | 13208 view(s)
-
Today, 02:28 PM
I have looked at sensing soil moisture to control irrigation off and on for 20+ years. I think it is a quixotic quest. Even if you could create a perfect sensor (inexpensive, long lasting, reliable, easy to calibrate)...
2 replies | 35 view(s)
-
Today, 02:28 PM
My knowledge may be outdated, but as far as I remember the Pico can do either audio-in or audio-out, but not both. You would also have to see if it can provide mclk for the SGTL.
In the meantime there is an...
200 replies | 13208 view(s)
-
Today, 02:02 PM
Many thanks,
with the 1.5.4#7 compiled well.
should i connect T4 to Pin9 and Pin13 like the T3?
16 replies | 1100 view(s)
-
Today, 01:57 PM
No idea how to "reset" Teensy RTC, to set a new time ?
Thanks.
10 replies | 462 view(s)
-
Today, 01:41 PM
Good luck @KurtE. Be interesting see how it works.
Thinking about changing the name of the test sketch in prep for release to: HM01B0-KitchenSink :) Then start breaking some of the code out for demo purposes. ...
476 replies | 6436 view(s)
-
Today, 01:15 PM
Thank you for the info, Paul.
I was thinking of using the Pico to build a very rudimentary walkie-talkie using the teensy audio board. Just transmitting voice from a microphone to another device and playing it to...
200 replies | 13208 view(s)
-
Today, 01:14 PM
Hi Everyone
This is a very strange one. Some of my VSTs respond perfectly to switch or button changes while using my diy teensy LC controller. Others will switch once and get stuck. The controller is sending 7F and...
0 replies | 15 view(s)
-
Today, 01:11 PM
I've not heard of anyone has writing code for Pico to work with Teensy's audio shield. I did see a few people working on generic audio stuff (not specifically for SGTL5000 or this shield) but it looked like a pretty...
200 replies | 13208 view(s)
-
Today, 12:55 PM
SPIFIFO isn't really recommended anymore, but I decided to give it a quick try just to see how much of the CPU time on a Teensy 3.2 would remain unused if an IntervalTimer uses it every 5 microseconds.
Here's the...
3 replies | 65 view(s)
-
Today, 12:43 PM
I know, and I am using the Teensy :). I was just wondering if anybody already has the code.
200 replies | 13208 view(s)
-
Today, 12:41 PM
Would be easier and save much time to just use a Teensy ;)
200 replies | 13208 view(s)
-
Today, 12:39 PM
Yep - Will hopefully figure out what the syncing up is...
Yesterday, I made a first pass of code editing to ST7735/89 DMA code. Need to start testing.
First need more coffee, and head to town and ...
476 replies | 6436 view(s)
-
Today, 12:36 PM
Is it possible to make the Rpi Pico work with the Teensy audio adapter? (input and output)
I am thinking it probably is, using the PIO, but it is beyond my level of knowledge :)
If yes, does anybody have any code...
200 replies | 13208 view(s)
-
Today, 12:28 PM
Hi,
use transfer(void *buf, size_t count) - that's the fastest.
3 replies | 65 view(s)
-
Today, 12:08 PM
I recommend to install the TyTools to upload & monitor. You can integrate it to VisualTeensy in the settings tab.
3 replies | 87 view(s)
-
Today, 12:01 PM
You would need a debug probe like a JLink and the corresponding GDB server to make this work. Plus you need to modify the hardware of your Teensy to be able to connect this probe. You find some information and a link...
3 replies | 87 view(s)
-
Today, 11:48 AM
..and..can you show us a photo? Is everything soldered?
4 replies | 53 view(s)
-
Today, 11:41 AM
The last PR incorporated from @KurtE included the 'V'ideo command.
Tested with both Sparkfun and non-Sparkfun. Only thing is for DMA video/continuous it does take a while for the image to synch into a image stream...
476 replies | 6436 view(s)
-
Today, 11:38 AM
Good Morning all
Just gave our latest set of updates a spin. Tested the same as @defragster and agree all is working well. The only thing not tested was the 'z' command.
476 replies | 6436 view(s)
-
Today, 11:36 AM
This is the USB Serial. You may want to try Serial2 :-)
If that doesn't solve the problem, you'll have to show us some code - or better, all the code.
It needs to be broken down to a minimalistic example.
4 replies | 53 view(s)
-
Today, 11:03 AM
Hi,
this is about monitoring soil moisture for plants, perhaps with the aim of controlling an irrigation pump for my next tomatoes.
Last year I invested a lot of time with capacitive moisture sensors, which you can...
2 replies | 35 view(s)
-
Today, 09:41 AM
I activated the "Debug support" window at the visual teensy and generated a new project,
But when activating "Start Debugging" using F5, it advised that is needed the Cortex-Debug
I found it here:...
3 replies | 87 view(s)
-
Today, 09:24 AM
Yes, there is a solution. All you need to do is use a recent beta version, because PDM support for Teensy 4.x was added after 1.53 was released.
Get it here:...
16 replies | 1100 view(s)
-
Today, 09:12 AM
Hi all,
I am running a PWM at 50/255 with default settings on a Teensy 4.1, using the simple Arduino code below:
int PWM_Pin = 0;
void setup() {
// put your setup code here, to run once:
pinMode(PWM_Pin,...
1 replies | 34 view(s)
-
Today, 08:26 AM
Dear Community,
i get the same compiling error as the thread starter in first post.
is there already a solution? If i read correctly the work is still going on? - is it?
i am using a different chip ( not MP34DT01-M...
16 replies | 1100 view(s)
-
Today, 07:48 AM
What's the fastest way to send 6 bytes over SPI? I see DmaSpi, SPIFIFO, and some other libs.
I am using a Teensy 3.2. My application is transmit only, always 6 bytes, and no other devices/libs will be using SPI. No...
3 replies | 65 view(s)
-
Today, 07:17 AM
"V" works SO SMOOTHLY! it only works USE_SPARKFUN - comes up Very Dark without a good "Calibrating Auto Exposure" it seems, and at times it comes up iffy for a bit, one time it was running and went more like that odd...
476 replies | 6436 view(s)
-
Today, 06:08 AM
Thank you! Having found that little ‘plug’ it works fine now and I feel a bit like an idiot! 😀
2 replies | 77 view(s)
-
Today, 02:15 AM
Saw the PR to mjs513 was taken -testing:
//#define USE_SPARKFUN 1:
SEEM GOOD :: s, c, D, f, F :: i.e. no signs of tearing or skewing or shift offset in the ILI9341 image
"d" :: (before FlexIO) DMA cont repeated...
476 replies | 6436 view(s)
-
Today, 01:43 AM
Hi everyone :)
This is my first forum post here and it's about a personal project I'm working on right now. I want to play with the T3.6 with a few projects in mind but the wiring on the breadboard can get quite big...
0 replies | 60 view(s)
-
Today, 12:47 AM
Playing around with a Horizontal slider and discovered that Snap doesn't seem to work and while setting up this example code found artefacts to do with handleShape(5) - only.
And the code:-
#include...
35 replies | 2200 view(s)
-
Today, 12:10 AM
I am using the headphone output on the WM8731 codec for line out or optionally headphone out. I want to detect the difference between a mono 1/4” plug (line out) and a stereo (headphone out) when the connector is...
4 replies | 64 view(s)
-
Yesterday, 11:58 PM
Hi all, new to the forum, thank you for any guidance you can provide.
I am trying to get the Teensy 4.1 to interface automatically with an Ohaus AR3130 scale via its RS 232 port. I am using a Max3232 converter board...
4 replies | 53 view(s)
-
Yesterday, 11:47 PM
All
Had a strange thought - not sure where it came from must have been a nightmare. With the lack of PSRAM on the MM board is there a way to use the SDIO pins to simulate having a PSRAM and maybe telling the core to...
476 replies | 6436 view(s)
-
Yesterday, 11:29 PM
Good luck @KurtE.
Will keep using the ILI9341 then perhaps swap to the ST7789 when your new work is done.
Not sure what is up with 'z' - it can work - but sometimes just aborts it seems.
Also REALLY odd the...
476 replies | 6436 view(s)
-
Yesterday, 11:19 PM
Didn't play much today just on and off. As you said it was a nice day. Day is pretty much done here now and they are talking rain for tomorrow so probably will play some more tomorrow.
One thing I noticed is that...
476 replies | 6436 view(s)
-
Yesterday, 11:15 PM
I'm using a teensy LC as a controller input with a raspberry Pi4 and retropie. I have two analog sticks and a slew of regular buttons. Right now I'm just picking usb type: keyboard+mouse+joystick, however the Pi sees it...
0 replies | 20 view(s)
-
Yesterday, 11:08 PM
I am looking to update the ST77xx code to allow the callbacks. But it looks like this still has my older variety of updateScreenAsync code for the IMXRT.
Earlier on I was frustrated, with the using of memory from...
476 replies | 6436 view(s)
-
Yesterday, 11:06 PM
Update
Code version #1 above with the intermittent Gun Trigger (joystick button #1) on pin #0 was fixed by setting the "debounce time" from 10 ms to 0 ms. I still haven't gotten the hat switch to read 8 ways, only 4...
2 replies | 162 view(s)
-
Yesterday, 11:00 PM
@mjs513 - Noticed the SFun display backlight was on during Pin Testing when it should have been off. Nice the single Teensy lib works and not a pile of others needed.
Saw SPI speed 30 MHz in _t3n - bumped to 60 and...
476 replies | 6436 view(s)
-
Yesterday, 10:48 PM
There's a built-in tool labelled "Serial Monitor" that you can access from the tool bar at the bottom of the window, the icon looks kind of like an (American) electrical plug.
2 replies | 77 view(s)
-
Yesterday, 09:43 PM
Today I decided it was time to put the Arduino IDE to one side and get going at last on PlatformIO !
It’s now installed and mostly working just fine; but for one tiny but very irritating issue:
Code compiles,...
2 replies | 77 view(s)
-
Yesterday, 09:43 PM
Yeah broke down and tested the Sparkfun Input/Display Carrier board. The display is 9341 compatible. Did get it working with the 9341 library but had to add a command - invert display on, then it worked with what we...
476 replies | 6436 view(s)
-
Yesterday, 09:42 PM
"F" seems to be working in CallBack w/code like DMA
Last run of DMA was torn down left edge after it centered instead of the top?
476 replies | 6436 view(s)
-
Yesterday, 09:31 PM
Seems I got that in testv3.
s and c work and D too. Not sure what the deal with SPARKFUN define is failed first time - worked without - then repower it worked turned back on?
d - cont DMA squiggle start worse...
476 replies | 6436 view(s)
-
Yesterday, 09:31 PM
Thanks @mjs513
Or do one or both of us need to integrate in code with ST7735_t3? Will take a quick look.
Thinking of ILI9341, has anyone purchased the Sparkfun Input and display Carrier board? ...
476 replies | 6436 view(s)
-
Yesterday, 09:17 PM
Merge completed - good timing was doing @defragster's merge. Have to figure out my 9341 - really giving me a hard time working.
476 replies | 6436 view(s)
-
Yesterday, 09:12 PM
Just an FYI - I just pushed up a branch with this code, that works pretty well with the ILI9341 display. (Don't have the calls in ST7735 ... Yet).
Pushed up a PR, so people can play... May want to update FlexIO code...
476 replies | 6436 view(s)
-
Yesterday, 07:24 PM
github finally got me the latest update ...
Using ILI9341 the "F" working perfectly and no frame confusion on 'wiggling' hand giving skew!
>> moving images all drawn in phase : No skew or tearing or any anomolies...
476 replies | 6436 view(s)
-
Yesterday, 07:05 PM
Ahhh those names aren't exactly how things are accessed in the code. For example the SPDIFRxLeft Register is read from SPDIF_SRL.
7 replies | 94 view(s)