I did get the original STM32 TVOUT, "stm32_DemoNTSC" (https://github.com/Tamakichi/ArduinoSTM32_TVout) to work .
I also got the "OverlayDemo" (https://github.com/nootropicdesign/arduino-tvout-ve) to work on an ATMEGA chip.
I think you are right in that the STM32 TVOUT uses timers and then sends ...
Search found 16 matches
- Sat Dec 17, 2022 2:01 pm
- Forum: General discussion
- Topic: STM32 TVout Upgrade to Work with Video Overlay - Help Needed
- Replies: 7
- Views: 4270
- Fri Dec 16, 2022 5:18 pm
- Forum: General discussion
- Topic: STM32 TVout Upgrade to Work with Video Overlay - Help Needed
- Replies: 7
- Views: 4270
Re: STM32 TVout Upgrade to Work with Video Overlay - Help Needed
Wait, so if I attach a hardware interrupt falling edge to say pin PB3 (which the datasheet says is TIM2_CH2), when I pull PB3 LOW, will that automatically reset TIM2_CH2?
- Thu Dec 15, 2022 4:32 pm
- Forum: General discussion
- Topic: STM32 TVout Upgrade to Work with Video Overlay - Help Needed
- Replies: 7
- Views: 4270
STM32 TVout Upgrade to Work with Video Overlay - Help Needed
Hi All,
I'm attempting to get the STM32 based TVOUT library (https://github.com/Tamakichi/ArduinoSTM32_TVout) to work or overlay onto a composite video images.
This is similar to the OverlayDemo sketch in (https://github.com/nootropicdesign/arduino-tvout-ve). HOWEVER this only works with ATMEGA ...
I'm attempting to get the STM32 based TVOUT library (https://github.com/Tamakichi/ArduinoSTM32_TVout) to work or overlay onto a composite video images.
This is similar to the OverlayDemo sketch in (https://github.com/nootropicdesign/arduino-tvout-ve). HOWEVER this only works with ATMEGA ...
- Tue Dec 13, 2022 9:29 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
It COMPILED!!!
Thanks All!!
I ended up deleting everything associated with TVout, and the board manager core files "https://github.com/rogerclarkmelbourne/ ... stallation"
I think these core files got corrupted somehow when I copied them over the first time..
Thanks All!!
I ended up deleting everything associated with TVout, and the board manager core files "https://github.com/rogerclarkmelbourne/ ... stallation"
I think these core files got corrupted somehow when I copied them over the first time..
- Tue Dec 13, 2022 8:03 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
I just tried blink, I confirmed it compiles.
Did you install:
ArduinoSTM32_TNTSC
Arduino-misakiUTF16
ArduinoSTM32_TVout
AND
arduino-tvout (for this one, "https://github.com/Tamakichi/ArduinoSTM32_TVout" says to "Install the video output library TVout for Arduino (ATmega328), but only use TVoutfonts ...
Did you install:
ArduinoSTM32_TNTSC
Arduino-misakiUTF16
ArduinoSTM32_TVout
AND
arduino-tvout (for this one, "https://github.com/Tamakichi/ArduinoSTM32_TVout" says to "Install the video output library TVout for Arduino (ATmega328), but only use TVoutfonts ...
- Tue Dec 13, 2022 6:15 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
I updated to the Arduino 1.8.19 and confirmed I am using same Generic STM32F103C series. But for TNTSC libray with MisakiFontOut.ino and stm32_DemoNTSC.ino from TTVout library,
I'm still getting the error:
"C:\Users\15183\Documents\Arduino\libraries\TNTSC\src\TNTSC.cpp: In member function 'void ...
I'm still getting the error:
"C:\Users\15183\Documents\Arduino\libraries\TNTSC\src\TNTSC.cpp: In member function 'void ...
- Tue Dec 13, 2022 1:02 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
Humm.. I tried that, but I'm getting the same error.
- Fri Dec 09, 2022 10:09 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
I think that helped with one issue. But now getting error:
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32\STM32F1\libraries\TNTSC\src\TNTSC.cpp: In member function 'void TNTSC_class::begin(uint8_t, uint8_t, uint8_t*)':
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32\STM32F1 ...
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32\STM32F1\libraries\TNTSC\src\TNTSC.cpp: In member function 'void TNTSC_class::begin(uint8_t, uint8_t, uint8_t*)':
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32\STM32F1 ...
- Fri Dec 09, 2022 2:49 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
When I'm trying "TVout; DemoNTSC" I'm getting error:
In file included from C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\arduino-tvout-master\examples\DemoNTSC\DemoNTSC.pde:1:0:
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries ...
In file included from C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\arduino-tvout-master\examples\DemoNTSC\DemoNTSC.pde:1:0:
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries ...
- Fri Dec 09, 2022 2:45 pm
- Forum: General discussion
- Topic: STM32 TVOUT
- Replies: 16
- Views: 5278
Re: STM32 TVOUT
So I think I'm getting closer. But still having an error(below):
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\TNTSC\src\TNTSC.cpp: In member function 'void TNTSC_class::begin(uint8_t, uint8_t, uint8_t*)':
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32 ...
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\TNTSC\src\TNTSC.cpp: In member function 'void TNTSC_class::begin(uint8_t, uint8_t, uint8_t*)':
C:\Users\15183\Documents\Arduino\hardware\Arduino_STM32 ...