Store › Forums › Video Experimenter › General Discussion › Anyone planing to upgrade this sheild?
Tagged: best sex dolls
- This topic has 14 replies, 8 voices, and was last updated 2 years, 7 months ago by ewr2san.
-
AuthorPosts
-
June 6, 2013 at 4:45 am #622burraakMember
Its been almost 2 years I think the great video experimenter shield need an upgrade with improved on board image processing ,color overly and color output etc in other words full feature frame grabber/processor for arduino 🙂
June 7, 2013 at 11:42 am #1695MichaelKeymasterAnd how would you propose accomplishing all of that on an ATmega328 microcontroller? The reason it can’t do more than it does is because there is only 2K of memory in the Arduino, and you can’t generate the composite video color burst with a 16MHz clock speed. There’s only so much you can do with an Arduino.
July 17, 2013 at 2:50 pm #1740burraakMemberSorry for the late reply actually I was looking for an answer coz I’m no electronics expert but curious to see video experimenter shield expanding its capabilities
Just wanted to know isn’t it possible to borrow some SOC like recently released ARDUINO YUN shield did, to do some serious stuff??
Like these chips
http://www.conexant.com/Product/video/vd/CX25824/Pages/default.aspx
http://www.ti.com/lit/ds/slas183/slas183.pdf‎Can we merge them into video experimenter shield??? ???
October 15, 2014 at 5:24 am #2065Raza159MemberI think you could use an external pot connected to A2. If you make a voltage divider using another resistor, then the resistance of the pot will determine a smaller voltage range.
For example: connect the 5V source to 30K or 40K of resistance, then to the left lead of the pot. The middle lead of the pot goes to A2. The rightmost lead of the pot goes to GND. This way, the full range of the pot will provide 0V – 1V to A2 and this will allow finer adjustment.
_______________
Our excellent online 640-461 latest dumps – pass4sure training programs will lead you to success in the HITACHI exam.October 15, 2014 at 6:03 pm #2066MichaelKeymasterYes, that is a great idea and in fact I have designed a V2 of the board which is being made right now. It has a 20K resistor to create a divider on A2, so the pot range is expanded.
September 29, 2015 at 1:37 pm #2351MichaelKeymasterWith the V2 board, the threshhold pot has a wider range so it is easier to adjust. It’s a minor improvement.
October 13, 2015 at 7:58 am #2354esraaMembergood design and amazing Technic
June 25, 2019 at 3:59 am #11401mrbigParticipantHi, great project!
Did you consider using an ESP32? It’s pretty cheap, and has all the juice that would be needed for handling grayscale framebuffer.
There are also boards like the TTgo 32 that shares the arduino footprint.
December 20, 2021 at 9:01 am #14406William FisherParticipantIt seems like the limiting factor is the Arduino Uno, but there are many newer, inexpensive and Arduino-friendly microcontroller boards available now. Teensy 4.1 for example runs at 600 MHz with 1M of RAM. It would be very interesting to redesign this with a board like that to see what could be done.
December 20, 2021 at 9:04 am #14416MichaelKeymasterI would like to design a new board (not a shield) from the ground up using a faster microcontroller but I just don’t have time. It’s a ton of work to develop a new product. Maybe someday.
January 15, 2022 at 7:26 am #14450Kevinmryan1903ParticipantWould the shield work with stm32 (bluepill)? What mods to the code would have to be made?
January 15, 2022 at 8:56 am #14451MichaelKeymasterIt would require a total rewrite because the video generation library (TVout) is written in AVR assembly.
January 28, 2022 at 11:37 am #14472Kevinmryan1903ParticipantIs there any way to update so TVOut can work on for STM32 chips?
January 28, 2022 at 11:38 am #14473MichaelKeymasterNo, TVout is written in AVR assembly.
March 31, 2022 at 9:49 am #14539ewr2sanParticipantI’ve been reading through a lot of the threads and thinking of designing my own shield to run on the RPi2040. Main stumbling block being the libraries for TVout and especially TVin.
My use case is for digitizing the video feed from a PXL 2000. Even at low res and low FPS UNO cant possibly keep up with grabbing frames and writing them out to an SD card. But with all the improvements on RPi 2040 sitcks it seems like it could work.
It’s a very backburner project for me.. Well behind a lot of other stuff.. Anyone else interested?
-
AuthorPosts
- You must be logged in to reply to this topic.