I worked on 8051 micro controllers, a few months before, and found it quite interesting. Had a few projects, enjoyed while programming. I picked a project with the above title as my final project this year in my college. I am not much sure if i would be able to do it, so i need your help. Where should I start from, I know a little about ARM Micro-controllers. Interfacing SD Card wouldn't be a problem, in fact i would add a static ram too, but working with pictures and up to 16 bits per pixel, looks like huge to me. Suggest me, where should i start from, the most difficult part, as I guess, on my project is processing the image to show on VGA. Suggest me, anything you can. My personal email address is [email protected]. Every suggestion is welcomed.
Displaying Image on VGA and/or Television through ARM Micro controllers(in C)(SD Card)
3.5k Views Asked by Taha Rehman Siddiqui At
2
There are 2 best solutions below
0
Igor Skochinsky
On
Have a look at RBox. It's TV signal, not VGA, but is very simple to implement. VGA is trickier but possible too. Check also this discussion with more comments and links (about mbed, but the points generally apply to most ARM chips).
Related Questions in ARM
- Why Device Tree Structure (DTS) file is needed both in bootloader and kernel source code?
- How can I use LD to place ARM reset vectors in a program segment
- Errors in makefile for qemu 0.14.1 in ubuntu 15.04 64 bit
- Text as parameter in inline assembly (ARM)?
- GSL: nm outputs "undefined Symbol (U)"
- How to address multiple definition compiler error
- Did anyone compiled GSL for androind?
- Linker Error on cross compiling Project in eclipse
- How to set privilaged mode in ARM Cortex-A8?
- Why is a write to a memory-mapped peripheral register not actioned (LPC43xx)?
- what's ARM TCM memory
- Traversing a string using arm assembly inside V8 source
- C Global declared in ISR
- Which is better? int8_t vs int32_t in 32 bits MCU
- Cannot find -lgtk-x11-2.0. Also, some modules are not found by cmake, though they are installed
Related Questions in MICROCONTROLLER
- HOW to connect my UPS with my android device
- What is the difference between USB host VS USB OTG support when it comes to Microcontrollers?
- STM32F4 Handling peripheral error while making a DMA Transfer (RX)
- USB Full Speed polling interval
- Which is better? int8_t vs int32_t in 32 bits MCU
- Detecting EEPROM data and address bus short circuit
- Incrementing an int in a C code for microcontroller only moves the LSB
- Using SD card as external storage for Beaglebone Black
- arm-none-eabi-ld: section .ARM.exidx overlaps section .data
- FT801 chip id error on Arduino
- lpc17xx frequency detection of square wave using polling
- How to debug C program on microcontroller
- Char array of array values to pointer array
- Embedded software program block, I2C?
- Reset vector not working though RCHW is loaded with start address in MPC5777M?
Related Questions in SD-CARD
- How To drag images directly from Camera or Smartphone to C# app?
- statvfs failing to properly recognize the folder size
- How can I shrink an image of an SD card to fit a smaller card?
- PIC18F25K80 and SD card integration
- Can't overwrite a file on a sd card on an intel edison
- Can the baud rate corrupt an SD card?
- Writing data to micro SD card from microcontroller STM32F401RET6
- Micro SD card read only by SD Adapter
- Displaying audio files from SD Card to Swipe View tabs - Android
- Bad block detection in SD card using SPI interface?
- How to switch off SD card module right
- How to get video thumbnail for starting duration in android?
- access denied error from WriteFile to physical disk, win7
- Embedded - SD card - SPI - C -Codevision AVR - Creating and writing a file in an SD card
- Unable to retrieve data from SQLite DB on SD Card on WP8
Related Questions in VGA
- Cosmos VGAScreen Clear Colors
- What is the best way to clear the screen in 32-bit x86 assembly language (Video mode 13h)
- VHDL VGA sync circuit
- Swap vga text screen halves using x86 assembly
- Window 8 content overflow
- How to fix clock hold in this code?
- Issue with VGA memory after booting to DIY kernel
- How do I fill in an FPGA generated circle in verilog for synthesis and VGA output?
- Blinking characters on Intel 8086
- Displaying Image on VGA and/or Television through ARM Micro controllers(in C)(SD Card)
- Simple OCR of Analog Video (VGA) Signal
- How to interface a vga monitor to fpga using verilog?
- How can I add a blinking cursor to the graphics video modes?
- color palette not working on certain colors in VGA
- How to switch to Super VGA in c or asm?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?